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



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

def inspect
  'null'
end

#to_sObject



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

def to_s
  'null'
end