Skip to content

Instantly share code, notes, and snippets.

@kei-q
Last active August 27, 2017 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kei-q/9440abdf944e26b2fc13bdfb19468493 to your computer and use it in GitHub Desktop.
Save kei-q/9440abdf944e26b2fc13bdfb19468493 to your computer and use it in GitHub Desktop.
class Foo
def initialize
end
def hoge
puts "hoge"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment