lib/prayer_times/calculation.rb in prayer_times-0.1.0 vs lib/prayer_times/calculation.rb in prayer_times-0.1.1
- old
+ new
@@ -1,4 +1,5 @@
+# encoding: UTF-8
module PrayerTimes
# Calculation class used to do the times calculation in given settings
class Calculation
extend Forwardable
include MathHelpers
\ No newline at end of file