module Beam

Constants

VERSION

Public Class Methods

lib() click to toggle source
# File lib/beam.rb, line 10
def self.lib
  File.join root, 'lib'
end
root() click to toggle source
# File lib/beam.rb, line 6
def self.root
  File.expand_path '../..', __FILE__
end
spec() click to toggle source
# File lib/beam.rb, line 18
def self.spec
  File.join root, 'spec'
end
tmp() click to toggle source
# File lib/beam.rb, line 14
def self.tmp
  File.join root, 'tmp'
end