Class: Rsec::Unary
- Inherits:
-
Struct
- Object
- Struct
- Rsec::Unary
- Includes:
- Parser
- Defined in:
- lib/rsec/parser.rb,
lib/rsec/parser.rb
Overview
parsers with 1 param base
Direct Known Subclasses
Branch, Eof, Inner, Lazy, Maybe, OneOf, OneOf_, Pattern, Seq, SkipPattern, SkipUntilPattern, Unbox, UntilPattern
Instance Attribute Summary collapse
-
#some ⇒ Object
Returns the value of attribute some.
Attributes included from Parser
Method Summary
Methods included from Parser
#&, #*, #<<, #>>, #^, #cached, #eof, #fail, #inspect, #join, #map, #maybe, #parse, #parse!, #star, #|
Instance Attribute Details
#some ⇒ Object
Returns the value of attribute some
53 54 55 |
# File 'lib/rsec/parser.rb', line 53 def some @some end |