Method: Code::Type::Or#min_arguments
- Defined in:
- lib/code/type/or.rb
#min_arguments ⇒ Object
18 19 20 |
# File 'lib/code/type/or.rb', line 18 def min_arguments [min_arguments_of(left), min_arguments_of(right)].min end |
18 19 20 |
# File 'lib/code/type/or.rb', line 18 def min_arguments [min_arguments_of(left), min_arguments_of(right)].min end |