Skip to content

Commit

Permalink
Merge pull request #355 from iainbeeston/patch-1
Browse files Browse the repository at this point in the history
Added support for loading remote files over ftp
  • Loading branch information
stevendaniels committed Dec 28, 2016
2 parents 26aebf0 + 4332445 commit 13794fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roo/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def normalize(row, col)
end

def uri?(filename)
filename.start_with?('http://', 'https://')
filename.start_with?('http://', 'https://', 'ftp://')
rescue
false
end
Expand Down

0 comments on commit 13794fa

Please sign in to comment.