Method: ArelExtensions::BooleanFunctions#then
- Defined in:
- lib/arel_extensions/boolean_functions.rb
#then(t, f = nil) ⇒ Object
21 22 23 |
# File 'lib/arel_extensions/boolean_functions.rb', line 21 def then(t, f = nil) ArelExtensions::Nodes::Then.new [self, t, f] end |