polyrex-objects 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/polyrex-objects.rb +4 -0
  2. metadata +1 -1
@@ -2,7 +2,11 @@
2
2
 
3
3
  # file: polyrex-objects.rb
4
4
 
5
+ require 'rexml/document'
6
+
5
7
  class PolyrexObjects
8
+ include REXML
9
+
6
10
  def initialize(schema)
7
11
 
8
12
  a = schema.split('/')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polyrex-objects
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors: []
7
7