Method: Code::Object::Nothing#inspect

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

#inspectObject



16
17
18
# File 'lib/code/object/nothing.rb', line 16

def inspect
  "nothing"
end