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



22
23
24
25
# File 'lib/trinidad_hotdeploy_extension.rb', line 22

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