<havenwood>
admin1234: The pledge gem works quite well with OpenBSD. The final chapter of Polished Ruby Programming is all about OpenBSD by the maintainer of OpenBSD from Ruby Core.
lirion has quit [Quit: ヾ(ʘ‿ʘ)]
cappy has joined #ruby
___nick___ has quit [Ping timeout: 244 seconds]
ZAJDAN1 has quit [Ping timeout: 260 seconds]
trillion_exabyte has joined #ruby
<admin1234>
havenwood: Yes sir! And blessed be his name, I wouldn't have been here today if it wasn't for him :)
cappy has quit [Quit: Leaving]
dviola has quit [Ping timeout: 272 seconds]
hwpplayer1 has joined #ruby
smp has quit [Ping timeout: 265 seconds]
smp has joined #ruby
Vonter has joined #ruby
jasfloss has quit [Ping timeout: 248 seconds]
hwpplayer1 has quit [Quit: I'll be back later]
brokkoli_originl has quit [Ping timeout: 248 seconds]
brokkoli_originl has joined #ruby
Sheilong has joined #ruby
jasfloss has joined #ruby
konsolebox has quit [Ping timeout: 240 seconds]
admin1234 has quit [Ping timeout: 252 seconds]
admin1234 has joined #ruby
konsolebox has joined #ruby
admin1234 has quit [Ping timeout: 276 seconds]
admin1234 has joined #ruby
hwpplayer1 has joined #ruby
kiwi_36 has joined #ruby
brokkoli_originl has quit [Remote host closed the connection]
brokkoli_originl has joined #ruby
Sheilong has quit [Quit: Connection closed for inactivity]
admin1234 has quit [Ping timeout: 252 seconds]
admin1234 has joined #ruby
Tempesta has quit [Quit: See ya!]
grenierm has joined #ruby
konsolebox has quit [Ping timeout: 260 seconds]
Tempesta has joined #ruby
konsolebox has joined #ruby
lirion has joined #ruby
admin1234 has quit [Ping timeout: 252 seconds]
ZAJDAN1 has joined #ruby
hwpplayer1 has quit [Quit: I'll be back later]
admin1234 has joined #ruby
Stenotrophomonas has joined #ruby
brokkoli_originl has quit [Ping timeout: 265 seconds]
Stenotrophomonas is now known as brokkoli_origin
kiwi_36 has quit [Remote host closed the connection]
hwpplayer1 has quit [Remote host closed the connection]
<adam12>
Wat
livoreno has quit [Quit: Connection closed for inactivity]
Vaevictus has joined #ruby
<Vaevictus>
hi, messing with roo for the first time... is there a way to skip/remove lines from a file?
<Vaevictus>
or do i just need to convert the sheets after loading them?
<Vaevictus>
(first 3 lines are garbage data, 4th line is headers)
konsolebox has quit [Ping timeout: 276 seconds]
<adam12>
Vaevictus: Can you show the code you're using? gist.github.com or similar paste service.
<Vaevictus>
i'd be happy, but it's just a roo::Excelx.new(filename)
<Vaevictus>
my bank is putting a record at the top of an export with information about the export... so the first 3 lines are garage :D
<Vaevictus>
garbage :D
Linux_Kerio has quit [Ping timeout: 260 seconds]
<weaksauce>
Vaevictus is the file just text? could you read the file in like normally and just drop the first few lines or is it xml formatted junk you want to omit
<Vaevictus>
no, it's xmlx binary crap. :D
lightstalker has quit [Ping timeout: 265 seconds]
<Vaevictus>
I suppose i can just lean on ruby and map it
<Vaevictus>
I suppose i was wanting to avoid too much parsing and conversion, but it'll be a necessity anyway so i'll just import and reiterate
ZAJDAN1 has quit [Ping timeout: 252 seconds]
<adam12>
Vaevictus: Might be your best bet.
<adam12>
(just mapping/etc)
<Vaevictus>
probably
donofrio has quit [Ping timeout: 252 seconds]
lightstalker has joined #ruby
brokkoli_origin has quit [Ping timeout: 246 seconds]
aesthetikx has quit [Ping timeout: 252 seconds]
brokkoli_origin has joined #ruby
donofrio has joined #ruby
<Vaevictus>
may have been too long since i last rubied... i've got an array of keys and an array of values, how do i get a hash out of them ?