Top Level Namespace

Defined Under Namespace

Classes: Plutil, TMBundle

Instance Method Summary collapse

Instance Method Details

#startObject

params = true # -a params = “1” # -b1 params = “1” # –foo params = “x” # –bar x params = “z” # –zot Z



7
8
9
10
11
# File 'lib/tm_bundle/command.rb', line 7

def start
  TMBundle.eager_load!
  @tmb = TMBundle.new
  yield
end