diff --git a/lib/tit.rb b/lib/tit.rb index 10bc957..58a3c72 100644 --- a/lib/tit.rb +++ b/lib/tit.rb @@ -266,7 +266,7 @@ def update_count(count) end def tuts(*strs) - strs.each { |s| puts s.wrapped(@cols) } + strs.each { |s| puts s.to_s.wrapped(@cols) } end def error(msg)