You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symbols make metaprogramming and other things prettier, but I don't think they're worth a different type. We could add symbols as a syntax sugar to strings
:hello == "hello"# truealias(:to_s,as: :inspect)# same asalias("to_s",as: "inspect")