Flowdock
method

from_file

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Tokenizer
from_file(file) 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 8
  def self.from_file file
    new File.read(file), file
  end
Register or log in to add new notes.