Class: Class
Instance Method Summary collapse
-
#to_elisp ⇒ Object
Convert classes to the symbol form of their name.
Instance Method Details
#to_elisp ⇒ Object
Convert classes to the symbol form of their name
394 395 396 |
# File 'lib/relisp/type_conversion/programming_types.rb', line 394 def to_elisp self.to_s.to_sym.to_elisp end |