module Pfm::Helpers

def err(message)

Parameters:
  • message (String) -- the string to print
def err(message)
  stderr.print("#{message}\n")
end