Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/simple_core_extensions.rb
Instance Method Summary collapse
Instance Method Details
#to_bool ⇒ Object
14 15 16 17 |
# File 'lib/simple_core_extensions.rb', line 14 def to_bool return unless ['true', 'false'].include?(self) self == 'true' end |