class Addressable::URI
def scheme
-
(String)- The scheme component.
def scheme return instance_variable_defined?(:@scheme) ? @scheme : nil end
(String)
- The scheme component.
def scheme return instance_variable_defined?(:@scheme) ? @scheme : nil end