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

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/glue/snippet.rb

Instance Method Summary collapse

Instance Method Details

#append_block_parameter_to(array) ⇒ Object



176
177
178
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/glue/snippet.rb', line 176

def append_block_parameter_to(array)
  array << 'doc_string'
end

#append_comment_to(string) ⇒ Object



180
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/glue/snippet.rb', line 180

def append_comment_to(string); end