Guest User

Untitled

a guest
Jun 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Foo
  2. attr_reader :bar
  3.  
  4. def initialize
  5. @bar = Object.new
  6. def @bar.[]=(key, value
  7. ...
  8. end
  9. end
  10. end
Add Comment
Please, Sign In to add comment