Method: Fog::Vcloud::Compute::Real#ensure_unparsed
- Defined in:
- lib/fog/vcloud/compute.rb
permalink #ensure_unparsed(uri) ⇒ Object
[View source]
230 231 232 233 234 235 236 |
# File 'lib/fog/vcloud/compute.rb', line 230 def ensure_unparsed(uri) if uri.is_a?(String) uri else uri.to_s end end |