Module: FluentConditions::InstanceMethods
- Defined in:
- lib/fluent_conditions.rb
Instance Method Summary collapse
Instance Method Details
#is ⇒ Object
17 18 19 |
# File 'lib/fluent_conditions.rb', line 17 def is self.class.instance_variable_get(:@builder).new(self, :positive) end |
#is_not ⇒ Object
21 22 23 |
# File 'lib/fluent_conditions.rb', line 21 def is_not self.class.instance_variable_get(:@builder).new(self, :negative) end |