Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/mll/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#nest_while_list(f, test) ⇒ Object
4 5 6 |
# File 'lib/mll/core_ext.rb', line 4 def nest_while_list f, test MLL::nest_while_list[self, f, test] end |