Method: TZInfo::DataSource#inspect

Defined in:
lib/tzinfo/data_source.rb

#inspectString

Returns the internal object state as a programmer-readable String.

Returns:

  • (String)

    the internal object state as a programmer-readable String.



268
269
270
# File 'lib/tzinfo/data_source.rb', line 268

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