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