Class: ROM::SQL::Postgres::Types::JSONNullType
- Inherits:
-
Object
- Object
- ROM::SQL::Postgres::Types::JSONNullType
- Includes:
- Singleton
- Defined in:
- lib/rom/sql/extensions/postgres/types/json.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
29 30 31 |
# File 'lib/rom/sql/extensions/postgres/types/json.rb', line 29 def inspect 'null' end |
#to_s ⇒ Object
25 26 27 |
# File 'lib/rom/sql/extensions/postgres/types/json.rb', line 25 def to_s 'null' end |