Class: Peggy::AnyNumber
- Defined in:
- lib/builder.rb,
lib/Copy of builder.rb
Overview
Matcher of 0 or more times.
Constant Summary
Constants inherited from Multiple
Instance Attribute Summary
Attributes inherited from Multiple
Instance Method Summary collapse
-
#initialize ⇒ AnyNumber
constructor
A new instance of AnyNumber.
Methods inherited from Multiple
Methods inherited from Element
Constructor Details
#initialize ⇒ AnyNumber
Returns a new instance of AnyNumber.
111 112 113 |
# File 'lib/builder.rb', line 111 def initialize super 0..MANY end |