Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/beef/core_ext/nil_class/arrayify.rb

Instance Method Summary collapse

Instance Method Details

#eachObject

Avoid unecessary checks on a potential nil array



4
5
6
# File 'lib/beef/core_ext/nil_class/arrayify.rb', line 4

def each
  []
end