Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/core-ext/nilclass.rb

Overview

this is the ego nil

Instance Method Summary collapse

Instance Method Details

#catch_method_missing(m, *args, &block) ⇒ Object



28
29
30
# File 'lib/core-ext/nilclass.rb', line 28

def catch_method_missing(m, *args, &block)
  nil
end