class RBS::Test::Tester::TypeError

Attributes

errors[R]

Public Class Methods

new(errors) click to toggle source
Calls superclass method
# File lib/rbs/test/tester.rb, line 104
def initialize(errors)
  @errors = errors

  super "TypeError: #{errors.map {|e| Errors.to_string(e) }.join(", ")}"
end