<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,12 +5,13 @@ module DanskeHelligdage
 
     def self.included(base)
       base.class_eval do
-        alias_method :org_helligdag, :helligdag
+        alias_method :helligdag_without_foerste_maj, :helligdag
+        alias_method :helligdag, :helligdag_with_foerste_maj
       end
     end
 
-    def helligdag
-      (month == 5 &amp;&amp; day == 1) ? '1. maj' : org_helligdag
+    def helligdag_with_foerste_maj
+      (month == 5 &amp;&amp; day == 1) ? '1. maj' : helligdag_without_foerste_maj
     end
 
   end</diff>
      <filename>lib/danske_helligdage/foerste_maj.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,12 +5,13 @@ module DanskeHelligdage
 
     def self.included(base)
       base.class_eval do
-        alias_method :org_helligdag, :helligdag
+        alias_method :helligdag_without_grundlovsdag, :helligdag
+        alias_method :helligdag, :helligdag_with_grundlovsdag
       end
     end
 
-    def helligdag
-      (month == 6 &amp;&amp; day == 5) ? 'Grundlovsdag' : org_helligdag
+    def helligdag_with_grundlovsdag
+      (month == 6 &amp;&amp; day == 5) ? 'Grundlovsdag' : helligdag_without_grundlovsdag
     end
 
   end</diff>
      <filename>lib/danske_helligdage/grundlovsdag.rb</filename>
    </modified>
    <modified>
      <diff>@@ -5,12 +5,13 @@ module DanskeHelligdage
 
     def self.included(base)
       base.class_eval do
-        alias_method :org_helligdag, :helligdag
+        alias_method :helligdag_without_juleaften, :helligdag
+        alias_method :helligdag, :helligdag_with_juleaften
       end
     end
 
-    def helligdag
-      (month == 12 &amp;&amp; day == 24) ? 'Juleaftensdag' : org_helligdag
+    def helligdag_with_juleaften
+      (month == 12 &amp;&amp; day == 24) ? 'Juleaftensdag' : helligdag_without_juleaften
     end
 
   end</diff>
      <filename>lib/danske_helligdage/juleaftensdag.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1d0c280b10a6d075e2bb15282ba499582a033538</id>
    </parent>
  </parents>
  <author>
    <name>Lars G. Sehested</name>
    <email>lgs@lenio.dk</email>
  </author>
  <url>http://github.com/larssg/danske_helligdage/commit/37dfda0962a15f5c341a0921eef0c606cf7d3e97</url>
  <id>37dfda0962a15f5c341a0921eef0c606cf7d3e97</id>
  <committed-date>2008-11-10T08:36:05-08:00</committed-date>
  <authored-date>2008-11-10T08:36:05-08:00</authored-date>
  <message>Now with alias_method_chain like renaming of hellidag</message>
  <tree>e4649c3adc48d0d4cd9ee64e3a33e4e5ff06e2fd</tree>
  <committer>
    <name>Lars G. Sehested</name>
    <email>lgs@lenio.dk</email>
  </committer>
</commit>
