's41x'
Table::CRLF
#filename
79 80 81 82 83 84 85
# File 'ext/export/src/oddbdat.rb', line 79 def lines(package) lines = [] package.active_agents.each_with_index { |act, idx| lines.push(AcscLine.new(package, act, idx)) } lines end