class Lucid::InterfaceRb::Matcher::Percent
Public Class Methods
description()
click to toggle source
# File lib/lucid/interface_rb/matcher.rb, line 100 def self.description 'Matchers with delimited regexp.' end
Public Instance Methods
typed_pattern()
click to toggle source
# File lib/lucid/interface_rb/matcher.rb, line 96 def typed_pattern " %r{^#{pattern}$}" end