Skip to content

Instantly share code, notes, and snippets.

@kronos
Created February 23, 2011 23:52
Show Gist options
  • Save kronos/841462 to your computer and use it in GitHub Desktop.
Save kronos/841462 to your computer and use it in GitHub Desktop.
class X
class << self
def x(name=:a, &block)
define_method(name, &block)
end
end
end
X.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment