Method: RDoc::Markdown::Literals#get_text

Defined in:
lib/rdoc/markdown/literals.rb

#get_text(start) ⇒ Object



114
115
116
# File 'lib/rdoc/markdown/literals.rb', line 114

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