Module: Rhino

Defined in:
lib/rhino.rb,
lib/rhino/cli.rb,
lib/rhino/http.rb,
lib/rhino/config.rb,
lib/rhino/logger.rb,
lib/rhino/server.rb,
lib/rhino/version.rb,
lib/rhino/launcher.rb

Defined Under Namespace

Classes: CLI, Config, HTTP, Launcher, Logger, Server

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Class Method Details

.configObject



16
17
18
# File 'lib/rhino.rb', line 16

def self.config
  @config ||= Rhino::Config.new
end

.loggerObject



20
21
22
# File 'lib/rhino.rb', line 20

def self.logger
  @logger ||= Rhino::Logger.new
end