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
Instance Method Summary collapse
-
#initialize ⇒ Wildcard
constructor
Constructor.
Methods inherited from AtomicExpression
Methods inherited from Expression
Constructor Details
#initialize ⇒ Wildcard
Constructor
9 10 11 |
# File 'lib/regex/wildcard.rb', line 9 def initialize super end |