Method: Cucumber::Glue::Snippet::MultilineArgumentSnippet::DataTable#append_comment_to
- Defined in:
- lib/cucumber/glue/snippet.rb
permalink #append_comment_to(string) ⇒ Object
[View source] [View on GitHub]
194 195 196 |
# File 'lib/cucumber/glue/snippet.rb', line 194 def append_comment_to(string) string << " # table is a #{Cucumber::MultilineArgument::DataTable}\n" end |