Method: Currently::Entry#to_s

Defined in:
lib/currently/entry.rb

#to_sObject



9
10
11
# File 'lib/currently/entry.rb', line 9

def to_s
  @text + @contexts.map{|x| "#" + x}.join(" ")
end