Class: Ruby::Heredoc

Inherits:
String show all
Defined in:
lib/ruby/string.rb

Instance Attribute Summary

Attributes included from Node::Composite

#parent

Method Summary

Methods inherited from String

#dynamic?, #initialize, #respond_to?, #value

Methods inherited from DelimitedList

#initialize, #nodes

Methods inherited from List

#initialize, #method_missing, #nodes

Methods included from Alternation::List

#<<, #[]=, #pop

Methods included from Conversions::List

#to_array

Methods inherited from Aggregate

#position, #position=, #prolog, #prolog=, #to_ruby

Methods inherited from Node

#<=>, #all_nodes, #column, #length, #nodes, #row

Methods included from Conversions

included, #to_node

Methods included from Node::Traversal

#has_token?, #has_type?, #has_value?, #is_instance_of?, #left_of?, #matches?, #position?, #right_of?, #select

Methods included from Node::Source

#context, #filename, #line, #lines, #src

Methods included from Node::Composite

included, #root, #root?

Constructor Details

This class inherits a constructor from Ruby::String

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Ruby::List