Returns The length of the string.
Returns:
The length of the string
32 33 34
# File 'lib/translatomatic/string.rb', line 32 def length @value.length end