Parent

Methods

Class/Module Index [+]

Quicksearch

RHC::StringTee

Attributes

tee[R]

Public Instance Methods

<<(buf) click to toggle source
# File lib/rhc/helpers.rb, line 365
def <<(buf)
  tee << buf
  super
end

Public Class Methods

new(other) click to toggle source
# File lib/rhc/helpers.rb, line 361
def initialize(other)
  @tee = other
  super()
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.