Module: Tap::Declarations::Rakish

Defined in:
lib/tap/declarations.rb

Instance Method Summary collapse

Instance Method Details

#new(*args) ⇒ Object



35
36
37
38
39
# File 'lib/tap/declarations.rb', line 35

def new(*args)
  @instance ||= super
  @instance.app.dependencies.register(@instance)
  @instance
end