require_relative 'remon/version' module Remon def self.host @host end def self.host=(host) @host = host end end