class Cucumber::RbSupport::Snippet::Percent
Public Class Methods
description()
click to toggle source
# File lib/cucumber/rb_support/snippet.rb, line 89 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 85 def typed_pattern " %r{^#{pattern}$}" end