Method: Cucumber::TagExcess#initialize
- Defined in:
- lib/cucumber/errors.rb
permalink #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 |