lib/stick/currency.rb in stick-1.3.2 vs lib/stick/currency.rb in stick-1.3.3
- old
+ new
@@ -1,10 +1,12 @@
require 'stick/units/currency'
+module Stick
module Units
# Load conversion units.
class Converter
require("currency-standard")
end
end
+end
\ No newline at end of file