class Prism::DATAComment

DATAComment objects correspond to comments that are after the __END__ keyword in a source file.

Public Instance Methods

inspect() click to toggle source

Returns a string representation of this comment.

# File prism/parse_result.rb, line 242
def inspect
  "#<Prism::DATAComment @location=#{location.inspect}>"
end