lib/templates/chemistrykit/formulas/lib/formula.rb in chemistrykit-2.1.0 vs lib/templates/chemistrykit/formulas/lib/formula.rb in chemistrykit-3.0.0
- old
+ new
@@ -1,4 +1,7 @@
+# Encoding: utf-8
+
+# this is where you can define generic helper functions that are inhereted by
+# the rest of your formulas
class Formula < ChemistryKit::Formula::Base
- #this is where you can define generic helper functions that are inhereted by
- #the rest of your formulas
+
end