Method: Date#inspect
- Defined in:
- lib/date.rb
#inspect ⇒ Object
Return internal object state as a programmer-readable string.
1473 1474 1475 |
# File 'lib/date.rb', line 1473 def inspect format('#<%s: %s (%s,%s,%s)>', self.class, to_s, @ajd, @of, @sg) end |