Skip to content

Instantly share code, notes, and snippets.

@Shinpeim
Created May 22, 2015 05:10
Show Gist options
  • Save Shinpeim/e1d5fb7167449c04a201 to your computer and use it in GitHub Desktop.
Save Shinpeim/e1d5fb7167449c04a201 to your computer and use it in GitHub Desktop.
class Nyan
self.instance_eval do
def nyan
p 'nyan'
end
end
end
Nyan.nyan # => 'nyan'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment