lib/npr/entity/name.rb in npr-0.1.2 vs lib/npr/entity/name.rb in npr-1.1.0
- old
+ new
@@ -16,10 +16,10 @@
end
#-------------------
def to_s
- @content
+ @content.to_s
end
end # Name
end # Entity
end # NPR