Returns True if the string is empty.
Returns:
True if the string is empty
37 38 39
# File 'lib/translatomatic/string.rb', line 37 def empty? @value.empty? end