module Remon

Constants

VERSION

Public Class Methods

host() click to toggle source
# File lib/remon.rb, line 4
def self.host
  @host
end
host=(host) click to toggle source
# File lib/remon.rb, line 8
def self.host=(host)
  @host = host
end