class RollbarHelper VERSION = "0.0.0" class << self def sayit msg = 'holaaaa!' puts msg return msg end end end