class Solargraph::Source::SourceChainer

def offset

Returns:
  • (Integer) -
def offset
  @offset ||= get_offset(position.line, position.column)
end