Class: ArelExtensions::Nodes::NotBlank

Inherits:
Function
  • Object
show all
Defined in:
lib/arel_extensions/nodes/blank.rb

Constant Summary collapse

RETURN_TYPE =
:boolean

Instance Method Summary collapse

Methods inherited from Function

#as, #convert_to_date_node, #convert_to_datetime_node, #convert_to_node, #convert_to_number, #convert_to_string_node, #expr, #left, #return_type, #right, #type_of_attribute

Methods included from Predications

#cast, #convert_to_node, #imatches, #in, #matches, #not_in, #when

Constructor Details

#initialize(expr) ⇒ NotBlank

Returns a new instance of NotBlank.



15
16
17
# File 'lib/arel_extensions/nodes/blank.rb', line 15

def initialize expr
   	super expr
end