Flowdock
method

with_read_io

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: FileSource
with_read_io(&block) public

No documentation

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

Hide source
# File lib/rubygems/package/file_source.rb, line 29
  def with_read_io &block
    File.open path, 'rb', &block
  end
Register or log in to add new notes.