Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/choice/lazyhash.rb

Overview

Really ugly, horrible, extremely fun hack.

Direct Known Subclasses

Choice::LazyHash

Instance Method Summary collapse

Instance Method Details

#to_lazyhashObject

:nodoc:



64
65
66
# File 'lib/choice/lazyhash.rb', line 64

def to_lazyhash
  return Choice::LazyHash.new(self) 
end