Method: Fog::Compute::Ecloud::Shared#ensure_unparsed

Defined in:
lib/fog/ecloud/compute.rb

#ensure_unparsed(uri) ⇒ Object



929
930
931
932
933
934
935
# File 'lib/fog/ecloud/compute.rb', line 929

def ensure_unparsed(uri)
  if uri.is_a?(String)
    uri
  else
    uri.to_s
  end
end