module Hive::Messages

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/hive/messages.rb, line 38
def configure

  self.configuration = Configuration.new
  yield(configuration)
  Hive::Paths.base = self.configuration.base_path
end
root() click to toggle source
# File lib/hive/messages.rb, line 34
def root
  File.expand_path '../../..', __FILE__
end