Class: NestedStruct::Empty
- Inherits:
-
Object
- Object
- NestedStruct::Empty
- Includes:
- Singleton
- Defined in:
- lib/nested_struct/empty.rb
Instance Method Summary collapse
- #to_s ⇒ Object (also: #inspect)
Instance Method Details
#to_s ⇒ Object Also known as: inspect
7 8 9 |
# File 'lib/nested_struct/empty.rb', line 7 def to_s 'NestedStruct::Empty'.freeze end |