Class: Rrrex::UnescapedStringMatch

Inherits:
StringMatch show all
Defined in:
lib/rrrex/unescaped_string_match.rb

Instance Attribute Summary

Attributes included from SingleAtomMatch

#atom

Instance Method Summary collapse

Methods inherited from StringMatch

#initialize

Methods included from SingleAtomMatch

#group_names, #initialize

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_stringObject



4
5
6
# File 'lib/rrrex/unescaped_string_match.rb', line 4

def to_regexp_string
  wrap atom
end