Flowdock
method

to_a

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Tokenizer
to_a() 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 24
  def to_a
    @tokens.map { |token| [token.type, token.value, token.column, token.line] }
  end
Register or log in to add new notes.