method
transact
transact(&block)
public
Hide source
# File lib/shell/command-processor.rb, line 287 def transact(&block) begin @shell.instance_eval(&block) ensure check_point end end