Skip to content

Instantly share code, notes, and snippets.

@brgnepal
Created June 25, 2014 02:48
Show Gist options
  • Save brgnepal/72e5cae24a3f4fe1b8ba to your computer and use it in GitHub Desktop.
Save brgnepal/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