Prints a msg to stderr. Used for warn, error, and fatal.
59 60 61
# File 'lib/megam/core/text.rb', line 59 def err(message) stderr.puts message end