Method: Cucumber::Core::Test::Action::Undefined#initialize
- Defined in:
- lib/cucumber/core/test/action/undefined.rb
#initialize(source_location) ⇒ Undefined
Returns a new instance of Undefined.
12 13 14 |
# File 'lib/cucumber/core/test/action/undefined.rb', line 12 def initialize(source_location) @location = source_location end |