Class: Melbourne::AST::DynamicExecuteString

Inherits:
DynamicString show all
Defined in:
lib/melbourne/ast/literals.rb

Overview

A dynamic execute string literal as in:

`touch #{path}`

Instance Attribute Summary

Attributes inherited from DynamicString

#array, #options

Attributes inherited from StringLiteral

#string

Attributes inherited from Node

#line

Method Summary

Methods inherited from DynamicString

#initialize

Methods inherited from StringLiteral

#initialize

Methods inherited from Node

#ascii_graph, #initialize

Constructor Details

This class inherits a constructor from Melbourne::AST::DynamicString