# File lib/googleauth/scope_util.rb, line 44 def self.normalize scope list = as_array scope list.map { |item| ALIASES[item] || item } end