Skip to content

Instantly share code, notes, and snippets.

@27Cobalter
Created November 5, 2017 00:15
Show Gist options
  • Save 27Cobalter/ce0f755673c87d2d5e2734812e897fae to your computer and use it in GitHub Desktop.
Save 27Cobalter/ce0f755673c87d2d5e2734812e897fae to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
Plugin.create(:ripo) do
time = 3600
def next_hour(time)
Reserver.new(time) {
activity :system, "リポを交換してください"
next_hour(time)
}
end
next_hour(time)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment