경고: 이 문서의 오래된 판을 편집하고 있습니다. 이것을 게시하면, 이 판 이후로 바뀐 모든 편집이 사라집니다.
Symbol to string 편집하기
Jmnote (토론 | 기여)님의 2014년 5월 31일 (토) 23:16 판 (새 문서: category: String category: Conversion ;symbol to string ==Ruby== category: Ruby <source lang='Ruby'> my_symbol = :hello str = my_symbol.to_s print str # hello </source> =...)