Class: Cucumber::Glue::Snippet::MultilineArgumentSnippet::None

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



202
# File 'lib/cucumber/glue/snippet.rb', line 202

def append_block_parameter_to(array); end

#commentObject



203
204
205
# File 'lib/cucumber/glue/snippet.rb', line 203

def comment
  'pending # Write code here that turns the phrase above into concrete actions'
end