Module: Corvette::Act::Auxiliary
- Defined in:
- lib/corvette/act.rb
Instance Method Summary collapse
Instance Method Details
#process_auxiliary ⇒ Object
70 71 72 73 74 75 76 77 78 79 |
# File 'lib/corvette/act.rb', line 70 def process_auxiliary if [:auxiliary] @auxiliary = Hashie::Mash.new([:auxiliary]) else @auxiliary = Hashie::Mash.new end singleton_class.class_eval do attr_reader :auxiliary end end |