Class: Seam::Null

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/seam/null.rb

Overview

The type of the NULL sentinel.

Instance Method Summary collapse

Instance Method Details

#inspectObject



14
15
16
# File 'lib/seam/null.rb', line 14

def inspect
  "NULL"
end

#to_sObject



10
11
12
# File 'lib/seam/null.rb', line 10

def to_s
  "NULL"
end