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