Class: Rextra::Enumerable::All
- Inherits:
-
Base
- Object
- SimpleObject
- Base
- Rextra::Enumerable::All
- Defined in:
- lib/rextra/cutting.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Rextra::Enumerable::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(sym, *args) ⇒ Object
43 44 45 |
# File 'lib/rextra/cutting.rb', line 43 def method_missing( sym, *args ) @master.map do |e| e.send sym, *args end end |