lib/artoo/adaptors/sphero.rb in artoo-0.1.1 vs lib/artoo/adaptors/sphero.rb in artoo-0.1.2
- old
+ new
@@ -7,10 +7,9 @@
RETRY_COUNT = 5
attr_reader :sphero
def finalize
if connected?
- #sphero.stop
sphero.close
end
end
def connect
\ No newline at end of file