# File lib/benelux/mark.rb, line 18 18: def to_s(reftime=nil) 19: val = reftime.nil? ? self : (reftime - self) 20: val.to_f.to_s 21: end