Blob of Support/lib/ruby_amp/remote_debugger/commander_base.rb (raw blob data)

1 module RubyAMP
2 class RemoteDebugger
3 class CommanderBase
4 attr_accessor :base
5 def initialize(base)
6 @base = base
7 end
8 end
9 end
10 end