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

Tuesday, January 22, 2013

Codecademy Sample Solution: A Matter of Public Knowledge



class Application
  attr_accessor :status
  def initialize; end
  # Add your method here!
  public
  def print_status
  puts "All systems go!"
  end
end

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts