Class: Both
- Includes:
- FromHash
- Defined in:
- lib/dataload/dsl/table_loader_dsl.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(sym, *args, &b) ⇒ Object
4 5 6 |
# File 'lib/dataload/dsl/table_loader_dsl.rb', line 4 def method_missing(sym,*args,&b) objs.each { |x| x.send(sym,*args,&b) } end |