module ActiveDuty::Boots::ClassMethods
Public Instance Methods
boots(*args)
click to toggle source
# File lib/active_duty/boots.rb, line 21 def boots(*args) @_boots ||= [] options = args.extract_options! args.each do |boot| _boots << { class_name: boot.to_s, options: options } end end