class Mako::Schedule
Public Class Methods
perform(_args)
click to toggle source
# File lib/mako/commands/schedule.rb, line 7 def self.perform(_args) Whenever::CommandLine.execute(file: File.expand_path('schedule.rb', Dir.pwd), write: true) end