method
transact
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
transact(&block)
public
Hide source
# File lib/shell/command-processor.rb, line 250 def transact(&block) begin @shell.instance_eval(&block) ensure check_point end end