Method: Code::Object::Nothing#inspect

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

#inspectObject



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

def inspect
  "nothing"
end