Method: Spreadsheet::Link#to_uri

Defined in:
lib/spreadsheet/link.rb

#to_uriObject

Attempts to parse the output of href. May raise a URI::InvalidURIError



41
42
43
# File 'lib/spreadsheet/link.rb', line 41

def to_uri
  URI.parse href
end