class ROM::SQL::Postgres::Types::JSONNullType

Public Instance Methods

inspect() click to toggle source
# File lib/rom/sql/extensions/postgres/types/json.rb, line 29
def inspect
  'null'
end
to_s() click to toggle source
# File lib/rom/sql/extensions/postgres/types/json.rb, line 25
def to_s
  'null'
end