Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/operawatir.rb
Instance Method Summary collapse
Instance Method Details
#truthy? ⇒ Boolean
30 31 32 |
# File 'lib/operawatir.rb', line 30 def truthy? self && [true, 'true', 'yes', 'y', '1', 1].include?(self) end |