Class: HashMore

Inherits:
Hash
  • Object
show all
Defined in:
lib/webget_ruby_hash_more.rb

Instance Method Summary collapse

Constructor Details

#initializeHashMore

Returns a new instance of HashMore.



38
39
40
# File 'lib/webget_ruby_hash_more.rb', line 38

def initialize
  super{|h,k| h[k] = HashMore.new }
end

Instance Method Details

#+(x) ⇒ Object



42
43
44
# File 'lib/webget_ruby_hash_more.rb', line 42

def +(x)
  x
end