From 7711a63953a3c012c0fe9c0762db9c40615d5f70 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Mon, 14 Dec 2015 22:22:40 +0100 Subject: Backport Array#to_h from 2.1 --- projects.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'projects.rb') diff --git a/projects.rb b/projects.rb index 8c73569..31a90e1 100755 --- a/projects.rb +++ b/projects.rb @@ -3,6 +3,7 @@ # Alex Legler require_relative 'lib/vocabulary' +require 'backports/2.1.0/array/to_h' require 'json' require 'rdf/rdfxml' include RDF -- cgit v1.2.3-65-gdbad