Structure for holding controller options. Simplified version of HashWithIndifferentAccess
Indifferent lookup of an attribute, e.g.
options[:foo] == options["foo"]
# File lib/ruport/controller.rb, line 41 def [](key) send(key) end
Generated with the Darkfish Rdoc Generator 2.