new(markup = nil)
Returns a new ToBs that is ready for hot backspace action!
# File lib/rdoc/markup/to_bs.rb, line 12 def initialize markup = nil super @in_b = false @in_em = false end