aboutsummaryrefslogtreecommitdiffstats
path: root/lib/carlosgoce/calendar.rb
blob: cb773253695e45ae319f6711f2028cfdfcf3c0b4 (plain) (blame)
1
2
3
4
5
6
7
module CarlosGoce
  class Calendar
    def to_h
      {enero: []}
    end
  end
end