9 10 11
# File 'lib/currently/entry.rb', line 9 def to_s @text + @contexts.map{|x| "#" + x}.join(" ") end