# File lib/oauth/models/consumers/token.rb, line 20 def service_name @service_name||=self.to_s.underscore.scan(/^(.*?)(_token)?$/)[0][0].to_sym end