class NilClass

Public Instance Methods

wrapped() click to toggle source

Wrap the nil, which is exactly the whole point. At this point the user must explictly deal with the nil, aware that it exists.

See the Blank class and the README for details on how to work with this.

# File lib/wrapped/injection.rb, line 19
def wrapped
  Blank.new
end