class Zinzout::ZinStdin

Attributes

io[R]

Public Class Methods

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

Public Instance Methods

close() click to toggle source
# File lib/zinzout.rb, line 86
def close
  # no op
end