lib/openwfe/storage/yamlcustom.rb in openwferu-0.9.16 vs lib/openwfe/storage/yamlcustom.rb in openwferu-0.9.17
- old
+ new
@@ -1,8 +1,8 @@
#
#--
-# Copyright (c) 2007, John Mettraux, OpenWFE.org
+# Copyright (c) 2007-2008, John Mettraux, OpenWFE.org
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
@@ -99,18 +99,18 @@
raise "failed to decode FlowExpressionId out of '#{s}'"
end
end
end
- #
+ #--
# opening for tuning yaml persistence
#
- class XmlRawExpression
-
- def to_yaml_properties
- l = super()
- l.delete("@raw_representation")
- l
- end
- end
+ #class XmlRawExpression
+ # def to_yaml_properties
+ # l = super()
+ # l.delete("@raw_representation")
+ # l
+ # end
+ #end
+ #++
end