Quotes help make search much faster. Example: "Practice Makes Perfect"

Saturday, January 19, 2013

Codecademy Sample Solution: Forge an Object in the Fires of Mount Ruby



class Message

@@messages_sent = 0

def initialize(from, to)
@from = from
@to = to
@@messages_sent += 1
end
end

my_message = Message.new("Anne", "Jim")

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts