lib/artoo/adaptors/sphero.rb in artoo-0.2.0 vs lib/artoo/adaptors/sphero.rb in artoo-0.3.0

- old
+ new

@@ -2,9 +2,10 @@ module Artoo module Adaptors # Connect to a Sphero (http://gosphero.com) class Sphero < Adaptor + finalizer :finalize RETRY_COUNT = 5 attr_reader :sphero def finalize if connected? \ No newline at end of file