lib/roo/spreadsheet.rb in roo-2.1.0 vs lib/roo/spreadsheet.rb in roo-2.1.1
- old
+ new
@@ -1,4 +1,6 @@
+require 'uri'
+
module Roo
class Spreadsheet
class << self
def open(path, options = {})
path = path.respond_to?(:path) ? path.path : path