class Lucid::InterfaceRb::Matcher::Classic
Public Class Methods
description()
click to toggle source
# File lib/lucid/interface_rb/matcher.rb, line 90 def self.description 'Matchers without parentheses.' end
Public Instance Methods
typed_pattern()
click to toggle source
# File lib/lucid/interface_rb/matcher.rb, line 86 def typed_pattern " /^#{pattern}$/" end