Module: Buildr::ShellExtension

Includes:
Extension
Included in:
Project
Defined in:
lib/buildr/shell.rb

Defined Under Namespace

Classes: ShellConfig

Instance Method Summary collapse

Methods included from Extension

included

Instance Method Details

#shellObject

TODO temporary hack



172
173
174
# File 'lib/buildr/shell.rb', line 172

def shell
  @shell ||= ShellConfig.new self
end