diff options
Diffstat (limited to 'sample/observ.rb')
| -rw-r--r-- | sample/observ.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sample/observ.rb b/sample/observ.rb index 061e3c6a10..ef4a9f60f5 100644 --- a/sample/observ.rb +++ b/sample/observ.rb @@ -1,6 +1,5 @@ #! /usr/local/bin/ruby -require "thread" require "observer" class Tick @@ -28,5 +27,5 @@ class Clock end end -clock = Clock.new(Tick.new) +Clock.new(Tick.new) sleep |
