Class: Peruby::Lexer::Quote
- Inherits:
-
Struct
- Object
- Struct
- Peruby::Lexer::Quote
- Defined in:
- lib/peruby/lexer/quote_like.rb
Overview
Raw quote-like payload. Interpolation is compiled in P7.
Instance Attribute Summary collapse
-
#interpolate ⇒ Object
Returns the value of attribute interpolate.
-
#modifiers ⇒ Object
Returns the value of attribute modifiers.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#parts ⇒ Object
Returns the value of attribute parts.
Instance Attribute Details
#interpolate ⇒ Object
Returns the value of attribute interpolate
6 7 8 |
# File 'lib/peruby/lexer/quote_like.rb', line 6 def interpolate @interpolate end |
#modifiers ⇒ Object
Returns the value of attribute modifiers
6 7 8 |
# File 'lib/peruby/lexer/quote_like.rb', line 6 def modifiers @modifiers end |
#operator ⇒ Object
Returns the value of attribute operator
6 7 8 |
# File 'lib/peruby/lexer/quote_like.rb', line 6 def operator @operator end |
#parts ⇒ Object
Returns the value of attribute parts
6 7 8 |
# File 'lib/peruby/lexer/quote_like.rb', line 6 def parts @parts end |