Module: Tapp

Extended by:
Deprecated
Defined in:
lib/tapp.rb,
lib/tapp/util.rb,
lib/tapp/command.rb,
lib/tapp/printer.rb,
lib/tapp/version.rb,
lib/tapp/deprecated.rb,
lib/tapp/configuration.rb,
lib/tapp/object_extension.rb

Defined Under Namespace

Modules: Deprecated, ObjectExtension, Printer, Util Classes: Command, Configuration

Constant Summary collapse

VERSION =
'1.4.0'

Class Method Summary collapse

Methods included from Deprecated

verbose, verbose=

Class Method Details

.configObject



10
11
12
# File 'lib/tapp.rb', line 10

def config
  @config ||= Tapp::Configuration.new
end

.configure {|config| ... } ⇒ Object

Yields:



14
15
16
17
18
# File 'lib/tapp.rb', line 14

def configure
  yield config

  config
end