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

source[R]

Public Class Methods

new(source) click to toggle source
# File lib/syntax_tree/index.rb, line 132
def initialize(source)
  @source = source
end