Module: RanALytics
- Defined in:
- lib/ran_a_lytics.rb,
lib/ran_a_lytics/pivot.rb,
lib/ran_a_lytics/version.rb
Defined Under Namespace
Modules: Pivot
Constant Summary collapse
- VERSION =
"0.0.3"
Instance Method Summary collapse
Instance Method Details
#make_pivotable ⇒ Object
9 10 11 12 |
# File 'lib/ran_a_lytics.rb', line 9 def make_pivotable puts "This will make me pivotable" include Pivot end |