Commit d059c4cb authored by Fabio Pelosin's avatar Fabio Pelosin

[Target] Minor improvements

parent 8d91ea79
......@@ -38,8 +38,9 @@ module Pod
# @return [String] A string suitable for debugging.
#
def inspect
"<#{self.class} name=#{name} >"
"<#{self.class} name=#{name}>"
end
alias :to_s :inspect
#-------------------------------------------------------------------------#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment