# File lib/moped/executable.rb, line 22 def execute(name) begin_execution(name) begin yield(self) ensure end_execution(name) end end