From e8341ef9884861fc24040d4f219a271ae1022722 Mon Sep 17 00:00:00 2001 From: Carlos Goce Date: Thu, 22 Jan 2015 22:40:08 +0100 Subject: Add class calendar, rspec, locales for calendar and updated Gemfile --- lib/carlosgoce/calendar.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/carlosgoce/calendar.rb (limited to 'lib') diff --git a/lib/carlosgoce/calendar.rb b/lib/carlosgoce/calendar.rb new file mode 100644 index 0000000..cb77325 --- /dev/null +++ b/lib/carlosgoce/calendar.rb @@ -0,0 +1,7 @@ +module CarlosGoce + class Calendar + def to_h + {enero: []} + end + end +end \ No newline at end of file -- cgit v1.2.3