module Lithic::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
(Boolean)
-
input
(Object
)
--
def primitive?(input) case input in true | false | Numeric | Symbol | String true else false end end