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