# File lib/rails-installer.rb, line 177 def message(string) if message_proc message_proc.call(string) else STDERR.puts string end end