Class: StringIO
- Inherits:
-
Object
- Object
- StringIO
- Defined in:
- lib/test_case.rb
Instance Method Summary collapse
-
#readpartial(size) ⇒ Object
suck!.
Instance Method Details
#readpartial(size) ⇒ Object
suck!
8 |
# File 'lib/test_case.rb', line 8 def readpartial(size) read end |