Class: Togls::Rules::Boolean
- Inherits:
-
Togls::Rule
- Object
- Togls::Rule
- Togls::Rules::Boolean
- Defined in:
- lib/togls/rules/boolean.rb
Instance Attribute Summary
Attributes inherited from Togls::Rule
Instance Method Summary collapse
Methods inherited from Togls::Rule
Constructor Details
This class inherits a constructor from Togls::Rule
Instance Method Details
#run(key, target = nil) ⇒ Object
4 5 6 |
# File 'lib/togls/rules/boolean.rb', line 4 def run(key, target = nil) return @data end |