Symbol to string

symbol to string

1 Ruby[ | ]

my_symbol = :hello
str = my_symbol.to_s
puts str.class
# String
puts str
# hello

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}