diff options
author | Carlos Goce <carlosgoce@gmail.com> | 2015-01-23 20:45:52 +0100 |
---|---|---|
committer | Carlos Goce <carlosgoce@gmail.com> | 2015-01-23 20:45:52 +0100 |
commit | 0ead2c0121026f70b6a98348cc1d71e11ced5a38 (patch) | |
tree | c045a1db0f089659f86a5d98b52b5ef8cd44345f /lib/carlosgoce/layout | |
parent | d1d3d417b77d73b87273bec06b28604de494c07d (diff) | |
download | pdf-calendars-0ead2c0121026f70b6a98348cc1d71e11ced5a38.tar.gz pdf-calendars-0ead2c0121026f70b6a98348cc1d71e11ced5a38.tar.bz2 pdf-calendars-0ead2c0121026f70b6a98348cc1d71e11ced5a38.zip |
Add new expectation
Diffstat (limited to 'lib/carlosgoce/layout')
-rw-r--r-- | lib/carlosgoce/layout/layouts.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/carlosgoce/layout/layouts.rb b/lib/carlosgoce/layout/layouts.rb new file mode 100644 index 0000000..7871ebb --- /dev/null +++ b/lib/carlosgoce/layout/layouts.rb @@ -0,0 +1,9 @@ +module CarlosGoce + module Layout + class Simple + def create (file, data, year) + + end + end + end +end
\ No newline at end of file |