class Remover::Configuration
Constants
- OPTIONS
Public Instance Methods
load_from_options!(options)
click to toggle source
# File lib/remover/configuration.rb, line 7 def load_from_options!(options) OPTIONS.each do |option| send("#{option}=", options[option.to_s]) end end