Method: NilClass#nil!

Defined in:
lib/ext/nil.rb

#nil!Object



47
48
49
50
# File 'lib/ext/nil.rb', line 47

def nil!(*)
  @@null = nil
  self
end