Class: Lucid::InterfaceRb::Matcher::Percent

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



101
102
103
# File 'lib/lucid/interface_rb/matcher.rb', line 101

def self.description
  'Matchers with delimited regexp.'
end

Instance Method Details

#typed_patternObject



97
98
99
# File 'lib/lucid/interface_rb/matcher.rb', line 97

def typed_pattern
  " %r{^#{pattern}$}"
end