Module: Ducktrap::Singleton::InstanceMethods

Includes:
Adamantium::Flat
Defined in:
lib/ducktrap/singleton.rb

Instance Method Summary collapse

Instance Method Details

#inspectString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return inspect string

Returns:

  • (String)


13
14
15
# File 'lib/ducktrap/singleton.rb', line 13

def inspect
  "<#{self.class.name}>"
end