module Roby::Actions::Models::Interface
Public Instance Methods
promote_registered_action(name, action)
click to toggle source
@api private
Internal handler for MetaRuby's inherited-attribute functionality. It updates an action from a parent model to match this model.
In particular, it updates coordination models to point to actions of this
# File lib/roby/actions/models/interface.rb, line 15 def promote_registered_action(name, action) actions[name] ||= action.rebind(self) end