# File lib/chronic/span.rb, line 24 def to_s '(' << self.begin.to_s << '..' << self.end.to_s << ')' end