module Corvette::Act::Auxiliary
Public Instance Methods
process_auxiliary()
click to toggle source
# File lib/corvette/act.rb, line 70 def process_auxiliary if @options[:auxiliary] @auxiliary = Hashie::Mash.new(@options[:auxiliary]) else @auxiliary = Hashie::Mash.new end singleton_class.class_eval do attr_reader :auxiliary end end