61 62 63 64
# File 'lib/bard/server.rb', line 61 def ssh_uri which=:ssh value = send(which) URI("ssh://#{value}") end