Class: Zinzout::ZinStdin

Inherits:
Object
  • Object
show all
Defined in:
lib/zinzout.rb

Direct Known Subclasses

ZoutStdout

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeZinStdin

Returns a new instance of ZinStdin.



82
83
84
# File 'lib/zinzout.rb', line 82

def initialize
  @io = STDIN
end

Instance Attribute Details

#ioObject (readonly)

Returns the value of attribute io.



80
81
82
# File 'lib/zinzout.rb', line 80

def io
  @io
end

Instance Method Details

#closeObject



86
87
88
# File 'lib/zinzout.rb', line 86

def close
  # no op
end