Class: Regex::Wildcard
- Inherits:
-
AtomicExpression
- Object
- Expression
- AtomicExpression
- Regex::Wildcard
- Defined in:
- lib/regex/wildcard.rb
Overview
A wildcard matches any character (except for the newline).
Instance Attribute Summary
Attributes inherited from Expression
Method Summary
Methods inherited from AtomicExpression
Methods inherited from Expression
#atomic?, #initialize, #options, #to_str
Constructor Details
This class inherits a constructor from Regex::Expression