Class: File

Inherits:
Object
  • Object
show all
Defined in:
lib/rack/bundle.rb

Instance Method Summary collapse

Instance Method Details

#contentsObject



5
6
7
8
9
# File 'lib/rack/bundle.rb', line 5

def contents
  _contents = read
  rewind
  _contents
end