module Mobility::Plugins::Arel::Nodes

Public Instance Methods

lower() click to toggle source
Calls superclass method
# File lib/mobility/plugins/arel/nodes/pg_ops.rb, line 23
def lower
  super self
end
quoted_node(other) click to toggle source
Calls superclass method
# File lib/mobility/plugins/arel/nodes/pg_ops.rb, line 33
def quoted_node other
  other && super
end