Method: Code::Type::Hash#min_arguments

Defined in:
lib/code/type/hash.rb

#min_argumentsObject



28
29
30
# File 'lib/code/type/hash.rb', line 28

def min_arguments
  hash.sum { |_, value| min_arguments_of(value) }
end