Class: Symbol
Instance Method Summary collapse
-
#to_atom ⇒ Object
TODO does this also need a to_term_t for atoms?.
Instance Method Details
#to_atom ⇒ Object
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 |