Method: Code::Object::Nothing#initialize

Defined in:
lib/code/object/nothing.rb

#initializeNothing

Returns a new instance of Nothing.



8
9
10
# File 'lib/code/object/nothing.rb', line 8

def initialize
  @raw = nil
end