Class: NilClass

Inherits:
Object show all
Defined in:
lib/relisp/type_conversion/programming_types.rb

Instance Method Summary collapse

Instance Method Details

#to_elispObject



400
401
402
# File 'lib/relisp/type_conversion/programming_types.rb', line 400

def to_elisp
  "nil"
end