class Lucid::InterfaceRb::Matcher::Regexp

Public Class Methods

description() click to toggle source
# File lib/lucid/interface_rb/matcher.rb, line 80
def self.description
  'Matchers with parentheses.'
end

Public Instance Methods

typed_pattern() click to toggle source
# File lib/lucid/interface_rb/matcher.rb, line 76
def typed_pattern
  " (/^#{pattern}$/)"
end