Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
Object
# File rdoc/parsers/parse_rb.rb, line 43 def initialize(line_no, char_no) @line_no = line_no @char_no = char_no @text = NO_TEXT end
Because we're used in contexts that expect to return a token, we set the text string and then return ourselves
# File rdoc/parsers/parse_rb.rb, line 51 def set_text(text) @text = text self end
This page was generated for Ruby 1.8.7
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.