= private = protected
notify(*opts, &block)
%pwd, %cwd -> @pwd
# File lib/shell/command-processor.rb, line 338 def notify(*opts, &block) Shell.notify(*opts) {|mes| yield mes if iterator? mes.gsub!("%pwd", "#{@cwd}") mes.gsub!("%cwd", "#{@cwd}") } end