# File lib/innate/action.rb, line 118 def wrap_in_current Current.actions << self yield ensure Current.actions.delete(self) end