examples/visibility.rb in ruby-ray-0.2.0 vs examples/visibility.rb in ruby-ray-0.3.0

- old
+ new

@@ -4,10 +4,10 @@ ray('collapsed by default').hide ray = ray('updating this message in two seconds') sleep(2) -ray.send('updated message'); +ray.send('updated message') ray = ray('removing this item in two seconds') sleep(2) ray.remove