Skip to content

Instantly share code, notes, and snippets.

@osyo-manga
Last active January 3, 2016 12:51
Show Gist options
  • Select an option

  • Save osyo-manga/1e37ecfab019d5f76acb to your computer and use it in GitHub Desktop.

Select an option

Save osyo-manga/1e37ecfab019d5f76acb to your computer and use it in GitHub Desktop.
fuck
module Hoge
def hoge_method
end
refine Class do
def class_ex
end
end
end
class X
extend Hoge
using Hoge
hoge_method
String.class_ex
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment