Module: Teaspoon::Bundle

Defined in:
lib/teaspoon/bundle.rb,
lib/teaspoon/bundle/engine.rb,
lib/teaspoon/bundle/version.rb,
app/controllers/teaspoon/bundle/bundle_controller.rb

Defined Under Namespace

Classes: BundleController, Engine

Constant Summary collapse

ENDPOINT =
"/teaspoon_bundle".freeze
VERSION =
"0.1.5"

Class Method Summary collapse

Class Method Details

.dirObject



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

def dir
  @dir ||= create_dir
end