VOOZH about

URL: https://www.geeksforgeeks.org/ruby/ruby-symbol-to_sym-function/

⇱ Ruby | Symbol to_sym function - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Ruby | Symbol to_sym function

Last Updated : 10 Dec, 2019
Symbol#to_sym() : to_sym() is a Symbol class method which returns the symbol representation of the symbol object.
Syntax: Symbol.to_sym() Parameter: Symbol values Return: the symbol representation of the symbol object.
Example #1 : Output :
Symbol a to_sym form : aBcDeF

Symbol b to_sym form : äöü

Symbol c to_sym form : ABCDEF

Example #2 : Output :
Symbol a to_sym form : geeks

Symbol b to_sym form : åöó

Symbol c to_sym form : GEEKS

Comment
Article Tags: