module OnebusawaySDK::Internal::Util
def primitive?(input)
-
(Boolean)
-
Parameters:
-
input
(Object
) --
Other tags:
- Api: - private
def primitive?(input) case input in true | false | Numeric | Symbol | String true else false end end