Class: Cucumber::Glue::Snippet::MultilineArgumentSnippet::DocString

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/glue/snippet.rb

Instance Method Summary collapse

Instance Method Details

#append_block_parameter_to(array) ⇒ Object

 175 176 177
# File 'lib/cucumber/glue/snippet.rb', line 175 def append_block_parameter_to(array) array << 'doc_string' end

#commentObject

 179 180 181
# File 'lib/cucumber/glue/snippet.rb', line 179 def comment 'pending # Write code here that turns the phrase above into concrete actions' end