Class: Class

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

Instance Method Summary collapse

Instance Method Details

#to_elispObject

Convert classes to the symbol form of their name



351
352
353
# File 'lib/relisp/type_conversion/programming_types.rb', line 351

def to_elisp
  self.to_s.to_sym.to_elisp
end