# File lib/spreadsheet/link.rb, line 28 def href href = (@url || @dos).to_s.dup if @fragment href << '#' << @fragment end href end