# File lib/rack/cors.rb, line 119 def resource(path, opts={}) @resources << Resource.new(public_resources?, path, opts) end