class Zinzout::ZoutStdout

Public Class Methods

new() click to toggle source
# File lib/zinzout.rb, line 92
def initialize
  @io = STDOUT
end