class RDoc::Markdown::Literals

def get_text(start)

def get_text(start)
  @string[start..@pos-1]
end