Advertisement
Ancurio

ruby18_comp.rb

Oct 30th, 2014
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.13 KB | None | 0 0
  1. class NilClass
  2.     def id
  3.         4
  4.     end
  5.     def type
  6.         "NilClass"
  7.     end
  8. end
  9.  
  10. class Hash
  11.     def index(*args)
  12.         key(*args)
  13.     end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement