1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Oops another pry call to remove...

This commit is contained in:
Evan Light 2014-08-13 22:44:06 -06:00
parent 9deffda1a1
commit d80d3e7c2c

View file

@ -15,8 +15,6 @@ module Fog
def get(user_name)
data = retrieve_users.find { |database| database['name'] == user_name }
require 'pry'
binding.pry
data && new(data)
end