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
351 352 353 |
# File 'lib/relisp/type_conversion/programming_types.rb', line 351 def to_elisp self.to_s.to_sym.to_elisp end |