diff options
Diffstat (limited to 'lib')
-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 |