class SyntaxTree::Index::FileComments::StringSource
This represents the Ruby source in the form of a string. When
it needs to be read the string is returned.
Attributes
Public Class Methods
Source
# File lib/syntax_tree/index.rb, line 132 def initialize(source) @source = source end