class Cucumber::RbSupport::Snippet::Percent

Public Class Methods

description() click to toggle source
# File lib/cucumber/rb_support/snippet.rb, line 101
def self.description
  "Snippets with percent regexp"
end

Public Instance Methods

typed_pattern() click to toggle source
# File lib/cucumber/rb_support/snippet.rb, line 97
def typed_pattern
  " %r{^#{pattern}$}"
end