Method: Crony::TimePresenter.time_range
- Defined in:
- lib/crony/presenters/time_presenter.rb
.time_range(s_hour, s_minute, e_hour, e_minute) ⇒ Object
26 27 28 |
# File 'lib/crony/presenters/time_presenter.rb', line 26 def self.time_range(s_hour, s_minute, e_hour, e_minute) "#{time(s_hour, s_minute)} and #{time(e_hour, e_minute)}" end |