Module: Goliath

Defined in:
lib/senor_armando/error.rb,
lib/senor_armando/rack/tracer.rb,
lib/senor_armando/use_gemfile_jail.rb

Defined Under Namespace

Modules: Rack, Validation

Constant Summary collapse

ROOT_DIR =
File.expand_path(File.join(File.dirname($0), '..'))

Class Method Summary collapse

Class Method Details

.root_path(*dirs) ⇒ Object



3
4
5
# File 'lib/senor_armando/use_gemfile_jail.rb', line 3

def self.root_path(*dirs)
  File.join(::Goliath::ROOT_DIR, *dirs)
end