Class: File
Overview
:nodoc:all
Direct Known Subclasses
Class Method Summary collapse
-
.read(fileName) ⇒ Object
singleton method read does not exist in 1.6.x.
Class Method Details
.read(fileName) ⇒ Object
singleton method read does not exist in 1.6.x
32 33 34 |
# File 'lib/rant/archive/rubyzip/stdrubyext.rb', line 32 def self.read(fileName) open(fileName) { |f| f.read } end |