module Eggshell::Stream

Public Instance Methods

<<(str) click to toggle source
# File lib/eggshell/stream.rb, line 3
def <<(str)
end
[](index) click to toggle source
# File lib/eggshell/stream.rb, line 12
def [](index)
end
join(str) click to toggle source
# File lib/eggshell/stream.rb, line 6
def join(str)
end
write(str) click to toggle source
# File lib/eggshell/stream.rb, line 9
def write(str)
end