Flowdock
method

set_token_position

Importance_0
v1_8_7_72 - Show latest stable - 0 notes - Class: RubyToken
set_token_position(line, char) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/parsers/parse_rb.rb, line 107
  def set_token_position(line, char)
    @prev_line_no = line
    @prev_char_no = char
  end
Register or log in to add new notes.