Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#to_elispObject



357
358
359
# File 'lib/relisp/type_conversion/programming_types.rb', line 357

def to_elisp
  "nil"
end