Flowdock
method

add_error

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: RUNIT::TestResult
add_error(error) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/runit/testresult.rb, line 34
    def   add_erroradd_erroradd_error(error)
      def error.at
        return location
      end
      def error.err
        return exception
      end
      super(error)
    end
Register or log in to add new notes.