Module: Cucumber::Ast::HasLocation
- Included in:
- Background, Examples, Feature, Scenario, ScenarioOutline, Step
- Defined in:
- lib/cucumber/ast/location.rb
Instance Method Summary collapse
Instance Method Details
#file ⇒ Object
26 27 28 |
# File 'lib/cucumber/ast/location.rb', line 26 def file location.file end |
#file_colon_line ⇒ Object
22 23 24 |
# File 'lib/cucumber/ast/location.rb', line 22 def file_colon_line location.to_s end |
#line ⇒ Object
30 31 32 |
# File 'lib/cucumber/ast/location.rb', line 30 def line location.line end |