Method: WB::Note#to_s

Defined in:
lib/wb/note.rb

#to_sObject



36
37
38
# File 'lib/wb/note.rb', line 36

def to_s
  %Q(#{number}: #{path})
end