lib/tunemygc/spies/manual.rb in tunemygc-1.0.22 vs lib/tunemygc/spies/manual.rb in tunemygc-1.0.23
- old
+ new
@@ -1,9 +1,9 @@
# encoding: utf-8
module TuneMyGc
module Spies
- class Manual
+ class Manual < TuneMyGc::Spies::Base
def install
TuneMyGc.log "hooked: manual"
end
def uninstall
\ No newline at end of file