Class: Prism::Relocation::SourceString
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Source
|
|
Instance Chain:
self,
Source
|
|
Inherits: |
Prism::Relocation::Source
|
Defined in: | lib/prism/relocation.rb |
Overview
A source that is represented by a string.
Class Method Summary
Instance Attribute Summary
Instance Method Summary
-
#result
Reparse the string and return the parse result.
Source
- Inherited
#code_units_cache | Create a code units cache for the given encoding. |
#result | Reparse the value and return the parse result. |
Constructor Details
This class inherits a constructor from Prism::Relocation::Source
Instance Method Details
#result
Reparse the string and return the parse result.