Method: RiCal::FastDateTime#to_s
- Defined in:
- lib/ri_cal/fast_date_time.rb
#to_s ⇒ Object Also known as: inspect
80 81 82 |
# File 'lib/ri_cal/fast_date_time.rb', line 80 def to_s "#{year}/#{month}/#{day} #{hour}:#{min}:#{sec} #{offset}" end |