module Erlang::ETF::Extensions::Symbol

Public Instance Methods

__erlang_type__() click to toggle source
# File lib/phoenix/pubsub.rb, line 10
def __erlang_type__
  if to_s.ascii_only?
    :atom
  else
    :atom_utf8
  end
end