class Lithic::Internal::Type::IOLike
def self.===(other)
-
(Boolean)
-
Parameters:
-
other
(Object
) --
Other tags:
- Api: - public
def self.===(other) case other in StringIO | Pathname | IO true else false end end
(Boolean)
-
other
(Object
)
--
def self.===(other) case other in StringIO | Pathname | IO true else false end end