Method: NilClass#to_seq
- Defined in:
- lib/apricot/ruby_ext.rb
#to_seq ⇒ Object
Seq Methods Many functions that return seqs occasionally return nil, so it’s convenient if nil can respond to some of the same methods as seqs.
250 251 252 |
# File 'lib/apricot/ruby_ext.rb', line 250 def to_seq nil end |