Skip to content

Instantly share code, notes, and snippets.

@az7arul
Last active December 13, 2015 20:49
Show Gist options
  • Save az7arul/4973012 to your computer and use it in GitHub Desktop.
Save az7arul/4973012 to your computer and use it in GitHub Desktop.
Object like Hash
class H < Hash
def method_missing(m,*a);
m.to_s=~/=$/?self[$`]=a[0]:a==[]?self[m.to_s]:super
end
undef id, type if ?? == 63
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment