Method: Code::Type::Hash#min_arguments
- Defined in:
- lib/code/type/hash.rb
#min_arguments ⇒ Object
28 29 30 |
# File 'lib/code/type/hash.rb', line 28 def min_arguments hash.sum { |_, value| min_arguments_of(value) } end |
28 29 30 |
# File 'lib/code/type/hash.rb', line 28 def min_arguments hash.sum { |_, value| min_arguments_of(value) } end |