# File lib/oauth/server.rb, line 17 def initialize(base_url, paths = {}) @base_url = base_url @paths = @@server_paths.merge(paths) end