Class: Trinidad::Extensions::HotdeployOptionsExtension

Inherits:
OptionsExtension
  • Object
show all
Defined in:
lib/trinidad_hotdeploy_extension.rb

Instance Method Summary collapse

Instance Method Details

#configure(parser, default_options) ⇒ Object



29
30
31
32
# File 'lib/trinidad_hotdeploy_extension.rb', line 29

def configure(parser, default_options)
  default_options[:extensions] ||= {}
  default_options[:extensions][:hotdeploy] = {}
end