Class: NestedStruct::Empty

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/nested_struct/empty.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject Also known as: inspect



7
8
9
# File 'lib/nested_struct/empty.rb', line 7

def to_s
  'NestedStruct::Empty'.freeze
end