Class: ROM::SQL::Postgres::Types::JSONNullType

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/rom/sql/extensions/postgres/types/json.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



29
30
31
# File 'lib/rom/sql/extensions/postgres/types/json.rb', line 29

def inspect
  "null"
end

#to_sObject



25
26
27
# File 'lib/rom/sql/extensions/postgres/types/json.rb', line 25

def to_s
  "null"
end