Method: Charty::RenderContext::Configurator#method_missing
- Defined in:
- lib/charty/plotter.rb
#method_missing(method, *args) ⇒ Object
222 223 224 225 226 227 228 |
# File 'lib/charty/plotter.rb', line 222 def method_missing(method, *args) if (@args.has_key?(method)) @args[name] else super end end |