Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/sequence/ofhash.rb
Instance Method Summary collapse
Instance Method Details
#to_sequence(include_default = false) ⇒ Object
35 36 37 |
# File 'lib/sequence/ofhash.rb', line 35 def to_sequence(include_default=false) Sequence::OfHash.new(self,include_default) end |