Method: String#in_time_zone
- Defined in:
- lib/marty/monkey.rb
#in_time_zone(zone = ::Time.zone) ⇒ Object
151 152 153 |
# File 'lib/marty/monkey.rb', line 151 def in_time_zone(zone = ::Time.zone) self == 'infinity' ? self : old_in_time_zone(zone) end |