Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#to_elispObject



407
408
409
# File 'lib/relisp/type_conversion/programming_types.rb', line 407

def to_elisp
  "t"
end