aboutsummaryrefslogtreecommitdiffstats
path: root/lib/carlosgoce/layouts.rb
diff options
context:
space:
mode:
authorCarlos Goce <carlosgoce@gmail.com>2015-01-23 20:29:00 +0100
committerCarlos Goce <carlosgoce@gmail.com>2015-01-23 20:29:00 +0100
commitd1d3d417b77d73b87273bec06b28604de494c07d (patch)
tree058c24608ad90e28b391ce5a9ba229653246393f /lib/carlosgoce/layouts.rb
parent77b432f7914736f4c8507693563790e5cae0aa7a (diff)
downloadpdf-calendars-d1d3d417b77d73b87273bec06b28604de494c07d.tar.gz
pdf-calendars-d1d3d417b77d73b87273bec06b28604de494c07d.tar.bz2
pdf-calendars-d1d3d417b77d73b87273bec06b28604de494c07d.zip
Add year
Diffstat (limited to 'lib/carlosgoce/layouts.rb')
-rw-r--r--lib/carlosgoce/layouts.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/carlosgoce/layouts.rb b/lib/carlosgoce/layouts.rb
index 962f8cb..f3e171c 100644
--- a/lib/carlosgoce/layouts.rb
+++ b/lib/carlosgoce/layouts.rb
@@ -1,6 +1,6 @@
module CarlosGoce
class Layout
- def create(file, hash)
+ def create(file, hash, year)
end
end