Class: Perpetuity::Postgres::NullValue

Inherits:
Object
  • Object
show all
Defined in:
lib/perpetuity/postgres/null_value.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



4
5
6
# File 'lib/perpetuity/postgres/null_value.rb', line 4

def to_s
  'NULL'
end