Method: Code::Type::Hash#max_arguments
- Defined in:
- lib/code/type/hash.rb
#max_arguments ⇒ Object
32 33 34 |
# File 'lib/code/type/hash.rb', line 32 def max_arguments hash.sum { |_, value| max_arguments_of(value) } end |
32 33 34 |
# File 'lib/code/type/hash.rb', line 32 def max_arguments hash.sum { |_, value| max_arguments_of(value) } end |