Module: RStack

Defined in:
lib/rstack/version.rb,
lib/rstack.rb,
lib/rstack/generator.rb,
lib/rstack/tasks/doc.rb,
lib/rstack/tasks/gem.rb,
lib/rstack/tasks/rspec.rb,
lib/rstack/configuration.rb

Overview

:nodoc:

Defined Under Namespace

Modules: Version Classes: Configuration, Gem, Generator, RDoc, RSpec

Class Method Summary collapse

Class Method Details

.rootObject



5
6
7
# File 'lib/rstack.rb', line 5

def self.root
  @root ||= Pathname.new(File.dirname(__FILE__)).parent.expand_path
end

.vendorObject



9
10
11
# File 'lib/rstack.rb', line 9

def self.vendor
  @vendor ||= root.join('vendor')
end