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

  
  