class TypeProf::TypeProfError

Public Instance Methods

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