myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2203] trunk/lib/rest.rb: explicitly included the


From: noreply
Subject: [myexperiment-hackers] [2203] trunk/lib/rest.rb: explicitly included the LibXML module in API
Date: Fri, 29 May 2009 11:14:08 -0400 (EDT)

Revision
2203
Author
dgc
Date
2009-05-29 11:14:08 -0400 (Fri, 29 May 2009)

Log Message

explicitly included the LibXML module in API

Modified Paths

Diff

Modified: trunk/lib/rest.rb (2202 => 2203)


--- trunk/lib/rest.rb	2009-05-28 12:36:15 UTC (rev 2202)
+++ trunk/lib/rest.rb	2009-05-29 15:14:08 UTC (rev 2203)
@@ -8,6 +8,8 @@
 require 'xml/libxml'
 require 'uri'
 
+include LibXML
+
 API_VERSION = "0.1"
 
 TABLES = parse_excel_2003_xml(File.read('config/tables.xml'),

reply via email to

[Prev in Thread] Current Thread [Next in Thread]