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

Tuesday, January 22, 2013

Codecademy Sample Solution: Private Affairs



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

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts