Skip to content

Instantly share code, notes, and snippets.

@joevandyk
Created November 10, 2008 19:56
Show Gist options
  • Save joevandyk/23599 to your computer and use it in GitHub Desktop.
Save joevandyk/23599 to your computer and use it in GitHub Desktop.
class Foo
private
def self.hello
puts "hi"
end
end
Foo.hello => "hi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment