class RDoc::Parser::RipperStateLex

def get_embdoc_tk(tk)

def get_embdoc_tk(tk)
 = tk[:text]
:on_embdoc_end == (embdoc_tk = get_squashed_tk)[:kind] do
ng = string + embdoc_tk[:text]
 = string + embdoc_tk[:text]
new(tk.line_no, tk.char_no, :on_embdoc, string, embdoc_tk.state)