class Bob::Compiler::Buffer::SameLineProxy
Public Class Methods
new(buffer)
click to toggle source
# File lib/bob/compiler/buffer.rb, line 7 def initialize(buffer) @buffer = buffer end
Public Instance Methods
<<(string)
click to toggle source
# File lib/bob/compiler/buffer.rb, line 11 def <<(string) @buffer.<< string, true self end