# File lib/runt/daterange.rb, line 68
def
to_s
;
@start_expr
.
to_s
+
" "
+
@end_expr
.
to_s
end