Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/choice/lazyhash.rb,
lib/choice.rb
Overview
Really ugly, horrible, extremely fun hack.
Direct Known Subclasses
Instance Method Summary collapse
-
#to_lazyhash ⇒ Object
:nodoc:.
Instance Method Details
#to_lazyhash ⇒ Object
:nodoc:
64 65 66 |
# File 'lib/choice/lazyhash.rb', line 64 def to_lazyhash return Choice::LazyHash.new(self) end |