# File lib/merb-core/dispatch/router/resources.rb, line 285 def resource_block(builders, &block) behavior = ResourceBehavior.new(builders, @proxy, @conditions, @params, @defaults, @identifiers, @options, @blocks) with_behavior_context(behavior, &block) end