Skip to content

Instantly share code, notes, and snippets.

@ngpestelos
Created September 29, 2013 03:46
Show Gist options
  • Save ngpestelos/6749181 to your computer and use it in GitHub Desktop.
Save ngpestelos/6749181 to your computer and use it in GitHub Desktop.
singleton methods 2
# see Metaprogramming Ruby, p. 103
class MyClass
def self.my_class_method; end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment