Exception: 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.
36 37 38 |
# File 'lib/cucumber/errors.rb', line 36 def initialize() super(.join("\n")) end |