Method: Cucumber::StepDefinition#to_s
- Defined in:
- lib/cucumber/step_definition.rb
#to_s(indent = 0) ⇒ Object
90 91 92 |
# File 'lib/cucumber/step_definition.rb', line 90 def to_s(indent = 0) @regexp.inspect + (' # ').indent(indent) + file_colon_line end |