Class: Taipu::File
Overview
The type file.
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#valid?(value) ⇒ Boolean
7 8 9 |
# File 'lib/taipu/file.rb', line 7 def valid?(value) value.is_a?(::IO) end |