Method: Array#to_b
- Defined in:
- lib/nano/array/to_b.rb
#to_b ⇒ Object
Boolean conversion for not empty?
3 4 5 |
# File 'lib/nano/array/to_b.rb', line 3 def to_b ! self.empty? end |
Boolean conversion for not empty?
3 4 5 |
# File 'lib/nano/array/to_b.rb', line 3 def to_b ! self.empty? end |