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