Flowdock
method

new

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Tokenizer
new(input, filename = nil, line = 0, pos = 0) public

No documentation

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

Hide source
# File lib/rubygems/request_set/lockfile/tokenizer.rb, line 12
  def initialize input, filename = nil, line = 0, pos = 0
    @line     = line
    @line_pos = pos
    @tokens   = []
    @filename = filename
    tokenize input
  end
Register or log in to add new notes.