Navigation Menu

Skip to content

Commit

Permalink
Use "Coolio" style (no "." style)
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 25, 2014
1 parent 6c88ec2 commit 0fbef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/file_observer.rb
Expand Up @@ -40,7 +40,7 @@ def initialize(loop, path)
end

def start
@watcher = Cool.io::TimerWatcher.new(CHECK_INTERVAL, true)
@watcher = Coolio::TimerWatcher.new(CHECK_INTERVAL, true)
on_timer = lambda do
if updated?
@mtime = @path.mtime
Expand Down

0 comments on commit 0fbef5e

Please sign in to comment.