diff options
author | Carlos Goce <carlosgoce@gmail.com> | 2015-01-22 22:40:08 +0100 |
---|---|---|
committer | Carlos Goce <carlosgoce@gmail.com> | 2015-01-22 22:40:08 +0100 |
commit | e8341ef9884861fc24040d4f219a271ae1022722 (patch) | |
tree | 191cc7162a6ca5596ceef95977a3f0aa025e3b37 /lib/carlosgoce | |
parent | fa4e80e193d541d3b7744971ac92f4835d8a9188 (diff) | |
download | pdf-calendars-e8341ef9884861fc24040d4f219a271ae1022722.tar.gz pdf-calendars-e8341ef9884861fc24040d4f219a271ae1022722.tar.bz2 pdf-calendars-e8341ef9884861fc24040d4f219a271ae1022722.zip |
Add class calendar, rspec, locales for calendar and updated Gemfile
Diffstat (limited to 'lib/carlosgoce')
-rw-r--r-- | lib/carlosgoce/calendar.rb | 7 |
1 files changed, 7 insertions, 0 deletions
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 |