Skip to content

Instantly share code, notes, and snippets.

@mdaisuke
Created February 10, 2013 11:42
Show Gist options
  • Save mdaisuke/4749325 to your computer and use it in GitHub Desktop.
Save mdaisuke/4749325 to your computer and use it in GitHub Desktop.
extend self
module M
extend self
def hoge
'hoge'
end
end
M.hoge #=> "hoge"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment