Class: FalseClass
- Defined in:
- lib/relisp/type_conversion/programming_types.rb
Instance Method Summary collapse
-
#to_elisp ⇒ Object
Falseness in elisp is represented by ‘nil’.
Instance Method Details
#to_elisp ⇒ Object
Falseness in elisp is represented by ‘nil’.
415 416 417 |
# File 'lib/relisp/type_conversion/programming_types.rb', line 415 def to_elisp nil.to_elisp end |