Method: CouchShell::Shell#expand
- Defined in:
- lib/couch-shell/shell.rb
#expand(url) ⇒ Object
325 326 327 328 |
# File 'lib/couch-shell/shell.rb', line 325 def (url) u = @server_url "#{u.scheme}://#{u.host}:#{u.port}#{full_path url}" end |