class P4::OutputHandler

*****************************************************************************

P4::OutputHandler class.
Base class for all Handler classes that can be passed to P4::handler.

*****************************************************************************

Public Instance Methods

outputBinary(binary) click to toggle source
# File lib/P4.rb, line 637
def outputBinary(binary)
  REPORT
end
outputInfo(info) click to toggle source
# File lib/P4.rb, line 629
def outputInfo(info)
  REPORT
end
outputMessage(message) click to toggle source
# File lib/P4.rb, line 641
def outputMessage(message)
  REPORT
end
outputStat(stat) click to toggle source
# File lib/P4.rb, line 625
def outputStat(stat)
  REPORT
end
outputText(text) click to toggle source
# File lib/P4.rb, line 633
def outputText(text)
  REPORT
end