Method: Array#to_b
- Defined in:
- lib/core/facets/boolean.rb
#to_b ⇒ Object
Boolean conversion for not empty?
110 111 112 |
# File 'lib/core/facets/boolean.rb', line 110 def to_b ! self.empty? end |
Boolean conversion for not empty?
110 111 112 |
# File 'lib/core/facets/boolean.rb', line 110 def to_b ! self.empty? end |