# File lib/fog/brightbox/models/compute/users.rb, line 17 def get(identifier) return nil if identifier.nil? || identifier == "" data = connection.get_user(identifier) new(data) rescue Excon::Errors::NotFound nil end