Class: Symbol

Inherits:
Object show all
Defined in:
lib/upl/inter.rb

Instance Method Summary collapse

Instance Method Details

#to_atomObject

TODO does this also need a to_term_t for atoms?



142
143
144
# File 'lib/upl/inter.rb', line 142

def to_atom
  Upl::Extern.PL_new_atom to_s
end