Method: Algorithmable::Cups::NestedListsProblem#new_nested_list
- Defined in:
- lib/algorithmable/cups/nested_lists_problem.rb
#new_nested_list(collection = []) ⇒ Object
46 47 48 |
# File 'lib/algorithmable/cups/nested_lists_problem.rb', line 46 def new_nested_list(collection = []) NestedListImp.new collection end |