Method: CleanUp::Rules::Base#initialize
- Defined in:
- lib/clean_up/rules/base.rb
#initialize(options) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/clean_up/rules/base.rb', line 6 def initialize() @conditions = build_conditions() = end |