class YPS::Value
Value
is a wrapper class for a parsed object and serves two main functions:
-
As a placeholder and accessor for the position information of the wrapped object (via the
#position
method). -
Forwarding received method calls to the wrapped object.
Attributes
Accessor for the position information of the wrapped object
Public Instance Methods
Source
# File lib/yps/value.rb 62 def value 63 __getobj__ 64 end
Accessor for the wrapped object