Method: Cucumber::Cli::Configuration#snippet_type
- Defined in:
- lib/cucumber/cli/configuration.rb
#snippet_type ⇒ Object
77 78 79 |
# File 'lib/cucumber/cli/configuration.rb', line 77 def snippet_type @options[:snippet_type] || :cucumber_expression end |