Module: Gondler

Defined in:
lib/gondler.rb,
lib/gondler/cli.rb,
lib/gondler/env.rb,
lib/gondler/gomfile.rb,
lib/gondler/package.rb,
lib/gondler/version.rb

Defined Under Namespace

Classes: CLI, Env, Gomfile, Package

Constant Summary collapse

VERSION =
'0.0.3'

Class Method Summary collapse

Class Method Details

.envObject



17
18
19
# File 'lib/gondler.rb', line 17

def env
  @env ||= Gondler::Env.new
end

.withoutsObject



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

def withouts
  @withouts || []
end

.withouts=(withouts) ⇒ Object



13
14
15
# File 'lib/gondler.rb', line 13

def withouts=(withouts)
  @withouts = withouts.map(&:strip)
end