Method: Runt::Schedule#initialize
- Defined in:
- lib/runt/schedule.rb
#initialize ⇒ Schedule
Returns a new instance of Schedule.
10 11 12 13 |
# File 'lib/runt/schedule.rb', line 10 def initialize @elems = Hash.new self end |
Returns a new instance of Schedule.
10 11 12 13 |
# File 'lib/runt/schedule.rb', line 10 def initialize @elems = Hash.new self end |