# File lib/timetrap/formatters/csv.rb, line 6 def initialize entries @output = entries.inject("start,end,note,sheet\n") do |out, e| next(out) unless e.end out << %"#{e.start.strftime(time_format)}","#{e.end.strftime(time_format)}","#{e.note}","#{e.sheet}"\n| end end
Generated with the Darkfish Rdoc Generator 2.