Module: TimeHelpers
- Included in:
- TFLJourneyPlanner::Journey
- Defined in:
- lib/time_helpers.rb
Instance Method Summary collapse
Instance Method Details
#prettify(time) ⇒ Object
5 6 7 8 |
# File 'lib/time_helpers.rb', line 5 def prettify time t = Time.parse time t.strftime("%b%e %Y %H:%M") end |