# File lib/maruku/input/parse_span_better.rb, line 728 def push_space last = @cur_string[@cur_string.size-1] @cur_string << ?\ if last != ?\ end