Skip to content

mattmanning/nil_nil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nil_nil

Calling an undefined method on nil returns nil

Install

$ gem install nil_nil

Usage

$ irb
> nil.foo
NoMethodError: undefined method `foo' for nil:NilClass

> require 'nil_nil'
 => true

> nil.foo
 => nil

About

Calling an undefined method on nil returns nil

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages