Credo.SourceFile.line_at
You're seeing just the function
line_at
, go back to Credo.SourceFile module for more information.
Returns the line at the given line_no
.
NOTE: line_no
is a 1-based index.
Returns the snippet at the given line_no
between column1
and column2
.
NOTE: line_no
is a 1-based index.