Class: Rubinius::ToolSet.current::TS::AST::DynamicExecuteString

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

Instance Attribute Summary

Attributes inherited from DynamicString

#array, #options

Attributes inherited from StringLiteral

#string

Attributes inherited from Node

#line

Instance Method Summary collapse

Methods inherited from DynamicString

#defined, #initialize, #to_sexp

Methods inherited from StringLiteral

#defined, #initialize, #to_sexp

Methods inherited from Node

#ascii_graph, #attributes, #children, #defined, #initialize, match_arguments?, match_send?, #new_block_generator, #new_generator, #node_name, #or_bytecode, #pos, #set_child, #to_sexp, #transform, transform, transform_comment, transform_kind, transform_kind=, transform_name, #value_defined, #visit, #walk

Constructor Details

This class inherits a constructor from Rubinius::ToolSet.current::TS::AST::DynamicString

Instance Method Details

#bytecode(g) ⇒ Object



474
475
476
477
478
# File 'lib/rubinius/ast/literals.rb', line 474

def bytecode(g)
  g.push :self
  super(g)
  g.send :`, 1, true #`
end

#sexp_nameObject



480
481
482
# File 'lib/rubinius/ast/literals.rb', line 480

def sexp_name
  :dxstr
end