Class: Suture::Wrap::Logger::NullIO

Inherits:
Object
  • Object
show all
Defined in:
lib/suture/wrap/logger.rb

Instance Method Summary collapse

Instance Method Details

#closeObject



36
# File 'lib/suture/wrap/logger.rb', line 36

def close; end

#eachObject



33
# File 'lib/suture/wrap/logger.rb', line 33

def each; end

#getsObject



32
# File 'lib/suture/wrap/logger.rb', line 32

def gets; end

#puts(*args) ⇒ Object



39
# File 'lib/suture/wrap/logger.rb', line 39

def puts(*args); end

#read(count = nil, buffer = nil) ⇒ Object



34
# File 'lib/suture/wrap/logger.rb', line 34

def read(count=nil,buffer=nil); (count && count > 0) ? nil : ""; end

#rewindObject



35
# File 'lib/suture/wrap/logger.rb', line 35

def rewind; 0; end

#sizeObject



37
# File 'lib/suture/wrap/logger.rb', line 37

def size; 0; end

#sync=(*args) ⇒ Object



38
# File 'lib/suture/wrap/logger.rb', line 38

def sync=(*args); end

#write(*args) ⇒ Object



40
# File 'lib/suture/wrap/logger.rb', line 40

def write(*args); end