module Pfm::Helpers

def msg(message)

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