11 12 13
# File 'lib/joyent/keys.rb', line 11 def get(name) Joyent::Key.new(@connection, @connection.execute(:get, "/keys/#{name}")) end