Method: AutomationObject::Dsl::ElementArrayProxy#method_missing
- Defined in:
- lib/automation_object/dsl/element_array.rb
#method_missing(method, *args, &block) ⇒ Object
23 24 25 26 27 28 29 |
# File 'lib/automation_object/dsl/element_array.rb', line 23 def method_missing(method, *args, &block) return super if ElementArray.methods.include?(method) @subject = @state.utilize super end |