Class: HashSchema::Void
- Inherits:
-
Object
- Object
- HashSchema::Void
- Defined in:
- lib/hash_schema.rb
Instance Method Summary collapse
- #to_s ⇒ Object (also: #inspect)
Instance Method Details
#to_s ⇒ Object Also known as: inspect
182 183 184 |
# File 'lib/hash_schema.rb', line 182 def to_s 'Nothing' end |