Exception: Cucumber::TagExcess
- Inherits:
-
StandardError
- Object
- StandardError
- Cucumber::TagExcess
- Defined in:
- lib/cucumber/errors.rb
Instance Method Summary collapse
-
#initialize(messages) ⇒ TagExcess
constructor
A new instance of TagExcess.
Constructor Details
#initialize(messages) ⇒ TagExcess
Returns a new instance of TagExcess.
49 50 51 |
# File 'lib/cucumber/errors.rb', line 49 def initialize() super(.join("\n")) end |