Module: Card::Env::SlotOptions

Included in:
Card::Env
Defined in:
lib/card/env/slot_options.rb

Overview

slot-related environmental variable handling

Instance Method Summary collapse

Instance Method Details

#slot_optsObject



5
6
7
8
# File 'lib/card/env/slot_options.rb', line 5

def slot_opts
  # FIXME:  upgrade to safe parameters
  self[:slot_opts] ||= interpret_slot_options
end