diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-01-10 22:47:40 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-01-10 22:48:49 -0500 |
commit | 732dca2b21d2261349e639c37e6ed1431e65250c (patch) | |
tree | 974ac69a986859c45ba9663145efd03fc470ef9a /lib/sisu/v3dv/epub_format.rb | |
parent | v3dv: module names, use more CamelCase (diff) |
v3dv: class names, remove "SiSU_" (reserve for module names for consistency)
Diffstat (limited to 'lib/sisu/v3dv/epub_format.rb')
-rw-r--r-- | lib/sisu/v3dv/epub_format.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3dv/epub_format.rb b/lib/sisu/v3dv/epub_format.rb index 25e659af..30b6e0bc 100644 --- a/lib/sisu/v3dv/epub_format.rb +++ b/lib/sisu/v3dv/epub_format.rb @@ -1596,7 +1596,7 @@ WOK %{\n <dc:rights>#{rights}</dc:rights>} else '' end - f=SiSU_Env::SiSU_file.new(@md) + f=SiSU_Env::FileOp.new(@md) <<WOK <metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf" |