Module: Actor::UpdateStatistics
- Defined in:
- lib/actor/actor.rb
Instance Method Summary collapse
Instance Method Details
#action ⇒ Object
141 142 143 144 145 146 147 148 149 |
# File 'lib/actor/actor.rb', line 141 def action actor_statistics.executing_action result = super actor_statistics.action_executed result end |