Class: PatternMatch::Pattern
Direct Known Subclasses
Instance Attribute Summary collapse
-
#quantified ⇒ Object
Returns the value of attribute quantified.
Instance Method Summary collapse
-
#initialize ⇒ Pattern
constructor
A new instance of Pattern.
- #match(tgt, bindings) ⇒ Object
- #to_a ⇒ Object
Constructor Details
#initialize ⇒ Pattern
Returns a new instance of Pattern.
73 74 |
# File 'lib/egison/core.rb', line 73 def initialize end |
Instance Attribute Details
#quantified ⇒ Object
Returns the value of attribute quantified.
71 72 73 |
# File 'lib/egison/core.rb', line 71 def quantified @quantified end |