Skip to content

Commit 7449b0a

Browse files
committed
Explicitly require 'strscan' in ntriples/reader.
1 parent b186dff commit 7449b0a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/rdf/ntriples/reader.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# -*- encoding: utf-8 -*-
2+
3+
require 'strscan'
4+
25
module RDF::NTriples
36
##
47
# N-Triples parser.

0 commit comments

Comments
 (0)