class Prism::Source

def lines

Returns the lines of the source code as an array of strings.
def lines
  source.lines
end