# File lib/addressable/uri.rb, line 769
    def scheme
      return instance_variable_defined?(:@scheme) ? @scheme : nil
    end