Class: File
- Inherits:
-
Object
- Object
- File
- Defined in:
- lib/rack/bundle.rb
Instance Method Summary collapse
Instance Method Details
#contents ⇒ Object
5 6 7 8 9 |
# File 'lib/rack/bundle.rb', line 5 def contents _contents = read rewind _contents end |