Noob Question: New to Programming

E

Eric Raio

Hey I am very new to ruby I am trying to learn as much as I can, I was
looking at this repository and I am curious what this method actually
means.

def self.create_new(params={})

Could someone break it down to me I apologize I am new I do not
understand what the "self.create" means


Thanks
Eric
 
P

Phlip

Eric said:
Hey I am very new to ruby I am trying to learn as much as I can, I was
looking at this repository and I am curious what this method actually
means.

def self.create_new(params={})

Could someone break it down to me I apologize I am new I do not
understand what the "self.create" means

Start here:

http://tryruby.hobix.com/

Next, you gotta walk before you can run. Print out any of the excellent Ruby
books and curl up with it! Reciting them ain't the best use for this newsgroup.
If I told you "define a class method, not instance method, that can call with
nothing or with an option-hash", then we would get mired in recursive definitions...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top