From 3fc1f31ad2b49d5cf22b2b8a0d655add6c419b85 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 8 Mar 2012 10:57:02 -0800 Subject: [PATCH] whitespace :bomb: --- lib/watchable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/watchable.rb b/lib/watchable.rb index ac24568..b6324c1 100644 --- a/lib/watchable.rb +++ b/lib/watchable.rb @@ -21,7 +21,7 @@ def once event, callable = nil, &block off event, wrapper (callable || block).call *args end - + on event, wrapper end