class RDoc::Markup::Parser::MyStringScanner

def initialize(input)

def initialize(input)
  @line = @column = 0
  @s = StringScanner.new input
end