Module: Paramore::Boolean
- Defined in:
- lib/paramore/types.rb
Constant Summary collapse
- TRUTHY_TEXT_VALUES =
%w[t true 1]
Class Method Summary collapse
Class Method Details
.[](input) ⇒ Object
13 14 15 |
# File 'lib/paramore/types.rb', line 13 def [](input) input.in?(TRUTHY_TEXT_VALUES) end |