Module: Quacky

Defined in:
lib/quacky-charts.rb,
lib/quacky/pie_chart_builder.rb,
lib/generators/quacky/install_generator.rb

Defined Under Namespace

Modules: Generators Classes: PieChartBuilder

Instance Method Summary collapse

Instance Method Details

#drawObject

return a content tag that can be selected by the client-side, and drawn on



9
10
11
# File 'lib/quacky-charts.rb', line 9

def draw
  (:div, nil, :class => 'pie-chart')
end