Module: RTM::Axes::ArrayProxy

Defined in:
lib/rtm/axes.rb

Overview

—- ArrayProxy ———————————————————-#

Instance Method Summary collapse

Instance Method Details

#define_helper(method, *args) ⇒ Object



103
104
105
# File 'lib/rtm/axes.rb', line 103

def define_helper(method,*args)
  inject([]){|all,containee| all << containee.send(method,*args)}.flatten
end