From dbc31d0d10db59c4b763ca84d154ed7ee3ce6abc Mon Sep 17 00:00:00 2001 From: Carlos Goce Date: Fri, 23 Jan 2015 20:17:16 +0100 Subject: New class layout and method generate on calendar --- lib/carlosgoce/calendar.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/carlosgoce/calendar.rb') diff --git a/lib/carlosgoce/calendar.rb b/lib/carlosgoce/calendar.rb index 96ac182..370ada6 100644 --- a/lib/carlosgoce/calendar.rb +++ b/lib/carlosgoce/calendar.rb @@ -29,5 +29,9 @@ module CarlosGoce end } end + + def generate(layout, file) + layout.create file + end end end -- cgit v1.2.3