lib/ronin/author.rb in ronin-1.0.0 vs lib/ronin/author.rb in ronin-1.1.0.rc1
- old
+ new
@@ -52,9 +52,11 @@
# Converts the author to a String.
#
# @return [String]
# The name of the author.
#
+ # @api public
+ #
def to_s
if self.email
"#{self.name} <#{self.email}>"
else
super