Module: Maestrano::Preset::ClassMethods

Defined in:
lib/maestrano/preset.rb

Instance Method Summary collapse

Instance Method Details

#[](preset) ⇒ Object



13
14
15
16
# File 'lib/maestrano/preset.rb', line 13

def [](preset)
  define_singleton_method(:preset) { preset || 'production' }
  self
end

#presetObject



18
19
20
# File 'lib/maestrano/preset.rb', line 18

def preset
  'production'
end