diff options
author | Alex Legler <alex@a3li.li> | 2015-12-14 22:22:40 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-12-14 22:22:40 +0100 |
commit | 7711a63953a3c012c0fe9c0762db9c40615d5f70 (patch) | |
tree | a1431a6f3b5603fac937801c05bd1f7adf7fa51c /projects.rb | |
parent | Prepend RDF namespace when using RDFS vocabulary (diff) | |
download | semantic-data-toolkit-7711a63953a3c012c0fe9c0762db9c40615d5f70.tar.gz semantic-data-toolkit-7711a63953a3c012c0fe9c0762db9c40615d5f70.tar.bz2 semantic-data-toolkit-7711a63953a3c012c0fe9c0762db9c40615d5f70.zip |
Backport Array#to_h from 2.1
Diffstat (limited to 'projects.rb')
-rwxr-xr-x | projects.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects.rb b/projects.rb index 8c73569..31a90e1 100755 --- a/projects.rb +++ b/projects.rb @@ -3,6 +3,7 @@ # Alex Legler <a3li@gentoo.org> require_relative 'lib/vocabulary' +require 'backports/2.1.0/array/to_h' require 'json' require 'rdf/rdfxml' include RDF |