Module: TwitterTopicBot::Schedulable

Included in:
TwitterTopicBot
Defined in:
lib/twitter_topic_bot/schedulable.rb

Instance Method Summary collapse

Instance Method Details

#schedule {|schedule_object| ... } ⇒ Object

Yields:

  • (schedule_object)


5
6
7
# File 'lib/twitter_topic_bot/schedulable.rb', line 5

def schedule
  yield(schedule_object)
end