method
transact
v1_8_7_72 -
Show latest stable
- Class:
Shell::CommandProcessor
transact(&block)public
No documentation available.
# File lib/shell/command-processor.rb, line 250
def transact(&block)
begin
@shell.instance_eval(&block)
ensure
check_point
end
end