Class: Regex::Wildcard

Inherits:
AtomicExpression show all
Defined in:
lib/regex/wildcard.rb

Overview

A wildcard matches any character (except for the newline).

Instance Attribute Summary

Attributes inherited from Expression

#begin_anchor, #end_anchor

Instance Method Summary collapse

Methods inherited from AtomicExpression

#atomic?

Methods inherited from Expression

#atomic?, #cardinality, #options, #to_str

Constructor Details

#initializeWildcard

Constructor



9
10
11
# File 'lib/regex/wildcard.rb', line 9

def initialize()
  super
end