Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
new(markup = nil)
public
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