class RuboCop::Cop::Layout::SpaceAroundKeyword

def safe_navigation_call?(range, pos)

def safe_navigation_call?(range, pos)
  range.source_buffer.source[pos, 2].start_with?(SAFE_NAVIGATION)
end