class Xezat::Debugger::Variable
Public Class Methods
new(cygport)
click to toggle source
# File lib/xezat/debugger/variable.rb, line 11 def initialize(cygport) @cygport = cygport end
Public Instance Methods
debug()
click to toggle source
# File lib/xezat/debugger/variable.rb, line 15 def debug pp variables(@cygport) end