Module: Shoe::Extensions::Specification

Defined in:
lib/shoe/extensions/specification.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.extended(specification) ⇒ Object



5
6
7
# File 'lib/shoe/extensions/specification.rb', line 5

def self.extended(specification)
  specification.loaded_from = Dir.pwd
end

Instance Method Details

#full_gem_pathObject



9
10
11
# File 'lib/shoe/extensions/specification.rb', line 9

def full_gem_path
  Dir.pwd
end