Method: Rules::Config#initialize
- Defined in:
- lib/rules/config.rb
#initialize ⇒ Config
8 9 10 11 |
# File 'lib/rules/config.rb', line 8 def initialize self.errors_are_false = true self.missing_attributes_are_nil = true end |
8 9 10 11 |
# File 'lib/rules/config.rb', line 8 def initialize self.errors_are_false = true self.missing_attributes_are_nil = true end |