Convert the key to a string.
key.to_s
Returns:
The key as a string.
Since:
1.1.0
95 96 97
# File 'lib/origin/key.rb', line 95 def to_s @name.to_s end