Module: RTM::Axes::ArrayProxy
- Defined in:
- rtm/lib/rtm/axes.rb
Overview
--- ArrayProxy ---------------------------------------#
Instance Method Summary
Instance Method Details
- (Object) define_helper(method, *args)
103 104 105 |
# File 'rtm/lib/rtm/axes.rb', line 103 def define_helper(method,*args) inject([]){|all,containee| all << containee.send(method,*args)}.flatten end |