Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のschedule.rbファイルには、次の行があります。
schedule.rb
every 6.day, :at => "9:00am" do runner "my_function" end
機能が初めて開始されるのはいつですか?