Class: Seam::Null
Overview
The type of the NULL sentinel.
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
14 15 16 |
# File 'lib/seam/null.rb', line 14 def inspect "NULL" end |
#to_s ⇒ Object
10 11 12 |
# File 'lib/seam/null.rb', line 10 def to_s "NULL" end |