Sha256: 2f18f5477a88f87524d380c021268089880b8df41a458d121f1b049748293dfa
Contents?: true
Size: 224 Bytes
Versions: 12
Compression:
Stored size: 224 Bytes
Contents
module Arel module Nodes # https://www.postgresql.org/docs/9.4/functions-math.html class Absolute < Arel::Nodes::UnaryOperation def initialize(operand) super('@', operand) end end end end
Version data entries
12 entries across 12 versions & 1 rubygems