Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#to_elispObject



363
364
365
# File 'lib/relisp/type_conversion/programming_types.rb', line 363

def to_elisp
  "t"
end