Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/beef/core_ext/nil_class/arrayify.rb
Instance Method Summary collapse
-
#each ⇒ Object
Avoid unecessary checks on a potential nil array.
Instance Method Details
#each ⇒ Object
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 |