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