Returns the string representation of the entry.
Returns:
23 24 25
# File 'lib/mdn_query/entry.rb', line 23 def to_s "#{title}\n#{description}\n#{url}" end