Top Level Namespace

Defined Under Namespace

Modules: Lobstr

Instance Method Summary collapse

Instance Method Details

#lobstr(target = nil, config_file = 'config/lobstr.yml', &block) ⇒ Object



16
17
18
19
# File 'lib/lobstr.rb', line 16

def lobstr(target = nil, config_file = 'config/lobstr.yml', &block)
  target ||= Lobstr.target
  Lobstr::Deploy.new(target, config_file, &block)
end