Module: Renderer::Hooks::ClassMethods

Defined in:
lib/ruport/util/graph.rb

Instance Method Summary collapse

Instance Method Details

#renders_as_graph(options = {}) ⇒ Object



19
20
21
# File 'lib/ruport/util/graph.rb', line 19

def renders_as_graph(options={})
  renders_with Ruport::Renderer::Graph, options
end