Class: Yaparc::Succeed
Overview
of Module Parsable
Constant Summary
Constants included from Parsable
Parsable::IS_ALPHANUM, Parsable::IS_CR, Parsable::IS_DIGIT, Parsable::IS_LOWER, Parsable::IS_SPACE, Parsable::IS_WHITESPACE
Instance Attribute Summary collapse
-
#remaining ⇒ Object
readonly
Returns the value of attribute remaining.
Attributes included from Parsable
Instance Method Summary collapse
-
#initialize(value, remaining = nil) ⇒ Succeed
constructor
A new instance of Succeed.
Methods included from Parsable
Constructor Details
Instance Attribute Details
#remaining ⇒ Object (readonly)
Returns the value of attribute remaining.
46 47 48 |
# File 'lib/yaparc.rb', line 46 def remaining @remaining end |