class Cucumber::RbSupport::Snippet::Classic

def self.description

def self.description
  "Snippets without parentheses. Note that these cause a warning from modern versions of Ruby."
end

def typed_pattern

def typed_pattern
  " /^#{pattern}$/"
end