Class: Lucid::InterfaceRb::Matcher::Regexp

Inherits:
BaseMatcher show all
Defined in:
lib/lucid/interface_rb/matcher.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BaseMatcher

cli_option_string, #initialize, #step, #to_s

Constructor Details

This class inherits a constructor from Lucid::InterfaceRb::Matcher::BaseMatcher

Class Method Details

.descriptionObject



81
82
83
# File 'lib/lucid/interface_rb/matcher.rb', line 81

def self.description
  'Matchers with parentheses.'
end

Instance Method Details

#typed_patternObject



77
78
79
# File 'lib/lucid/interface_rb/matcher.rb', line 77

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