Method: RDoc::Markup::ToBs#initialize

Defined in:
lib/rdoc/markup/to_bs.rb

#initialize(markup = nil) ⇒ ToBs

Returns a new ToBs that is ready for hot backspace action!



13
14
15
16
17
18
# File 'lib/rdoc/markup/to_bs.rb', line 13

def initialize markup = nil
  super

  @in_b  = false
  @in_em = false
end