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