class SyntaxTree::Index::FileComments::FileSource
This represents the Ruby source in the form of a file. When
it needs to be read we’ll read the file.
Attributes
Public Class Methods
Source
# File lib/syntax_tree/index.rb, line 118 def initialize(filepath) @filepath = filepath end