aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3dv/shared_xml.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-01-10 22:44:24 -0500
committerRalph Amissah <ralph@amissah.com>2012-01-10 22:45:30 -0500
commit51ba2d70af41137ddc3323d79e01b28fbcb40082 (patch)
treec9f9f7ecd73e5b0540ca0464e7825ea43c489f61 /lib/sisu/v3dv/shared_xml.rb
parentv3dv, add dev branch (use to make some changes to module & class names & test) (diff)
v3dv: module names, use more CamelCase
Diffstat (limited to 'lib/sisu/v3dv/shared_xml.rb')
-rw-r--r--lib/sisu/v3dv/shared_xml.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/v3dv/shared_xml.rb b/lib/sisu/v3dv/shared_xml.rb
index 40ee2550..93848fd0 100644
--- a/lib/sisu/v3dv/shared_xml.rb
+++ b/lib/sisu/v3dv/shared_xml.rb
@@ -55,7 +55,7 @@
** Description: common file for xml generation
=end
-module SiSU_XML_munge
+module SiSU_XML_Munge
class Trans
require_relative 'defaults' # defaults.rb
def initialize(md)
@@ -514,7 +514,7 @@ module SiSU_XML_munge
end
end
end
-module SiSU_XML_tags #Format
+module SiSU_XML_Tags #Format
require_relative 'param' # param.rb
include SiSU_Param
include SiSU_Viz
@@ -648,7 +648,7 @@ module SiSU_XML_tags #Format
content
unless content.nil?
content.tr!('"',"'")
- content=SiSU_XML_munge::Trans.new(@md).char_enc.utf8(content)
+ content=SiSU_XML_Munge::Trans.new(@md).char_enc.utf8(content)
end
content
end