lib/openwfe/expressions/raw_xml.rb in openwferu-0.9.15 vs lib/openwfe/expressions/raw_xml.rb in openwferu-0.9.16
- old
+ new
@@ -28,12 +28,10 @@
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#++
#
-# $Id: definitions.rb 2725 2006-06-02 13:26:32Z jmettraux $
-#
#
# "made in Japan"
#
# John Mettraux at openwfe.org
@@ -53,15 +51,10 @@
class XmlRawExpression < RawExpression
def initialize \
(fei, parent_id, env_id, application_context, raw_representation)
- super(
- fei,
- parent_id,
- env_id,
- application_context,
- raw_representation)
+ super
@raw_representation_s = raw_representation.to_s
end
def raw_representation