class Timetrap::Formatters::Ids

Attributes

output[R]

Public Class Methods

new(entries) click to toggle source
# File lib/timetrap/formatters/ids.rb, line 6
def initialize entries
  @output = entries.map(&:id).join(' ')
end