Flowdock
method

divert_read_from

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: RubyLex::BufferedReader
divert_read_from(reserve) 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 421
    def divert_read_from(reserve)
      @content[@offset, 0] = reserve
      @size      = @content.size
    end
Register or log in to add new notes.