Top Level Namespace
Defined Under Namespace
Classes: Plutil, TMBundle
Instance Method Summary
collapse
Instance Method Details
#start ⇒ Object
7
8
9
10
11
|
# File 'lib/tm_bundle/command.rb', line 7
def start
TMBundle.eager_load!
@tmb = TMBundle.new
yield
end
|