class SyntaxTree::Index::FileComments::StringSource

to be read the string is returned.
This represents the Ruby source in the form of a string. When it needs

def initialize(source)

def initialize(source)
  @source = source
end