lib/ADB.rb in ADB-0.4 vs lib/ADB.rb in ADB-0.5

- old
+ new

@@ -1,14 +1,16 @@ +require 'ADB/instrumentation' require 'ADB/version' require 'ADB/errors' require 'childprocess' require 'tempfile' require 'date' # # Mixin that provides access to the commands of the adb executable # which is a part of the android toolset. # module ADB + include ADB::Instrumentation attr_reader :last_stdout, :last_stderr # # start the server process