Class: Cucumber::ScalaSupport::ScalaSnippetGenerator
- Inherits:
-
Object
- Object
- Cucumber::ScalaSupport::ScalaSnippetGenerator
- Defined in:
- lib/cucumber/scala_support/scala_snippet_generator.rb
Instance Method Summary collapse
Instance Method Details
#snippet_text(step_keyword, step_name, multiline_arg_class = nil) ⇒ Object
6 7 8 |
# File 'lib/cucumber/scala_support/scala_snippet_generator.rb', line 6 def snippet_text(step_keyword, step_name, multiline_arg_class = nil) "Scala snippet... TODO" end |