Class: Rrrex::UnescapedStringMatch
- Inherits:
-
StringMatch
- Object
- Match
- StringMatch
- Rrrex::UnescapedStringMatch
- Defined in:
- lib/rrrex/unescaped_string_match.rb
Instance Attribute Summary
Attributes included from SingleAtomMatch
Instance Method Summary collapse
Methods inherited from StringMatch
Methods included from SingleAtomMatch
Methods inherited from Match
#+, convert, #group_names, #match, #not, #or, #wrap
Constructor Details
This class inherits a constructor from Rrrex::StringMatch
Instance Method Details
#to_regexp_string ⇒ Object
4 5 6 |
# File 'lib/rrrex/unescaped_string_match.rb', line 4 def to_regexp_string wrap atom end |