Method: TZInfo::DataSource#inspect
- Defined in:
- lib/tzinfo/data_source.rb
#inspect ⇒ String
Returns 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 |