Module: Eggshell::Stream
- Included in:
- IOWrapper
- Defined in:
- lib/eggshell/stream.rb
Defined Under Namespace
Classes: IOWrapper
Instance Method Summary collapse
Instance Method Details
#<<(str) ⇒ Object
3 4 |
# File 'lib/eggshell/stream.rb', line 3 def <<(str) end |
#[](index) ⇒ Object
12 13 |
# File 'lib/eggshell/stream.rb', line 12 def [](index) end |
#join(str) ⇒ Object
6 7 |
# File 'lib/eggshell/stream.rb', line 6 def join(str) end |
#write(str) ⇒ Object
9 10 |
# File 'lib/eggshell/stream.rb', line 9 def write(str) end |