Flowdock
method

unshift

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: Tokenizer
unshift(token) 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 44
  def unshift token
    @tokens.unshift token
  end
Register or log in to add new notes.