Class: NilClass

Inherits:
Object show all
Defined in:
lib/zucker/egonil.rb

Overview

this is the ego nil

Instance Method Summary collapse

Instance Method Details

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



20
21
22
# File 'lib/zucker/egonil.rb', line 20

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