lib/brdata.rb in brdata-2.1.8 vs lib/brdata.rb in brdata-2.1.9
- old
+ new
@@ -1,5 +1,6 @@
+# encoding: UTF-8
$:.unshift(File.dirname(__FILE__)) unless
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
require 'rubygems'
require 'action_controller'
@@ -38,6 +39,6 @@
# metodos += m
# end
Date::FERIADOS.clear
Date::FERIADOS_METODOS.clear
feriados.each { |f| Date::FERIADOS << f }
-metodos.each { |m| Date::FERIADOS_METODOS << m }
\ No newline at end of file
+metodos.each { |m| Date::FERIADOS_METODOS << m }