class Symbol
Public Instance Methods
to_atom()
click to toggle source
TODO does this also need a to_term_t for atoms?
# File lib/upl/inter.rb, line 142 def to_atom Upl::Extern.PL_new_atom to_s end
TODO does this also need a to_term_t for atoms?
# File lib/upl/inter.rb, line 142 def to_atom Upl::Extern.PL_new_atom to_s end