class TypeProf::TypeProfError

Public Instance Methods

report(output) click to toggle source
# File typeprof-0.15.2/lib/typeprof/config.rb, line 19
def report(output)
  output.puts "# Analysis Error"
  output.puts message
end