# File webapp.rb, line 200
  def open_resource(path, &block) 
    resource_path(path).open(&block)
  end