Method: Tap::Declarations.env

Defined in:
lib/tap/declarations.rb

.envObject



44
45
46
# File 'lib/tap/declarations.rb', line 44

def self.env
  @env ||= Tap::Env.new(:load_paths => [], :command_paths => [], :generator_paths => [])
end