Parent

Methods

Class Index [+]

Quicksearch

Spec::Example::NoDescriptionError

Public Class Methods

message(kind, location) click to toggle source
    # File lib/spec/example/errors.rb, line 16
16:         def message(kind, location)
17:           "No description supplied for #{kind} declared on #{location}"
18:         end
new(kind, location) click to toggle source
    # File lib/spec/example/errors.rb, line 20
20:       def initialize(kind, location)
21:         super(self.class.message(kind, location))
22:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.