Method: Manacle::Constraint::Actuator::Nested#reconstrain
- Defined in:
- lib/manacle/constraint/actuator/nested.rb
#reconstrain(obj) ⇒ Object
19 20 21 22 |
# File 'lib/manacle/constraint/actuator/nested.rb', line 19 def reconstrain(obj) res = @nested.reconstrain(obj) self.class.new(res, @constraint) end |