Class: RQ::OrderedAutoHash
- Inherits:
-
OrderedHash
- Object
- Hash
- OrderedHash
- RQ::OrderedAutoHash
- Defined in:
- lib/rq/orderedautohash.rb
Overview
end
Instance Attribute Summary
Attributes inherited from OrderedHash
Instance Method Summary collapse
-
#class ⇒ Object
–}}}.
-
#initialize(*args) ⇒ OrderedAutoHash
constructor
–{{{.
Methods inherited from OrderedHash
#==, [], #clear, #delete, #delete_if, #each, #each_key, #each_value, #inspect, #invert, #keys, #merge, #orig_store, #pop, #push, #reject, #reject!, #replace, #select, #shift, #store, #store_only, #to_a, #to_s, #unshift, #update, #values, #yaml_inline!, #yaml_inline=
Constructor Details
#initialize(*args) ⇒ OrderedAutoHash
–{{{
24 25 26 27 28 |
# File 'lib/rq/orderedautohash.rb', line 24 def initialize(*args) #--{{{ super(*args){|a,k| a[k] = OrderedAutoHash::new(*args)} #--}}} end |
Instance Method Details
#class ⇒ Object
–}}}
29 30 31 32 33 |
# File 'lib/rq/orderedautohash.rb', line 29 def class #--{{{ ::Hash #--}}} end |