Method: Relisp::Symbol#to_elisp
- Defined in:
- lib/relisp/type_conversion/programming_types.rb
#to_elisp ⇒ Object
112 113 114 115 |
# File 'lib/relisp/type_conversion/programming_types.rb', line 112 def to_elisp # "'" + self.to_s.gsub('_', '-') "'" + self.to_s end |