Skip to content

Instantly share code, notes, and snippets.

@coolbrg
Created June 25, 2014 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coolbrg/72e5cae24a3f4fe1b8ba to your computer and use it in GitHub Desktop.
Save coolbrg/72e5cae24a3f4fe1b8ba to your computer and use it in GitHub Desktop.
Class Method Phase 3
class ClassMethodDemo
def self.greet
puts "Hello, Ruby"
end
greet
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment