# File lib/clockwork.rb, line 10 def included(klass) klass.send "include", Methods klass.extend Methods end
# File lib/clockwork.rb, line 15 def manager @manager ||= Manager.new end
# File lib/clockwork.rb, line 19 def manager=(manager) @manager = manager end