havenwood changed the topic of #ruby to: Rules & more: http://ruby-community.com || Ruby 2.3.0; 2.2.4; 2.1.9: https://ruby-lang.org || Paste >3 lines of text on https://gist.github.com || logs @ http://irclog.whitequark.org/ruby/
qhp has quit [Read error: Connection reset by peer]
Xeago has quit [Remote host closed the connection]
terminalrecluse has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Gasher has quit [Quit: Leaving]
RegulationD has quit [Remote host closed the connection]
felltir has quit []
tubuliferous has quit [Ping timeout: 260 seconds]
diegoaguilar has quit [Remote host closed the connection]
jumbomax has quit [Remote host closed the connection]
pawnbox has joined #ruby
sp4rrow_ has quit [Quit: The Internet needs a break and I need a cookie]
diegoaguilar has joined #ruby
marr has quit [Ping timeout: 260 seconds]
bronson has quit [Remote host closed the connection]
djbkd has joined #ruby
yfeldblum has quit [Ping timeout: 260 seconds]
shadoi has quit [Quit: Leaving.]
jt__ has quit [Quit: Leaving...]
pawnbox has quit [Ping timeout: 260 seconds]
djbkd has quit [Ping timeout: 276 seconds]
cdg has joined #ruby
charliesome has joined #ruby
coyo has quit [Ping timeout: 260 seconds]
charliesome has quit [Read error: Connection reset by peer]
charliesome has joined #ruby
lacrosse has quit [Quit: Connection closed for inactivity]
ekinmur has joined #ruby
hxegon has joined #ruby
agent_white has quit [Quit: bbl]
pietr0 has quit [Quit: pietr0]
chicken has joined #ruby
mroth has quit [Ping timeout: 276 seconds]
mroth has joined #ruby
smathy is now known as smathy_afk
P_R_Deltoid has quit [Ping timeout: 276 seconds]
dn` has quit [Quit: dn`]
jenrzzz has joined #ruby
P_R_Deltoid has joined #ruby
BtcBen has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Vile` has quit [Quit: .]
someish has joined #ruby
coyo has joined #ruby
KensoDev has quit [Max SendQ exceeded]
<someish> Does anyone know of a good algorithm for equally distributing the items of a large array to the items of a smaller array? For example, I have a patients array, and a clinicians array. I want to assign patients to clinicians so that each clinician has an equal number of patients, up until the last clinician.
<zacts> hi rubyists (%|:-)
dn` has joined #ruby
ixti has quit [Ping timeout: 276 seconds]
Guest74282 is now known as Jandre
Jandre has quit [Changing host]
Jandre has joined #ruby
<someish> The in_groups active support method seems to give me a good start.
<smalltalker> someish: divide the patients by the clinicians and use array.slice(that_number) ?
<someish> smalltalker: That should work as well.
<smalltalker> or each_slice()
Jandre has quit [Ping timeout: 240 seconds]
cdg has quit [Remote host closed the connection]
cdg has joined #ruby
idefine has joined #ruby
SilverKey has joined #ruby
shtirlic has joined #ruby
<havenwood> >> patients = [*1..10]; clinicians = [*'a'..'d']; clinicians.zip(patients.each_slice(patients.size.fdiv(clinicians.size).ceil)).to_h
<ruby[bot]> havenwood: # => {"a"=>[1, 2, 3], "b"=>[4, 5, 6], "c"=>[7, 8, 9], "d"=>[10]} (https://eval.in/554298)
zacstewart has quit [Ping timeout: 276 seconds]
hxegon is now known as hxegon_AFK
<havenwood> someish: you don't want to evenly distrubute so the last two clinicians have two patients each?
zacstewart has joined #ruby
<havenwood> someish: in that example ^
rkazak has joined #ruby
rodfersou has joined #ruby
<smalltalker> nice one :)
<someish> havenwood: I’m fine with that. That’s what the in_groups method seems to do.
<someish> I like what you did though.
cdg has quit [Ping timeout: 260 seconds]
solocshaw has joined #ruby
hxegon_AFK is now known as hxegon
dumdedum has quit [Read error: Connection reset by peer]
thermistor has joined #ruby
blaxter has joined #ruby
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
SCHAAP137 has quit [Ping timeout: 276 seconds]
curses has quit [Remote host closed the connection]
yfeldblum has joined #ruby
vF3hNGxc47h8 has quit [Remote host closed the connection]
<Ox0dea> someish: See also: https://eval.in/554299
vF3hNGxc47h8 has joined #ruby
zast has joined #ruby
<someish> You guys are super helpful. Thank you.
vF3hNGxc47h8 has quit [Client Quit]
<Ox0dea> ^_^
benlieb has joined #ruby
benlieb has quit [Client Quit]
rodfersou has quit [Quit: leaving]
curses has joined #ruby
pawnbox has joined #ruby
Guest33991 has quit [Ping timeout: 276 seconds]
tvw has quit [Ping timeout: 250 seconds]
tvw has joined #ruby
Eiam_ has joined #ruby
C0deMaver1ck has joined #ruby
nb_bez___ has quit [Quit: Connection closed for inactivity]
C0deMaver1ck is now known as Guest36918
Robtop__ is now known as pwnd_nsfw
RegulationD has joined #ruby
pawnbox has quit [Ping timeout: 260 seconds]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
kexmex__ has left #ruby ["Textual IRC Client: www.textualapp.com"]
SCHAAP137 has joined #ruby
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ixti has joined #ruby
RegulationD has quit [Ping timeout: 276 seconds]
bronson has joined #ruby
hobodave has joined #ruby
hobodave has quit [Client Quit]
SCHAAP137 has quit [Read error: Connection reset by peer]
djbkd has joined #ruby
CloCkWeRX has joined #ruby
Aviio has quit [Remote host closed the connection]
al2o3-cr is now known as sleepy_head
jenrzzz has quit [Ping timeout: 244 seconds]
jenrzzz has joined #ruby
shinnya has quit [Ping timeout: 276 seconds]
weemsledeux has joined #ruby
SilverKey has quit [Quit: Halted.]
ur5us has joined #ruby
sleepy_head has quit [Read error: Connection reset by peer]
djbkd has quit [Ping timeout: 276 seconds]
bronson has quit [Ping timeout: 276 seconds]
al2o3-cr has joined #ruby
darkf_ has joined #ruby
charliesome has joined #ruby
fumduq has quit [Ping timeout: 276 seconds]
baweaver has quit [Remote host closed the connection]
xaxisx has joined #ruby
fumduq has joined #ruby
darkf has quit [Ping timeout: 276 seconds]
ur5us has quit [Ping timeout: 260 seconds]
nobitanobi has quit []
slappy16 has quit [Quit: Leaving.]
JakFrist has joined #ruby
JakFrist has quit [Client Quit]
baweaver has joined #ruby
ekinmur has joined #ruby
benlieb has joined #ruby
JakFrist has joined #ruby
nando293921 has quit [Ping timeout: 276 seconds]
idefine has quit [Remote host closed the connection]
pawnbox has joined #ruby
JakFrist has quit [Client Quit]
diegoaguilar has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 244 seconds]
czerasz_ has quit [Ping timeout: 244 seconds]
ta_ has joined #ruby
shazaum_ has quit [Ping timeout: 244 seconds]
madgen has quit [Ping timeout: 276 seconds]
benlieb has quit [Quit: benlieb]
baweaver has quit [Read error: Connection reset by peer]
ta_ has quit [Ping timeout: 244 seconds]
jackjackdripper1 has quit [Quit: Leaving.]
Devalo has joined #ruby
tuelz3 has quit [Ping timeout: 276 seconds]
hxegon has quit [Quit: BRB]
<benzrf> in_groups?
nando293921 has joined #ruby
<benzrf> zacts: what's (%|:-)
<benzrf> i tried checking its type in ghci but it wasn't in scope :^(
Devalo has quit [Ping timeout: 264 seconds]
baweaver has joined #ruby
arescorpio has joined #ruby
GodFodder has joined #ruby
SilverKey has joined #ruby
s1kx has quit [Quit: bai]
baweaver has quit [Ping timeout: 264 seconds]
tuelz3 has joined #ruby
Yiota has joined #ruby
Yiota has quit [Max SendQ exceeded]
Yiota has joined #ruby
charliesome has quit [Read error: Connection reset by peer]
charliesome has joined #ruby
kam270 has quit [Ping timeout: 264 seconds]
darkf_ is now known as darkf
Chagel has joined #ruby
pawnbox has joined #ruby
<zacts> benzrf: it's a smiley
<zacts> it's a girl hat with a flower
callen92 has joined #ruby
djbkd has joined #ruby
<shevy> lol
pawnbox has quit [Ping timeout: 276 seconds]
eggoez has quit [Ping timeout: 260 seconds]
elifoster has joined #ruby
<zacts> I like cloche hats with flowers
djbkd has quit [Ping timeout: 244 seconds]
<zacts> my old gal used to wear them
<zacts> anyways, back to #ruby
<zacts> =D
daytime has joined #ruby
zzach1 has joined #ruby
equinox has quit [Read error: Connection reset by peer]
daytime is now known as equinox
zzach has quit [Ping timeout: 276 seconds]
hacworld has joined #ruby
zenlot6 has joined #ruby
kam270 has joined #ruby
fumduq has quit [Ping timeout: 264 seconds]
rkazak_ has joined #ruby
fumduq has joined #ruby
zast has quit [Ping timeout: 264 seconds]
cajone has quit [Ping timeout: 264 seconds]
modin has quit [Ping timeout: 264 seconds]
Dreamer3_ has joined #ruby
CloCkWeRX has quit [Ping timeout: 264 seconds]
Guest36918 has quit [Ping timeout: 264 seconds]
bkxd has quit [Ping timeout: 264 seconds]
zenlot has quit [Ping timeout: 264 seconds]
iNs has quit [Ping timeout: 264 seconds]
zast has joined #ruby
weemsledeux has quit [Ping timeout: 264 seconds]
rkazak has quit [Ping timeout: 264 seconds]
spt0 has quit [Ping timeout: 264 seconds]
patrick_star has quit [Ping timeout: 264 seconds]
Dreamer3 has quit [Ping timeout: 264 seconds]
duncannz has quit [Ping timeout: 264 seconds]
ahuman has quit [Ping timeout: 264 seconds]
johnny56_ has quit [Ping timeout: 264 seconds]
rkazak_ is now known as rkazak
ahuman has joined #ruby
CloCkWeRX has joined #ruby
SilverKey has quit [Quit: Halted.]
tvw has quit [Remote host closed the connection]
mikecmpbll has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<shevy> ^^^ a love letter to ascii art
zenguy_pc has joined #ruby
ensyde has joined #ruby
ramfjord has quit [Ping timeout: 276 seconds]
Dimik1 has joined #ruby
jenrzzz has quit [Ping timeout: 244 seconds]
iNs has joined #ruby
eggoez has joined #ruby
bkxd has joined #ruby
Eiam_ has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
callen92 has quit [Quit: Leaving]
C0deMaver1ck has joined #ruby
C0deMaver1ck is now known as Guest81068
bb010g_ has quit []
kam270 has quit [Remote host closed the connection]
spt0 has joined #ruby
duncannz has joined #ruby
Dimik1 has quit [Ping timeout: 244 seconds]
patrick_star has joined #ruby
elifoster has quit [Ping timeout: 244 seconds]
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
cajone has joined #ruby
bb010g has joined #ruby
johnmilton has joined #ruby
brent__ has quit [Quit: Connection closed for inactivity]
johnmilton has quit [Remote host closed the connection]
yfeldblum has quit [Remote host closed the connection]
ropeney_ has joined #ruby
frem_ has quit [Quit: Connection closed for inactivity]
ropeney has quit [Ping timeout: 260 seconds]
n008f4g_ has quit [Ping timeout: 244 seconds]
yfeldblum has joined #ruby
SilverKey has joined #ruby
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
phredus_ has joined #ruby
phredus has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
maletor has joined #ruby
braincra- has quit [Quit: bye bye]
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
RegulationD has joined #ruby
idefine has joined #ruby
phredus_ has quit [Remote host closed the connection]
freerobby has joined #ruby
Hobbyboy has quit [Quit: I think the BNC broke.]
RegulationD has quit [Ping timeout: 260 seconds]
Dimik1 has joined #ruby
jenrzzz has quit [Ping timeout: 244 seconds]
phredus has joined #ruby
braincras has joined #ruby
phredus has quit [Read error: Connection reset by peer]
pawnbox has joined #ruby
bry4n has quit [Ping timeout: 276 seconds]
djbkd has joined #ruby
hxegon has joined #ruby
blaxter has quit [Quit: foo]
Hobbyboy has joined #ruby
jackjackdripper has joined #ruby
nettoweb has joined #ruby
djbkd has quit [Ping timeout: 276 seconds]
idefine has quit [Remote host closed the connection]
Sammichmaker has quit [Read error: Connection reset by peer]
Madplatypus has quit [Quit: Connection closed for inactivity]
toretore has joined #ruby
pawnbox has quit [Read error: Connection reset by peer]
freerobby has quit [Quit: Leaving.]
evie_hammond has quit [Quit: WeeChat 1.4]
pawnbox has joined #ruby
yfeldblu_ has joined #ruby
diegoaguilar has joined #ruby
yfeldblum has quit [Ping timeout: 276 seconds]
yfeldblu_ has quit [Ping timeout: 260 seconds]
curses has quit [Ping timeout: 260 seconds]
kimi has joined #ruby
solocshaw has quit [Ping timeout: 260 seconds]
Swey_Hey has joined #ruby
idefine has joined #ruby
tuelz4 has joined #ruby
idefine has quit [Remote host closed the connection]
idefine has joined #ruby
tuelz3 has quit [Ping timeout: 264 seconds]
gix has quit [Ping timeout: 260 seconds]
rkazak has quit [Quit: Sleep.....ing....]
modin has joined #ruby
lkba has joined #ruby
gix has joined #ruby
johnny56_ has joined #ruby
baweaver has joined #ruby
Chagel has quit [Ping timeout: 276 seconds]
Devalo has joined #ruby
kadoppe has joined #ruby
Devalo has quit [Ping timeout: 264 seconds]
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
BTRE has quit [Ping timeout: 244 seconds]
houhoulis has joined #ruby
FooMunki has quit [Quit: FooMunki]
FooMunki has joined #ruby
rkazak has joined #ruby
crameth has joined #ruby
crameth has quit [Max SendQ exceeded]
lxsameer has joined #ruby
pawnbox has quit [Remote host closed the connection]
spt0 has quit [Ping timeout: 244 seconds]
phredus has joined #ruby
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
FooMunki has quit [Quit: FooMunki]
BTRE has joined #ruby
nando293921 has quit [Quit: Lost terminal]
tuelz4 has quit [Ping timeout: 260 seconds]
kadoppe has quit [Ping timeout: 276 seconds]
bruno-_ has quit [Ping timeout: 260 seconds]
nando293921 has joined #ruby
Dimik1 has quit [Ping timeout: 276 seconds]
Swey_Hey has quit [Quit: Leaving]
bronson has joined #ruby
tildes has joined #ruby
<shevy> zacts are you hacking on anything fun related to ruby, as of late?
djbkd has joined #ruby
BTRE has quit [Quit: Leaving]
spt0 has joined #ruby
tax has joined #ruby
bronson has quit [Ping timeout: 264 seconds]
someish has quit [Quit: someish]
pawnbox has joined #ruby
Dimik1 has joined #ruby
sesquipedalian has joined #ruby
phredus has quit [Remote host closed the connection]
djbkd has quit [Ping timeout: 276 seconds]
Yiota has joined #ruby
xaxisx has quit [Ping timeout: 244 seconds]
<shevy> hmm anyone knows how the python import system works? e. g. what specific advantage it has compared to ruby's require/load variants?
d0nn1e has quit [Ping timeout: 260 seconds]
Sammichmaker has joined #ruby
smathy_afk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
d0nn1e has joined #ruby
tubuliferous has joined #ruby
idefine has quit [Remote host closed the connection]
phredus has joined #ruby
idefine has joined #ruby
<zacts> shevy: I'm getting through this ruby text processing book by pragmatic press
<mozzarella> shevy: you don't have to import everything, you can rename stuff as you import it (bind it to a different name)
merida has joined #ruby
coyo has quit [Ping timeout: 276 seconds]
<shevy> mozzarella hmm that sounds pretty nice
idefine has quit [Ping timeout: 260 seconds]
<shevy> zacts is that a new book? I am heavily outdated on ruby books... the last one I read was still the last version of the pickaxe
CloCkWeRX has quit [Ping timeout: 244 seconds]
blackgoat has joined #ruby
<ropeney_> zacts, any good? I have it on the to-read list
ropeney_ has quit [Quit: Leaving]
ropeney_ has joined #ruby
ropeney_ has quit [Client Quit]
idefine has joined #ruby
ropeney has joined #ruby
Dreamer3_ has quit [Quit: Leaving...]
sandelius has joined #ruby
krz has joined #ruby
phredus has quit [Remote host closed the connection]
smathy has joined #ruby
GinoMan2440_ has quit [Ping timeout: 260 seconds]
Dimik1 has quit [Read error: No route to host]
Dimik1 has joined #ruby
stannard has joined #ruby
phredus has joined #ruby
merida has quit [Remote host closed the connection]
GinoMan2440 has joined #ruby
s00pcan has joined #ruby
merida has joined #ruby
watersoul has quit [Remote host closed the connection]
watersoul has joined #ruby
watersoul has quit [Max SendQ exceeded]
stannard has quit [Ping timeout: 260 seconds]
graphettion has quit [Remote host closed the connection]
merida has quit [Read error: Connection reset by peer]
merida has joined #ruby
LoneHerm_ has joined #ruby
diegoaguilar has quit [Remote host closed the connection]
watersoul has joined #ruby
tildes has quit [Ping timeout: 260 seconds]
smathy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hxegon is now known as hxegon_AFK
hxegon_AFK is now known as hxegon
rbennacer has joined #ruby
rbennacer has quit [Read error: Connection reset by peer]
rbennacer has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elifoster has joined #ruby
djbkd has joined #ruby
rkazak has quit [Quit: Sleep.....ing....]
kareeoleez has joined #ruby
kareeoleez has quit [Remote host closed the connection]
kareeoleez has joined #ruby
djbkd has quit [Ping timeout: 276 seconds]
GinoMan2440 has quit [Read error: Network is unreachable]
<zacts> ropeney: so far it's ok, but I'm only at ch 4
phredus has quit [Remote host closed the connection]
<zacts> I think overall it seems likes it's going to be cool for an intro level book
GinoMan2440 has joined #ruby
arescorpio has quit [Excess Flood]
nixmaniack has joined #ruby
nixmaniack has joined #ruby
hk238 has joined #ruby
phredus has joined #ruby
jackjackdripper has quit [Quit: Leaving.]
solocshaw has joined #ruby
hxegon has quit [Quit: BRB]
william3 has joined #ruby
isxek has joined #ruby
william3 has quit [Remote host closed the connection]
Eiam_ has joined #ruby
tildes has joined #ruby
william3 has joined #ruby
SilverKey has quit [Quit: Halted.]
william3 has quit [Ping timeout: 260 seconds]
maletor has quit [Quit: Computer has gone to sleep.]
tildes has quit [Ping timeout: 244 seconds]
pawnbox has quit [Read error: Connection reset by peer]
Meow-J has joined #ruby
solocshaw has quit [Ping timeout: 260 seconds]
solocshaw has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
rbennacer has quit [Remote host closed the connection]
pawnbox has joined #ruby
krz has quit [Ping timeout: 276 seconds]
rbennacer has joined #ruby
phredus has quit [Remote host closed the connection]
rbennacer has quit [Ping timeout: 244 seconds]
bronson has joined #ruby
baweaver has quit [Remote host closed the connection]
djbkd has joined #ruby
merida has quit [Remote host closed the connection]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
merida has joined #ruby
bronson has quit [Ping timeout: 264 seconds]
merida has quit [Read error: Connection reset by peer]
yfeldblum has joined #ruby
merida has joined #ruby
merida has quit [Remote host closed the connection]
merida has joined #ruby
merida has quit [Remote host closed the connection]
tildes has joined #ruby
merida has joined #ruby
djbkd has quit [Ping timeout: 276 seconds]
merida has quit [Remote host closed the connection]
merida has joined #ruby
phredus has joined #ruby
kareeole_ has joined #ruby
n1x has joined #ruby
elifoster|alt has joined #ruby
modin has quit [Ping timeout: 264 seconds]
blackgoat has quit [Ping timeout: 264 seconds]
d0nn1e has quit [Ping timeout: 264 seconds]
nixmaniack has quit [Ping timeout: 264 seconds]
kareeoleez has quit [Ping timeout: 264 seconds]
elifoster has quit [Ping timeout: 264 seconds]
johnny56_ has quit [Ping timeout: 264 seconds]
blackgoat has joined #ruby
yfeldblum has quit [Ping timeout: 264 seconds]
kobain has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
kareeole_ has quit [Remote host closed the connection]
Matthew_ is now known as MRB[afk]
rkazak has joined #ruby
d0nn1e has joined #ruby
krz has joined #ruby
TheCubeLord has joined #ruby
SuperLag_ has joined #ruby
SuperLag has quit [Ping timeout: 276 seconds]
kareeoleez has joined #ruby
elifoster|alt has quit [Ping timeout: 260 seconds]
kareeoleez has quit [Ping timeout: 260 seconds]
Dimik1 has quit [Ping timeout: 276 seconds]
bhrgunatha has joined #ruby
n1x has quit [Read error: Connection reset by peer]
nixmaniack has joined #ruby
idefine has quit [Ping timeout: 276 seconds]
czerasz_ has joined #ruby
Flaim has joined #ruby
PaulCapestany has joined #ruby
<Flaim> hi
tvw has joined #ruby
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
kareeoleez has joined #ruby
nando293921 has quit [Ping timeout: 244 seconds]
bhrgunatha has quit [Quit: Page closed]
Flaim has left #ruby [#ruby]
kareeoleez has quit [Ping timeout: 244 seconds]
poerror has joined #ruby
tubuliferous has quit [Ping timeout: 260 seconds]
djbkd has joined #ruby
amclain_ has quit [Quit: Leaving]
rbennacer has joined #ruby
bhrgunatha has joined #ruby
bry4n has joined #ruby
j3r0 has joined #ruby
s00pcan has quit [Quit: Lost terminal]
idefine has joined #ruby
baweaver has joined #ruby
kareeoleez has joined #ruby
bry4n has quit [Ping timeout: 260 seconds]
tax has quit [Ping timeout: 276 seconds]
baweaver has quit [Remote host closed the connection]
baweaver has joined #ruby
mrknip has joined #ruby
tk__ has joined #ruby
idefine has quit [Ping timeout: 264 seconds]
rbennacer has quit [Ping timeout: 276 seconds]
kareeoleez has quit [Ping timeout: 276 seconds]
j3r0 has quit [Quit: Leaving]
Devalo has joined #ruby
krz has quit [Ping timeout: 276 seconds]
rbennacer has joined #ruby
kareeoleez has joined #ruby
Yiota has quit [Ping timeout: 244 seconds]
ruby-lang413 has joined #ruby
BTRE has joined #ruby
rbennacer has quit [Ping timeout: 260 seconds]
czerasz_ has quit [Ping timeout: 244 seconds]
kareeoleez has quit [Ping timeout: 260 seconds]
ruby-lang413 has quit [Ping timeout: 250 seconds]
merida has quit [Remote host closed the connection]
noService has joined #ruby
merida has joined #ruby
dangerousdave has joined #ruby
terminalrecluse has joined #ruby
sandelius has joined #ruby
merida has quit [Ping timeout: 260 seconds]
Rodya_ has joined #ruby
kimi has quit [Disconnected by services]
bhrgunatha has quit [Quit: ChatZilla 0.9.92 [Firefox 45.0.2/20160412225428]]
infra-red has joined #ruby
framling has joined #ruby
kimi_ has joined #ruby
krz has joined #ruby
kareeoleez has joined #ruby
kimi_ has quit [Max SendQ exceeded]
kimi_ has joined #ruby
kimi_ has quit [Max SendQ exceeded]
kimi_ has joined #ruby
codecop has joined #ruby
codecop_ has joined #ruby
codecop has quit [Client Quit]
kimi_ has quit [Max SendQ exceeded]
modin has joined #ruby
kareeoleez has quit [Ping timeout: 260 seconds]
kimi_ has joined #ruby
MagePsycho_ has joined #ruby
kimi_ has quit [Max SendQ exceeded]
Blaguvest has joined #ruby
johnny56_ has joined #ruby
terminalrecluse has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
kimi_ has joined #ruby
Devalo has quit [Remote host closed the connection]
n1x has joined #ruby
kimi_ has quit [Read error: Connection reset by peer]
kimi_ has joined #ruby
marr has joined #ruby
kimi_ has quit [Read error: Connection reset by peer]
BtcBen has quit [Ping timeout: 244 seconds]
BtcBen has joined #ruby
william3 has joined #ruby
nixmaniack has quit [Ping timeout: 244 seconds]
dgncn has quit [Excess Flood]
Dimik has quit [Ping timeout: 244 seconds]
dionysus69 has joined #ruby
djbkd has quit [Remote host closed the connection]
dgncn has joined #ruby
bb010g has quit [Quit: Connection closed for inactivity]
<dangerousdave> anyone used https://github.com/nathansobo/treetop
poerror has left #ruby ["Textual IRC Client: www.textualapp.com"]
<dangerousdave> I have successfully constructed my parse tree, but have no idea how to process it
kareeoleez has joined #ruby
firstdayonthejob has joined #ruby
ocbtec has joined #ruby
Lomex has joined #ruby
ensyde has quit [Ping timeout: 260 seconds]
zast has quit [Ping timeout: 276 seconds]
kareeoleez has quit [Ping timeout: 276 seconds]
senayar has joined #ruby
rippa has joined #ruby
idefine has joined #ruby
charliesome has joined #ruby
nofxx has joined #ruby
zapata has quit [Ping timeout: 260 seconds]
idefine has quit [Ping timeout: 264 seconds]
yaewa has joined #ruby
Blaguvest has quit [Ping timeout: 260 seconds]
bronson has joined #ruby
yfeldblum has joined #ruby
sp4rrow has joined #ruby
moei has quit [Ping timeout: 276 seconds]
lkba has quit [Ping timeout: 276 seconds]
kareeoleez has joined #ruby
bronson has quit [Ping timeout: 264 seconds]
blackgoat has quit [Quit: WeeChat 1.4]
znz_jp0 is now known as znz_jp
mrknip has quit [Ping timeout: 276 seconds]
kareeoleez has quit [Ping timeout: 264 seconds]
zapata has joined #ruby
dreinull has joined #ruby
dionysus69 has quit [Ping timeout: 276 seconds]
senayar has quit [Remote host closed the connection]
<dreinull> this is awkward, I never required my gem in irb before so I'm not sure what to do. Installed as a gem I just require "my_gem". In irb however within the gem's repo this doesn't work. Ruby doesn't find paths. How do I require a local gem in its own directory. Standard lib dir etc is here.
<shevy> if the gem was installed then it will be available from irb
<Ox0dea> dreinull: `bundle exec irb`
n1x has quit [Remote host closed the connection]
<Ox0dea> Even better is `bundle exec bin/console` if you used Bundler to initialize your gem.
<dreinull> Ox0dea doesn't that load the gem from gem path?
<dreinull> I want my development version
<Ox0dea> ?try
<ruby[bot]> Why don't you try it and see for yourself?
Rodya_ has quit [Remote host closed the connection]
<dreinull> Ox0dea "./... was missing. ok
<dreinull> thanks
<Ox0dea> No worries.
yfeldblum has quit [Ping timeout: 264 seconds]
Rodya_ has joined #ruby
bweston92 has joined #ruby
bweston92 has quit [Client Quit]
<apeiros> dreinull: pry -Ilib -rmy_gem
<apeiros> same for irb
<baweaver> pry --gem
<Ox0dea> Nifty.
houhoulis has quit [Remote host closed the connection]
<dreinull> never tried pry
<Ox0dea> Do eet!
<baweaver> ?pry
<ruby[bot]> Pry, the better IRB, provides easy object inspection `ls`, `history`, viewing docs `?`, viewing source `$`, syntax highlighting and other features (see `help` for more). Put `binding.pry` in your source code for easy debugging. Install Pry (https://pryrepl.org/): gem install pry pry-doc
bweston92 has joined #ruby
<dreinull> would probably be extremely useful for debugging sinatra apps :)
<dreinull> but never got around doing it
<baweaver> Sinatra typically works best with Jack Daniels
<shevy> lol
<dreinull> does it run under wine?
<Ox0dea> Huehuehue.
kareeoleez has joined #ruby
CloCkWeRX has joined #ruby
<baweaver> couldn't help it
jam___ has joined #ruby
<baweaver> (context: Frank Sinatra, the singer, drank Jack Daniels almost religiously)
Rodya_ has quit [Remote host closed the connection]
<dreinull> I will add it to my Gefile
Rodya_ has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<dreinull> or better, to my ENV vars
ropeney has quit [Remote host closed the connection]
<baweaver> there are several tutorials around though
* baweaver has used remote_pry to debug issues across a company before
<dreinull> yes, pry has been around for years now but ...
Rodya_ has quit [Remote host closed the connection]
<dreinull> lazy
<baweaver> though at that point, just learn TMUX/Screen
<dreinull> life without tmux?
<baweaver> hm?
<baweaver> Just saying TMUX and Screen are near requirements for remote debugging / work
<Ox0dea> Omigod, why are you upcasing it?
<baweaver> TMUX?
<baweaver> or SCREEN?
<Ox0dea> Stahp.
Rodya_ has joined #ruby
kareeoleez has quit [Ping timeout: 276 seconds]
<baweaver> Fine, I'll talk about RUBY
<Ox0dea> And JAVA and UNIX.
Devalo has joined #ruby
<baweaver> well bed for me. 'night
<Ox0dea> Bonsoir.
baweaver has quit [Remote host closed the connection]
Rodya_ has quit [Read error: Connection reset by peer]
Rodya_ has joined #ruby
Aviio has joined #ruby
Lomex has quit [Read error: Connection reset by peer]
LoneHerm_ has joined #ruby
rkazak has quit [Quit: Sleep.....ing....]
Lomex has joined #ruby
krz has quit [Ping timeout: 244 seconds]
MagePsycho_ has quit [Quit: MagePsycho_]
Alina-malina has quit [Changing host]
Alina-malina has joined #ruby
kareeoleez has joined #ruby
LoneHerm_ has quit [Ping timeout: 244 seconds]
sp4rrow has quit [Quit: The Internet needs a break and I need a cookie]
BtcBen has quit [Ping timeout: 276 seconds]
kareeoleez has quit [Ping timeout: 276 seconds]
MagePsycho_ has joined #ruby
n008f4g_ has joined #ruby
william3 has quit [Remote host closed the connection]
kies has quit [Ping timeout: 260 seconds]
ytti has joined #ruby
<ytti> s.add_runtime_dependency 'net-ssh', '~> 3.0.1'
<ytti> this means 3.0.x, but x minimum of 1, right?
<ytti> but NOT 3.1
jgrevich has quit [Ping timeout: 244 seconds]
william3 has joined #ruby
AlexRussia has joined #ruby
jgrevich has joined #ruby
SCHAAP137 has joined #ruby
mrknip has joined #ruby
Aviio has quit [Read error: Connection reset by peer]
bweston92 has quit [Ping timeout: 260 seconds]
Aviio has joined #ruby
bweston92 has joined #ruby
marr has quit [Ping timeout: 244 seconds]
Jackneill has joined #ruby
Rodya_ has quit [Remote host closed the connection]
agentmeerkat has quit [Ping timeout: 260 seconds]
Rodya_ has joined #ruby
n008f4g_ has quit [Ping timeout: 260 seconds]
jam___ has quit [Remote host closed the connection]
BtcBen has joined #ruby
jam___ has joined #ruby
jam___ has quit [Read error: Connection reset by peer]
jam___ has joined #ruby
mdw has joined #ruby
curses has joined #ruby
curses has quit [Remote host closed the connection]
Chagel has joined #ruby
Devalo has quit [Remote host closed the connection]
pandaant has joined #ruby
jam___ has quit [Ping timeout: 276 seconds]
madgen has joined #ruby
ropeney has joined #ruby
kareeoleez has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
weckl has joined #ruby
nofxx has quit [Ping timeout: 244 seconds]
mrknip has quit [Ping timeout: 276 seconds]
baweaver has joined #ruby
akkmaxon has joined #ruby
kies has joined #ruby
blackmes1 has joined #ruby
Lomex has quit [Remote host closed the connection]
kareeoleez has quit [Ping timeout: 244 seconds]
Rodya_ has quit [Remote host closed the connection]
baweaver has quit [Ping timeout: 260 seconds]
Devalo has joined #ruby
Aviio has quit [Read error: Connection reset by peer]
idefine has joined #ruby
pandaant has quit [Remote host closed the connection]
NC30 has joined #ruby
duncannz has quit [Quit: Leaving]
nhhc has joined #ruby
spider-mario has joined #ruby
kareeoleez has joined #ruby
idefine has quit [Ping timeout: 264 seconds]
duncannz has joined #ruby
nofxx has joined #ruby
nofxx has joined #ruby
Rodya_ has joined #ruby
pandaant has joined #ruby
kareeoleez has quit [Ping timeout: 264 seconds]
Rodya_ has quit [Remote host closed the connection]
Rodya_ has joined #ruby
xue has joined #ruby
xue has quit [Max SendQ exceeded]
madgen has quit [Ping timeout: 244 seconds]
<shevy> yeah I think so
<shevy> I also often found the ~> too strict
phredus has quit [Remote host closed the connection]
Rodya_ has quit [Read error: Connection reset by peer]
duncannz has quit [Remote host closed the connection]
navneet has joined #ruby
phredus has joined #ruby
navneet has quit [Remote host closed the connection]
kimi_ has joined #ruby
kareeoleez has joined #ruby
Rodya_ has joined #ruby
PedramT has joined #ruby
marr has joined #ruby
pawnbox has quit [Ping timeout: 260 seconds]
bkxd has quit [Ping timeout: 244 seconds]
Rodya_ has quit [Remote host closed the connection]
PedramT has quit [Remote host closed the connection]
madgen has joined #ruby
PedramT has joined #ruby
pawnbox has joined #ruby
Rodya_ has joined #ruby
kareeoleez has quit [Ping timeout: 260 seconds]
Rodya_ has quit [Remote host closed the connection]
Rodya_ has joined #ruby
Lomex has joined #ruby
FernandoBasso has joined #ruby
madgen has quit [Ping timeout: 260 seconds]
xue has joined #ruby
xue has quit [Max SendQ exceeded]
xue has joined #ruby
xue has quit [Max SendQ exceeded]
Eiam_ has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
yaewa has quit [Quit: Leaving...]
moei has joined #ruby
ssm_ is now known as ssm
xue has joined #ruby
xue has quit [Max SendQ exceeded]
BtcBen has quit [Ping timeout: 276 seconds]
bkxd has joined #ruby
bluOxigen has joined #ruby
nobitanobi has joined #ruby
kareeoleez has joined #ruby
stardiviner has joined #ruby
Rodya_ has quit [Remote host closed the connection]
Rodya_ has joined #ruby
kareeoleez has quit [Ping timeout: 260 seconds]
firstdayonthejob has quit [Ping timeout: 276 seconds]
NC30 is now known as Ohmm
phredus has quit [Remote host closed the connection]
Flipez has joined #ruby
FooMunki has joined #ruby
Flipez has quit [Client Quit]
Lomex has quit [Remote host closed the connection]
phredus has joined #ruby
pawnbox has quit [Ping timeout: 260 seconds]
xue has joined #ruby
xue has quit [Max SendQ exceeded]
kadoppe has joined #ruby
chris2_ is now known as chris2
PedramT_ has joined #ruby
Rodya_ has quit [Read error: Connection reset by peer]
PedramT has quit [Ping timeout: 276 seconds]
PedramT_ has quit [Remote host closed the connection]
mdw has joined #ruby
PedramT has joined #ruby
kareeoleez has joined #ruby
gizmore has joined #ruby
Rodya_ has joined #ruby
madgen has joined #ruby
kareeole_ has joined #ruby
PedramT has quit [Remote host closed the connection]
Rodya_ has quit [Read error: Connection reset by peer]
PedramT has joined #ruby
FooMunki has quit [Quit: FooMunki]
eatsfoobars has joined #ruby
kareeoleez has quit [Read error: Connection reset by peer]
Rodya_ has joined #ruby
kadoppe has quit [Ping timeout: 276 seconds]
akkmaxon has quit [Quit: Konversation terminated!]
sdothum has joined #ruby
nanoz has joined #ruby
Chagel has quit [Ping timeout: 264 seconds]
xfbs has joined #ruby
Rodya_ has quit [Remote host closed the connection]
xfbs has quit [Max SendQ exceeded]
xfbs has joined #ruby
FooMunki has joined #ruby
xfbs has quit [Remote host closed the connection]
houhoulis has joined #ruby
Ohmm has quit [Quit: Updating details, brb]
<shevy> is there a simply way to apply .select but to return two arrays? the first one, with the matches, the second array, with the non-matches?
Ohmm has joined #ruby
xue has joined #ruby
RegulationD has joined #ruby
postmodern has quit [Quit: Leaving]
<toretore> shevy: partition
xue has quit [Max SendQ exceeded]
<shevy> ah
<shevy> works, thanks
kareeole_ is now known as kareeoleez
navneet has joined #ruby
RegulationD has quit [Ping timeout: 260 seconds]
PedramT has quit [Remote host closed the connection]
Lomex has joined #ruby
CloCkWeRX has quit [Ping timeout: 260 seconds]
mdw has quit [Quit: Sleeping Zzzzz]
stardiviner has quit [Read error: Connection reset by peer]
DiggerNick has joined #ruby
DiggerNick was kicked from #ruby by ruby[bot] [was banned before]
szulak has joined #ruby
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mikecmpbll has joined #ruby
Devalo_ has joined #ruby
karapetyan has joined #ruby
houhouli_ has joined #ruby
sandelius has joined #ruby
nofxx has quit [Ping timeout: 264 seconds]
mikecmpb_ has joined #ruby
Devalo has quit [Ping timeout: 264 seconds]
modin has quit [Ping timeout: 264 seconds]
jam___ has joined #ruby
johnny56_ has quit [Ping timeout: 264 seconds]
nobitanobi has quit [Remote host closed the connection]
mikecmpbll has quit [Ping timeout: 264 seconds]
houhoulis has quit [Ping timeout: 264 seconds]
ytti has quit [Ping timeout: 264 seconds]
ytti has joined #ruby
CloCkWeRX has joined #ruby
blaxter has joined #ruby
navneet_ has joined #ruby
nanoz has quit [Quit: <3]
stardiviner has joined #ruby
jam___ has quit [Ping timeout: 276 seconds]
bronson has joined #ruby
navneet has quit [Ping timeout: 244 seconds]
iek has joined #ruby
Xiti` has quit [Quit: Xiti`]
Xiti has joined #ruby
szulak has quit [Quit: Textual IRC Client: www.textualapp.com]
bronson has quit [Ping timeout: 276 seconds]
IrishGringo has joined #ruby
navneet_ has quit [Ping timeout: 244 seconds]
mikeiniowa has joined #ruby
baweaver has joined #ruby
mdw has joined #ruby
noService has quit [Read error: Connection reset by peer]
noService has joined #ruby
weckl has quit [Quit: Leaving]
baweaver has quit [Ping timeout: 260 seconds]
iek has quit [Ping timeout: 244 seconds]
iek has joined #ruby
bluOxigen has quit [Ping timeout: 276 seconds]
kareeoleez has quit [Remote host closed the connection]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
ropeney has quit [Quit: Leaving]
<dreinull> I managed a segfault in ruby and it says core dumped. but where?
william3 has quit [Remote host closed the connection]
IrishGringo has quit [Ping timeout: 260 seconds]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
Chagel has joined #ruby
P_R_Deltoid has quit [Ping timeout: 260 seconds]
coyo has joined #ruby
<Ox0dea> dreinull: Probably /var/lib/systemd/coredump.
william3 has joined #ruby
someish has joined #ruby
<shevy> I cause a lot of segfaults
<Ox0dea> It's very easy.
<dreinull> ok, no need to actually look at it?
<dreinull> but it's there, yes, thanks
<Ox0dea> I mean, are you trying to figure out what happened?
<shevy> does it not scare you dreinull
william3 has quit [Remote host closed the connection]
<dreinull> no, forgot something
william3 has joined #ruby
futilegames has joined #ruby
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<dreinull> argh, too much trouble.
<dreinull> I'll not look at it :)
<Ox0dea> Wrong smiley.
<shevy> those ruby segfaults can be quite long... here I tend to have it in the range of... up to 2000 lines roughly, depending on how much code was loaded/used
karapetyan has quit [Read error: Connection reset by peer]
blackmes1 has quit [Ping timeout: 244 seconds]
blackmes1 has joined #ruby
<Ox0dea> dreinull: Were you doing something iffy? If not, you might've encountered a bug in MRI.
<Ox0dea> Don't put the bug under the rug.
<dreinull> Ox0dea, no, subclassed the wrong class
<Ox0dea> And segfaulted?
<dreinull> How would I read the lz4 file?
<Ox0dea> man coredumpctl
<Papierkorb> "did you mean" or somethign related to it often makes ruby crash for me when I mistype. Wasn't able to create a simple test-case yet
AlexRussia has quit [Quit: WeeChat 1.4-dev]
<dreinull> ok, found it. looks awful
<Ox0dea> I wanna see.
karapetyan has joined #ruby
inukshuk_ has joined #ruby
<dreinull> let me create a test case
antgel has joined #ruby
jud has quit [Quit: Leaving]
karapetyan has quit [Remote host closed the connection]
TheCubeLord has quit [Ping timeout: 260 seconds]
blackmes1 has quit [Ping timeout: 260 seconds]
jgt2 has joined #ruby
karapetyan has joined #ruby
<dreinull> require 'sinatra';class A < Sinatra::Application;end;use A
<dreinull> under 2.3 this segfaults as soon as you localhost:4567
<dreinull> don't have any other rubies installed on this machine
<Papierkorb> dreinull: does it only break with rackup?
<dreinull> no, ruby script.rb
krz has joined #ruby
<Papierkorb> works fine for me. Ruby 2.3.0p0 on ArchLinux, Sinatra 1.4.7
<dreinull> same here
<dreinull> probably an rvm issue
<dreinull> the coredump mentions libc
<dreinull> maybe that, too
<Papierkorb> dreinull: On which distro are you? Or, does your distro come with Ruby2.3 out of the box?
idefine has joined #ruby
<dreinull> If I find some time I'll recompile
<dreinull> same as yours, todays arch
<Papierkorb> Then you don't need RVM if you only want the latest ruby
<dreinull> I sometimes run jruby and rbx, too
<dreinull> rvm is fine for me
Ox0dea has quit [Read error: Connection reset by peer]
<Papierkorb> jruby is in the repository too, latest version, everything nice
charliesome has joined #ruby
<dreinull> rbx too, I think.
<dreinull> Yet I like my rvm ;)
Ox0dea has joined #ruby
BTRE has quit [Ping timeout: 244 seconds]
idefine has quit [Ping timeout: 260 seconds]
<Ox0dea> dreinull: I get stack overflows on 2.1-2.4 (as expected), but no segfaults.
<Ox0dea> An Archer that uses RVM, eh? I bet I can guess which AUR helper you use. :P
<dreinull> Ox0dea which one?
<Ox0dea> Yaourt.
<dreinull> no
<dreinull> pacaur
FooMunki has quit [Quit: FooMunki]
diegoaguilar has joined #ruby
jgt3 has joined #ruby
<Ox0dea> How come?
<dreinull> looked at my choices and in a whim I chose pacaur.
<dreinull> Works great
<dreinull> does all the pacman stuff as well
<Ox0dea> It's very good.
<dreinull> never tried any of the other managers
<Ox0dea> I chose it for that reason, though, not whimsy.
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
<dreinull> I was new, I had no idea what I was looking for
karapetyan has quit [Remote host closed the connection]
tuelz4 has joined #ruby
william3 has quit [Remote host closed the connection]
freerobby has joined #ruby
jgt2 has quit [Ping timeout: 260 seconds]
solocshaw has quit [Ping timeout: 260 seconds]
MrDoctor has joined #ruby
modin has joined #ruby
rippa has joined #ruby
<Ox0dea> dreinull: You'll want to look in the stack trace for the first function that has an `rb_` or `ruby_` prefix.
freerobby has quit [Quit: Leaving.]
johnny56_ has joined #ruby
<Ox0dea> I vaguely recall an issue on the bug tracker where some people were getting stack overflows and others segfaults.
<Ox0dea> It'll be to do with recursive Proc invocations, I think.
BTRE has joined #ruby
johnmilton has joined #ruby
pandaant has quit [Read error: Connection reset by peer]
Xeago has joined #ruby
ljames has quit []
czerasz_ has joined #ruby
shazaum_ has joined #ruby
johnmilton has quit [Ping timeout: 260 seconds]
<dreinull> http://ix.io/wRg
Xeago has quit [Read error: Connection reset by peer]
<dreinull> had to find a cli pastebin first
AndChat643025 has joined #ruby
symm- has quit [Ping timeout: 276 seconds]
Aviio_ has joined #ruby
FooMunki has joined #ruby
Aviio_ has quit [Remote host closed the connection]
kareeoleez has joined #ruby
nanoz has joined #ruby
<shevy> Yoghurt! manage packages AND milk products!
<shevy> is anyone here using homebrew on linux actually?
<gizmore> like self-made alcohol... or that macos program?
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
<shevy> hah
<shevy> that package manager thingy
shazaum_ has quit [Quit: This computer has gone to sleep]
<dreinull> shevy I did but it sucked
bruno- has joined #ruby
<dreinull> usefule for hit and run dependencies
bruno- is now known as Guest36170
<shevy> hmm
<dreinull> and if your distro doesn't have recent updates
<dreinull> but nothing beats arch on that
rippa has joined #ruby
nanoz has quit [Changing host]
nanoz has joined #ruby
johnmilton has joined #ruby
<Ox0dea> dreinull: I suspect this is the root of the problem: https://git.io/vwLoS
<Ox0dea> My SystemStackError and your stack trace both point to it, at least.
<dreinull> Ox0dea rack code is over my head
<dreinull> tried a couple of times to read it
n008f4g_ has joined #ruby
Xeago has joined #ruby
william3 has joined #ruby
CloCkWeRX has quit [Ping timeout: 276 seconds]
<shevy> hehe
blackmes1 has joined #ruby
lkba has joined #ruby
diegoaguilar has quit [Ping timeout: 244 seconds]
shinnya has joined #ruby
jam___ has joined #ruby
CloCkWeRX has joined #ruby
Xeago has quit [Read error: Connection reset by peer]
jam___ has quit [Ping timeout: 264 seconds]
Ishido has joined #ruby
bronson has joined #ruby
Xeago has joined #ruby
tubuliferous has joined #ruby
william3 has quit [Remote host closed the connection]
bronson has quit [Ping timeout: 264 seconds]
czerasz_ has quit [Read error: Connection timed out]
czerasz_ has joined #ruby
al2o3-cr has quit [Ping timeout: 276 seconds]
diegoaguilar has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
krz has quit [Ping timeout: 276 seconds]
baweaver has joined #ruby
Xeago has quit [Ping timeout: 244 seconds]
rbennacer has joined #ruby
baweaver has quit [Ping timeout: 260 seconds]
rbennacer has quit [Read error: Connection reset by peer]
rbennacer has joined #ruby
biberu has joined #ruby
watersoul has quit [Remote host closed the connection]
watersoul has joined #ruby
AlexRussia has joined #ruby
nixmaniack has joined #ruby
nixmaniack has joined #ruby
PedramT has joined #ruby
william3 has joined #ruby
idle_task has joined #ruby
william3 has quit [Remote host closed the connection]
idletask has quit [Ping timeout: 276 seconds]
PedramT has quit [Remote host closed the connection]
Ohmm has quit [Quit: Connection closed for inactivity]
william3 has joined #ruby
poerror has joined #ruby
PedramT has joined #ruby
IrishGringo has joined #ruby
nixmaniack has quit [Read error: Connection reset by peer]
sameerynho has joined #ruby
PedramT has quit [Ping timeout: 276 seconds]
nixmaniack has joined #ruby
<shevy> is there something like testing for lazy people? like, I'd want to test only for some core functionality, but could easily avoid having to test the remaining ... 50% or something
lxsameer has quit [Ping timeout: 244 seconds]
poerror has left #ruby ["Textual IRC Client: www.textualapp.com"]
houhouli_ has quit [Remote host closed the connection]
rbennace_ has joined #ruby
william3 has quit [Ping timeout: 276 seconds]
<adaedra> you choose what you test, after all
freerobby has joined #ruby
rbennacer has quit [Ping timeout: 276 seconds]
william3 has joined #ruby
futilegames has quit [Quit: futilegames]
polysics has joined #ruby
futilegames has joined #ruby
n008f4g_ has quit [Ping timeout: 260 seconds]
william3 has quit [Remote host closed the connection]
Ohmm has joined #ruby
circlebenny has joined #ruby
Guest36170 has quit [Ping timeout: 244 seconds]
Lomex has quit [Remote host closed the connection]
futilegames has quit [Quit: futilegames]
idefine has joined #ruby
darkf has quit [Quit: Leaving]
rbennace_ has quit [Ping timeout: 264 seconds]
futilegames has joined #ruby
SuperLag_ has quit [Quit: leaving]
idle_task is now known as idletask
poguez_ has quit [Quit: Connection closed for inactivity]
Lomex has joined #ruby
Eiam_ has joined #ruby
idefine has quit [Ping timeout: 260 seconds]
Lomex has quit [Remote host closed the connection]
Puffball has quit [Remote host closed the connection]
circlebenny has quit [Remote host closed the connection]
n008f4g_ has joined #ruby
Puffball has joined #ruby
tildes has quit [Ping timeout: 276 seconds]
noService has quit [Read error: Connection reset by peer]
noService has joined #ruby
lkba has quit [Read error: Connection reset by peer]
RegulationD has joined #ruby
sandelius has joined #ruby
kareeoleez has quit [Remote host closed the connection]
gregf has quit [Quit: WeeChat 1.4]
lkba has joined #ruby
finisherr has joined #ruby
RegulationD has quit [Ping timeout: 244 seconds]
ixti has quit [Quit: WeeChat 1.4]
callen92 has joined #ruby
davedev24 has joined #ruby
gregf has joined #ruby
pawnbox has joined #ruby
kareeoleez has joined #ruby
blackmes1 has quit [Ping timeout: 244 seconds]
infra-red has quit [Remote host closed the connection]
SuperLag has joined #ruby
Yiota has joined #ruby
siaw has quit [Quit: siaw]
kareeoleez has quit [Ping timeout: 276 seconds]
infra-red has joined #ruby
infra-red has quit [Remote host closed the connection]
Yiota has quit [Ping timeout: 244 seconds]
idefine has joined #ruby
kareeoleez has joined #ruby
newjersey has joined #ruby
newjersey has quit [Max SendQ exceeded]
mrknip has joined #ruby
kareeoleez has quit [Ping timeout: 260 seconds]
idefine has quit [Ping timeout: 260 seconds]
madgen has quit [Ping timeout: 276 seconds]
tk__ has quit [Quit: ばいばい]
bry4n has joined #ruby
djbkd has joined #ruby
ekinmur has joined #ruby
baweaver has joined #ruby
navneet has joined #ruby
lemur has joined #ruby
hxegon has joined #ruby
someish has quit [Quit: someish]
kimi_ has quit [Quit: Ex-Chat]
madgen has joined #ruby
kareeoleez has joined #ruby
baweaver has quit [Ping timeout: 260 seconds]
kareeoleez has quit [Ping timeout: 244 seconds]
sandelius has quit [Quit: Textual IRC Client: www.textualapp.com]
sameerynho has quit [Quit: WeeChat 1.4]
akem has quit [Ping timeout: 276 seconds]
n008f4g_ has quit [Ping timeout: 244 seconds]
SilverKey has joined #ruby
User458764 has joined #ruby
lkba has quit [Ping timeout: 264 seconds]
n008f4g_ has joined #ruby
LoneHerm_ has joined #ruby
siaw has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
biberu has quit [Read error: Connection reset by peer]
jam__ has joined #ruby
Eiam_ has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
codecop_ has quit [Remote host closed the connection]
kareeoleez has joined #ruby
hacworld has quit [Quit: Quitte]
nando293921 has joined #ruby
Jackneill has quit [Quit: Leaving]
freerobby has quit [Ping timeout: 264 seconds]
jam__ has quit [Ping timeout: 260 seconds]
bronson has joined #ruby
karapetyan has joined #ruby
kareeoleez has quit [Ping timeout: 260 seconds]
Lomex has joined #ruby
b|ackwolf has quit [Ping timeout: 260 seconds]
interpel1x has quit [Quit: leaving]
bronson has quit [Ping timeout: 260 seconds]
shoky has joined #ruby
iek has quit []
shoky has left #ruby [#ruby]
MagePsycho_ has quit [Read error: Connection reset by peer]
shaman42 has quit [Remote host closed the connection]
nw has quit [Quit: WeeChat 1.3]
vdamewood has joined #ruby
rkazak has joined #ruby
CloCkWeRX has quit [Remote host closed the connection]
s00pcan has joined #ruby
navneet has quit [Read error: Connection reset by peer]
kareeoleez has joined #ruby
callen92 has quit [Quit: Leaving]
b|ackwolf has joined #ruby
firstdayonthejob has joined #ruby
nhhc has quit [Ping timeout: 260 seconds]
nhhc has joined #ruby
kareeoleez has quit [Ping timeout: 264 seconds]
phpwebdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
phpwebdev has joined #ruby
<n1colas_> Hello
Devalo_ has quit [Remote host closed the connection]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
stardiviner has quit [Ping timeout: 276 seconds]
someish has joined #ruby
MagePsycho_ has joined #ruby
hosttor has joined #ruby
rkazak has quit [Quit: Sleep.....ing....]
mrknip has quit [Ping timeout: 260 seconds]
Lomex has quit [Remote host closed the connection]
ixti has joined #ruby
statelesscode has joined #ruby
kareeoleez has joined #ruby
hosttor has quit [Remote host closed the connection]
lemur is now known as baweaver
houhoulis has joined #ruby
jgt3 has quit [Ping timeout: 260 seconds]
GinoMan2440_ has joined #ruby
kareeoleez has quit [Ping timeout: 260 seconds]
GinoMan2440 has quit [Ping timeout: 260 seconds]
mrknip has joined #ruby
hosttor has joined #ruby
mrknip has quit [Client Quit]
kareeoleez has joined #ruby
cdg has joined #ruby
hosttor has quit [Remote host closed the connection]
Chagel has quit [Ping timeout: 244 seconds]
MagePsycho_ has quit [Quit: MagePsycho_]
vF3hNGxc47h8 has joined #ruby
Gasher has joined #ruby
blaxter has quit [Read error: Connection reset by peer]
kareeoleez has quit [Ping timeout: 264 seconds]
infra-red has joined #ruby
blaxter has joined #ruby
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hosttor has joined #ruby
kareeoleez has joined #ruby
infra-red has quit [Ping timeout: 244 seconds]
freerobby has joined #ruby
ixti has quit [Ping timeout: 260 seconds]
kareeoleez has quit [Ping timeout: 276 seconds]
Ohmm has quit [Quit: Connection closed for inactivity]
akem has joined #ruby
terminalrecluse has joined #ruby
safe has joined #ruby
william3 has joined #ruby
karapetyan has quit [Remote host closed the connection]
shinnya has quit [Ping timeout: 276 seconds]
terminalrecluse has quit [Max SendQ exceeded]
karapetyan has joined #ruby
terminalrecluse has joined #ruby
Mattx has joined #ruby
<Mattx> Why is it unpredictable?
<Mattx> I want the second behavior, always
diegoaguilar has quit [Ping timeout: 244 seconds]
nando293921 has quit [Ping timeout: 276 seconds]
Gasher has quit [Ping timeout: 260 seconds]
MagePsycho_ has joined #ruby
akem has quit [Remote host closed the connection]
Gasher has joined #ruby
myntcake has joined #ruby
nando293921 has joined #ruby
mgorbach has quit [Ping timeout: 276 seconds]
<Mattx> any idea?
terminalrecluse has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
araujo_ has joined #ruby
araujo_ has quit [Max SendQ exceeded]
<Mattx> it's always executing the code in the same order, why would the output change?
stardiviner has joined #ruby
araujo_ has joined #ruby
kareeoleez has joined #ruby
terminalrecluse has joined #ruby
GodFodder has quit [Read error: Connection reset by peer]
Eiam_ has joined #ruby
araujo has quit [Ping timeout: 268 seconds]
PedramT has joined #ruby
GodFodder has joined #ruby
someish has quit [Quit: someish]
araujo_ has quit [Max SendQ exceeded]
sharkman has joined #ruby
<sharkman> test
karapetyan has quit [Remote host closed the connection]
araujo_ has joined #ruby
<sharkman> a = [1,2,3,4,5,6,7], how do i get a = [2,3,4,5,7] by deleting at indexes
araujo_ has quit [Max SendQ exceeded]
araujo_ has joined #ruby
terminalrecluse has quit [Client Quit]
kareeoleez has quit [Ping timeout: 260 seconds]
GodFodder has quit [Ping timeout: 260 seconds]
diegoaguilar has joined #ruby
PedramT has quit [Ping timeout: 276 seconds]
Mattx has left #ruby ["Leaving"]
Mattx has joined #ruby
statelesscode has quit [Quit: statelesscode]
william3 has quit [Remote host closed the connection]
Gasher has quit [Ping timeout: 260 seconds]
karapetyan has joined #ruby
kareeoleez has joined #ruby
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #ruby
Gasher has joined #ruby
jam__ has joined #ruby
Devalo has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
kareeoleez has quit [Ping timeout: 276 seconds]
Gasher has quit [Ping timeout: 260 seconds]
n008f4g_ has quit [Ping timeout: 276 seconds]
Devalo has quit [Ping timeout: 264 seconds]
kareeoleez has joined #ruby
SilverKey has quit [Ping timeout: 260 seconds]
djbkd has quit [Remote host closed the connection]
kareeoleez has quit [Ping timeout: 260 seconds]
Gasher has joined #ruby
william3 has joined #ruby
MRB[afk] is now known as Matthew_
karapetyan has quit [Remote host closed the connection]
elifoster|alt has joined #ruby
mdw has joined #ruby
bruno- has joined #ruby
kareeoleez has joined #ruby
nando293921 has quit [Ping timeout: 260 seconds]
Lomex has joined #ruby
kareeoleez has quit [Ping timeout: 276 seconds]
BtcBen has joined #ruby
SilverKey has joined #ruby
<Mattx> Hey, I repeat my problem just in case
<Mattx> It's always executing the code in the same order (due to the sleeps), why would the output change then?
sharkman has quit [Quit: Leaving]
Gasher has quit [Ping timeout: 276 seconds]
SCHAAP137 has quit [Quit: Leaving]
SDavis has joined #ruby
SCHAAP137 has joined #ruby
dfdnatural has joined #ruby
kareeoleez has joined #ruby
banister has quit [Quit: Textual IRC Client: www.textualapp.com]
pawnbox has quit [Remote host closed the connection]
kareeoleez has quit [Ping timeout: 276 seconds]
madgen has quit [Ping timeout: 276 seconds]
Chagel has joined #ruby
william3 has quit [Ping timeout: 276 seconds]
GinoMan2440 has joined #ruby
GinoMan2440_ has quit [Ping timeout: 260 seconds]
navneet has joined #ruby
nobitanobi has joined #ruby
bronson has joined #ruby
idefine has joined #ruby
Chagel has quit [Ping timeout: 260 seconds]
nanoz has quit [Read error: Connection reset by peer]
william3 has joined #ruby
bronson has quit [Ping timeout: 244 seconds]
kareeoleez has joined #ruby
bruno- has quit [Ping timeout: 244 seconds]
Gasher has joined #ruby
william3 has quit [Remote host closed the connection]
idefine has quit [Ping timeout: 264 seconds]
newjersey has joined #ruby
<Mattx> No one is reading :(
nw has joined #ruby
shaman42 has joined #ruby
kareeoleez has quit [Ping timeout: 244 seconds]
nw is now known as Guest94494
last_staff has joined #ruby
BtcBen has quit [Ping timeout: 276 seconds]
madgen has joined #ruby
ramfjord has joined #ruby
blaxter has quit [Quit: foo]
blaxter has joined #ruby
mgorbach has joined #ruby
idefine has joined #ruby
sp4rrow has joined #ruby
toretore has quit [Ping timeout: 260 seconds]
nettoweb has joined #ruby
krz has joined #ruby
idefine has quit [Ping timeout: 264 seconds]
dfdnatural has quit [Quit: WeeChat 1.4]
Eiam_ has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
<SDavis> Is it possible to force TLS 1.2 in ruby? And have heroku respect it?
jam__ has quit [Read error: Connection reset by peer]
hk238 has quit [Quit: http://www.kvirc.net/ 4.9.1 Aria]
nando293921 has joined #ruby
smathy has joined #ruby
goodroot has joined #ruby
pietr0 has joined #ruby
kareeoleez has joined #ruby
Devalo has joined #ruby
djbkd has joined #ruby
<djellemah> Mattx: Are you sure you know what Thread.abort_on_exception = true will do?
kareeoleez has quit [Ping timeout: 264 seconds]
PedramT has joined #ruby
Devalo has quit [Ping timeout: 264 seconds]
karapetyan has joined #ruby
sepp2k has joined #ruby
n008f4g_ has joined #ruby
pawnbox has joined #ruby
GinoMan2440 has quit [Read error: Connection reset by peer]
RegulationD has joined #ruby
naftilos76 has joined #ruby
naftilos76 has quit [Remote host closed the connection]
GinoMan2440 has joined #ruby
User458764 has joined #ruby
Guest94494 has quit [Quit: WeeChat 1.4]
nw1 has joined #ruby
freerobby has quit [Quit: Leaving.]
kareeoleez has joined #ruby
xue has joined #ruby
pietr0 has quit [Quit: pietr0]
minimalism has quit [Quit: minimalism]
blackmes1 has joined #ruby
kareeoleez has quit [Ping timeout: 260 seconds]
jam__ has joined #ruby
infra-red has joined #ruby
djbkd has quit [Quit: Leaving...]
bruno- has joined #ruby
<shevy> Mattx wake up!
navneet has quit [Remote host closed the connection]
Xeago has joined #ruby
infra-red has quit [Ping timeout: 276 seconds]
mdw has quit [Quit: Sleeping Zzzzz]
nobitanobi has quit [Remote host closed the connection]
nobitanobi has joined #ruby
Xeago has quit [Ping timeout: 244 seconds]
<shevy> we lost him to the forces of idle
Dimik has joined #ruby
idefine has joined #ruby
kareeoleez has joined #ruby
nobitanobi has quit [Read error: Connection reset by peer]
SDavis has quit [Quit: Konversation terminated!]
solars has joined #ruby
ramfjord has quit [Ping timeout: 276 seconds]
idefine has quit [Ping timeout: 264 seconds]
kareeoleez has quit [Ping timeout: 276 seconds]
IrishGringo has quit [Ping timeout: 260 seconds]
karapetyan has quit [Remote host closed the connection]
eatsfoobars has quit [Quit: Textual IRC Client: www.textualapp.com]
sp4rrow has quit [Quit: The Internet needs a break and I need a cookie]
eatsfoobars has joined #ruby
Regulati_ has joined #ruby
goodroot has quit [Ping timeout: 264 seconds]
Qommand0r has joined #ruby
szulak has joined #ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
RegulationD has quit [Ping timeout: 276 seconds]
PedramT has quit [Read error: Connection reset by peer]
mdw has joined #ruby
IrishGringo has joined #ruby
PedramT has joined #ruby
kareeoleez has joined #ruby
PedramT has quit [Ping timeout: 244 seconds]
OTORelic2 has joined #ruby
william3 has joined #ruby
william3 has quit [Remote host closed the connection]
william3 has joined #ruby
kareeoleez has quit [Ping timeout: 260 seconds]
william3 has quit [Remote host closed the connection]
elusiveother is now known as LadyElusive
karapetyan has joined #ruby
idefine has joined #ruby
rkazak has joined #ruby
william3 has joined #ruby
kareeoleez has joined #ruby
PedramT has joined #ruby
Xeago has joined #ruby
karapetyan has quit [Remote host closed the connection]
Qommand0r has quit [Changing host]
Qommand0r has joined #ruby
idefine has quit [Ping timeout: 264 seconds]
mesamoo has joined #ruby
Qommand0r has quit [Changing host]
Qommand0r has joined #ruby
blackmes1 has quit [Ping timeout: 244 seconds]
kareeoleez has quit [Ping timeout: 244 seconds]
Qommand0r has quit [Changing host]
Qommand0r has joined #ruby
navneet has joined #ruby
hxegon is now known as hxegon_AFK
davedev24 has quit [Remote host closed the connection]
bruno- has quit [Ping timeout: 244 seconds]
PedramT has quit [Read error: Connection reset by peer]
PedramT has joined #ruby
Musashi007 has joined #ruby
MeMoc has joined #ruby
IrishGringo has quit [Ping timeout: 260 seconds]
slackbotgz has joined #ruby
Qommand0r has quit [Quit: Exiting...]
Qommand0r has joined #ruby
hakunin has quit []
juanfra has quit [Quit: juanfra]
william3 has quit [Remote host closed the connection]
kareeoleez has joined #ruby
dionysus69 has joined #ruby
SCHAAP137 has quit [Remote host closed the connection]
Devalo has joined #ruby
SCHAAP137 has joined #ruby
rbennacer has joined #ruby
minimalism has joined #ruby
kareeoleez has quit [Ping timeout: 276 seconds]
MrDoctor has quit [Ping timeout: 244 seconds]
MrDoctor has joined #ruby
czerasz_ has quit [Ping timeout: 244 seconds]
nettoweb has joined #ruby
gregf has quit [Quit: WeeChat 1.4]
n008f4g_ has quit [Ping timeout: 260 seconds]
rkazak has quit [Quit: Sleep.....ing....]
karapetyan has joined #ruby
blackmes1 has joined #ruby
n008f4g_ has joined #ruby
djbkd has joined #ruby
bruno- has joined #ruby
hxegon_AFK has quit [Quit: BRB]
bronson has joined #ruby
davedev24 has joined #ruby
nixmaniack has quit []
kareeoleez has joined #ruby
tuxdna has joined #ruby
bruno- has quit [Ping timeout: 264 seconds]
bronson has quit [Ping timeout: 244 seconds]
tildes has joined #ruby
czerasz_ has joined #ruby
madgen has quit [Ping timeout: 264 seconds]
Yiota has joined #ruby
tuxdna has quit [Client Quit]
AnoHito has quit [Ping timeout: 244 seconds]
Yiota has quit [Read error: Connection reset by peer]
juanfra has joined #ruby
kareeoleez has quit [Ping timeout: 276 seconds]
tristanp_ has quit [Remote host closed the connection]
tristanp has joined #ruby
szulak has quit [Quit: Textual IRC Client: www.textualapp.com]
binaryplease1 has joined #ruby
AnoHito has joined #ruby
poguez_ has joined #ruby
Yiota has joined #ruby
binaryplease has quit [Ping timeout: 244 seconds]
Cohedrin has joined #ruby
tildes has quit [Ping timeout: 260 seconds]
tristanp has quit [Ping timeout: 264 seconds]
baweaver has quit [Read error: Connection reset by peer]
baweaver has joined #ruby
baweaver has quit [Remote host closed the connection]
goodroot has joined #ruby
baweaver has joined #ruby
slackbotgz has quit [Remote host closed the connection]
baweaver has quit [Remote host closed the connection]
baweaver has joined #ruby
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sp4rrow has joined #ruby
goodroot has quit [Ping timeout: 264 seconds]
johnbat26 has joined #ruby
<eam> w/in 11
bmf has joined #ruby
<eam> whooops, happy weekend everyone how are your rubies
binaryplease1 is now known as binaryplease
d0nn1e has quit [Ping timeout: 260 seconds]
kareeoleez has joined #ruby
d0nn1e has joined #ruby
Azure has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
baweaver has quit []
baweaver has joined #ruby
swills has quit [Quit: Leaving]
sp4rrow has quit [Ping timeout: 276 seconds]
kareeoleez has quit [Ping timeout: 276 seconds]
BtcBen has joined #ruby
bronson has joined #ruby
davedev24 has quit []
bronson has quit [Remote host closed the connection]
stardiviner has quit [Ping timeout: 244 seconds]
gizless has joined #ruby
xue has quit [Ping timeout: 276 seconds]
Yiota has joined #ruby
OTORelic2 has quit [Ping timeout: 260 seconds]
kareeoleez has joined #ruby
Yiota has quit [Client Quit]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
sp4rrow has joined #ruby
Dimik has quit [Ping timeout: 264 seconds]
wtiger has joined #ruby
wtiger has left #ruby [#ruby]
MagePsycho_ has quit [Read error: Connection reset by peer]
gizmore has quit [Ping timeout: 276 seconds]
jam__ has quit [Remote host closed the connection]
bruno- has joined #ruby
infra-red has joined #ruby
MagePsycho_ has joined #ruby
kareeoleez has quit [Ping timeout: 244 seconds]
rbennacer has quit [Remote host closed the connection]
hxegon has joined #ruby
ramfjord has joined #ruby
statelesscode has joined #ruby
_whitelogger has joined #ruby
Musashi007 has joined #ruby
Yzguy has joined #ruby
yfeldblum has joined #ruby
Musashi007 has quit [Client Quit]
kareeoleez has quit [Ping timeout: 244 seconds]
idefine has quit [Ping timeout: 264 seconds]
djbkd has quit [Remote host closed the connection]
dionysus69 has quit [Ping timeout: 276 seconds]
newjersey has quit [Ping timeout: 260 seconds]
newjersey has joined #ruby
newjersey has quit [Max SendQ exceeded]
Chagel has joined #ruby
BtcBen has quit [Ping timeout: 276 seconds]
Chagel has quit [Ping timeout: 264 seconds]
_blizzy_ has joined #ruby
nobitanobi has joined #ruby
stardiviner has joined #ruby
raeoks has joined #ruby
djbkd has joined #ruby
olivierjanss has quit [Read error: Connection reset by peer]
AdamMeghji has quit [Read error: Connection reset by peer]
ckrailo has quit [Read error: Connection reset by peer]
gmci has quit [Read error: Connection reset by peer]
hayden_ has quit [Read error: Network is unreachable]
adambeynon has quit [Read error: Connection reset by peer]
kareeoleez has joined #ruby
bodgix has quit [Ping timeout: 264 seconds]
AdamMeghji has joined #ruby
adambeynon has joined #ruby
hayden_ has joined #ruby
olivierjanss has joined #ruby
gmci has joined #ruby
ckrailo has joined #ruby
infra-re_ has joined #ruby
kareeoleez has quit [Ping timeout: 276 seconds]
bodgix has joined #ruby
idefine has joined #ruby
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
infra-red has quit [Ping timeout: 264 seconds]
gregf has joined #ruby
gizless has quit [Ping timeout: 276 seconds]
tristanp has joined #ruby
PedramT has quit [Remote host closed the connection]
william3 has joined #ruby
newjersey has joined #ruby
atzorvas has joined #ruby
william3 has quit [Remote host closed the connection]
someish has joined #ruby
symm- has joined #ruby
william3 has joined #ruby
barajasfab has joined #ruby
SilverKey has quit [Quit: Halted.]
Yiota has joined #ruby
tristanp has quit [Remote host closed the connection]
gregf has quit [Quit: WeeChat 1.4]
siaw has quit [Ping timeout: 276 seconds]
kareeoleez has joined #ruby
idefine has quit [Remote host closed the connection]
siaw has joined #ruby
kareeoleez has quit [Ping timeout: 276 seconds]
flopsec has quit [Ping timeout: 244 seconds]
alxgsv has quit [Ping timeout: 250 seconds]
idefine has joined #ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
P_R_Deltoid has joined #ruby
tristanp has joined #ruby
jonathanwallace_ has joined #ruby
ctrlrsf has quit [Ping timeout: 268 seconds]
northrup has joined #ruby
Denart_ has joined #ruby
tobiasvl has quit [Remote host closed the connection]
al2o3-cr has joined #ruby
tvl has joined #ruby
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tvl is now known as tobiasvl
ljarvis has quit [Quit: leaving]
kareeoleez has joined #ruby
jonathanwallace_ has quit [Read error: No route to host]
eatsfoobars has quit [Quit: Textual IRC Client: www.textualapp.com]
william3 has quit [Remote host closed the connection]
solars has quit [Ping timeout: 244 seconds]
terminalrecluse has joined #ruby
kareeoleez has quit [Ping timeout: 244 seconds]
nettoweb has joined #ruby
william3 has joined #ruby
terminalrecluse has quit [Max SendQ exceeded]
jam___ has joined #ruby
terminalrecluse has joined #ruby
kareeoleez has joined #ruby
P_R_Deltoid has quit [Read error: Connection reset by peer]
william3 has quit [Ping timeout: 260 seconds]
william3 has joined #ruby
Nawn has joined #ruby
polysics has quit [Remote host closed the connection]
al2o3-cr has quit [Quit: WeeChat 1.4 %t]
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
al2o3-cr has joined #ruby
terminalrecluse has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
navneet has quit [Remote host closed the connection]
baweaver has quit [Remote host closed the connection]
Yiota has joined #ruby
goodroot has joined #ruby
<[spoiler]> Does anyone know what the reason behind Ruby's `(Float..Float)#size` is? If you look at the C code, it handles a Range between two floats differently.
ctrlrsf has joined #ruby
<[spoiler]> When computing the size, that is
nobitanobi has quit [Remote host closed the connection]
johnbat26 has quit [Ping timeout: 244 seconds]
<[spoiler]> > (3.14..6.28).size # Returns 4, but I am not sure what the idea is
<[spoiler]> >> (3.14..6.28).size # Returns 4, but I am not sure what the idea is
<ruby[bot]> [spoiler]: # => 4 (https://eval.in/554656)
jonathanwallace_ has joined #ruby
<al2o3-cr> imprecision
idefine has quit [Remote host closed the connection]
baweaver has joined #ruby
tristanp has quit [Remote host closed the connection]
<al2o3-cr> but i suck coconuts, so go figure
nettoweb has joined #ruby
flopsec has joined #ruby
<havenwood> >> (3.14..6.28).step.to_a # [spoiler]
<ruby[bot]> havenwood: # => [3.14, 4.140000000000001, 5.140000000000001, 6.140000000000001] (https://eval.in/554657)
Nawn has quit [Remote host closed the connection]
Devalo has quit [Remote host closed the connection]
bb010g has joined #ruby
nobitanobi has joined #ruby
TheCubeLord has joined #ruby
idefine has joined #ruby
<[spoiler]> havenwood: Oh. That's the only reason? Kinda explains why the name is `ruby_float_step_size`
goodroot has quit [Ping timeout: 276 seconds]
Trynemjoel has quit [Ping timeout: 244 seconds]
<[spoiler]> I still think it's slightly bizarre, but oh well. Thanks, though
<[spoiler]> (mostly because I can't think of a usecase)
moei has quit [Quit: Leaving...]
IrishGringo has joined #ruby
<TheCubeLord> how do you install the latest version of ruby on a raspberry pi which has ruby version 2.1.5 on it?
<al2o3-cr> wrongnessness is an answer, i swear!
william3 has quit [Remote host closed the connection]
<al2o3-cr> TheCubeLord: debian based?
<TheCubeLord> yes
<TheCubeLord> well actually it is a lighter version of debian
<TheCubeLord> but still yes
<al2o3-cr> TheCubeLord: Pi2/3?
<TheCubeLord> 3
newbie|2 has joined #ruby
jyaworski has quit [Quit: ZNC - http://znc.in]
antgel has quit [Ping timeout: 276 seconds]
Lildirt has quit [Ping timeout: 276 seconds]
Trynemjoel has joined #ruby
jyaworski has joined #ruby
<TheCubeLord> and then i tar the file
Lomex has quit [Remote host closed the connection]
<TheCubeLord> could u just send the link where you found it please
chicken has quit [Ping timeout: 244 seconds]
<al2o3-cr> don't fuck about with debian
<TheCubeLord> could u just send the link where you found it please
<al2o3-cr> TheCubeLord: ^
<TheCubeLord> ?
<al2o3-cr> TheCubeLord: https://archlinuxarm.org
<TheCubeLord> ah
<al2o3-cr> be always using the latest ruby
<al2o3-cr> rolling release and all
<al2o3-cr> if shits not out, compile the dev
<al2o3-cr> entirely up to you though :P
Lildirt has joined #ruby
zast has joined #ruby
postmodern has joined #ruby
symm- has quit [Quit: Leaving...]
newjersey has quit [Ping timeout: 260 seconds]
newbie|2 has quit [Quit: Changing server...]
Eiam_ has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
Eiam_ has quit [Client Quit]
kareeoleez has quit [Remote host closed the connection]
chicken has joined #ruby
nettoweb has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ocbtec has quit [Quit: leaving]
jam___ has quit [Remote host closed the connection]
Zackio has quit [Quit: C-x C-c]
bronson has joined #ruby
nobitanobi has quit [Remote host closed the connection]
Zackio has joined #ruby
* al2o3-cr arch is the shizzle
Amigo22 has joined #ruby
jam__ has joined #ruby
<al2o3-cr> >> 1.0 == 1.000000000000000004
<ruby[bot]> al2o3-cr: # => true (https://eval.in/554675)
<al2o3-cr> noooo
noService has quit [Ping timeout: 276 seconds]
kareeoleez has joined #ruby
shazaum_ has joined #ruby
bronson has quit [Ping timeout: 276 seconds]
cdg has quit [Remote host closed the connection]
nobitanobi has joined #ruby
jonathanwallace_ has quit [Ping timeout: 244 seconds]
Gasher has quit [Quit: Leaving]
northrup has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nobitanobi has quit [Remote host closed the connection]
kareeoleez has quit [Ping timeout: 276 seconds]
jonathanwallace_ has joined #ruby
Contigi has quit [Quit: Leaving]
Amigo22 has quit [Quit: Leaving]
<al2o3-cr> >> 1e309 == 1.0/0
sp4rrow has quit [Quit: Textual]
<ruby[bot]> al2o3-cr: # => true (https://eval.in/554682)
felltir has joined #ruby
shazaum_ has quit [Quit: Leaving]
Xiti has quit [Quit: Xiti]
madgen has joined #ruby
<TheCubeLord> yay ruby 2.3 is now online
<TheCubeLord> well goodnight
jonathanwallace_ has quit [Ping timeout: 276 seconds]
<TheCubeLord> its monday for me CXD
FernandoBasso has quit [Quit: Leaving]
<al2o3-cr> monday?
Yzguy has quit [Quit: Zzz...]
jackjackdripper has joined #ruby
<al2o3-cr> still wednesday here :P
* al2o3-cr tells fibs
LoneHerm_ has joined #ruby
IrishGringo has quit [Ping timeout: 276 seconds]
MeMoc has quit [Quit: Connection closed for inactivity]
alxgsv has joined #ruby
kareeoleez has joined #ruby
pawnbox has quit [Remote host closed the connection]
dmr8 has joined #ruby
krz has quit [Ping timeout: 260 seconds]
n008f4g_ has quit [Ping timeout: 260 seconds]
kareeoleez has quit [Ping timeout: 244 seconds]
justbleed has joined #ruby
Aviio has joined #ruby
petersaints has joined #ruby
Aviio has quit [Remote host closed the connection]
diegoviola has joined #ruby
Lildirt has quit [Ping timeout: 260 seconds]
polysics has joined #ruby
Nawn has joined #ruby
Xiti has joined #ruby
kareeoleez has joined #ruby
Chagel has joined #ruby
zenlot6 has quit [Ping timeout: 260 seconds]
PedramT has joined #ruby
zenlot6 has joined #ruby
Lildirt has joined #ruby
SilverKey has joined #ruby
<someish> What’s the idiomatic way to do this: https://gist.github.com/anonymous/7214cef8852e9e17ea57f5ec1966a878
kareeoleez has quit [Ping timeout: 276 seconds]
polysics has quit [Ping timeout: 276 seconds]
PedramT has quit [Ping timeout: 264 seconds]
LoneHerm_ has quit [Remote host closed the connection]
bruno- has joined #ruby
Chagel has quit [Ping timeout: 244 seconds]
kareeoleez has joined #ruby
SHyx0rmZ has joined #ruby
Xeago has quit [Remote host closed the connection]
MrDoctor is now known as MrDoctor[AFK]
poguez_ has quit [Quit: Connection closed for inactivity]
myntcake has quit [Ping timeout: 276 seconds]
infra-re_ has quit [Ping timeout: 276 seconds]
<smathy> someish, just return the boolean itself.
firstdayonthejob has quit [Ping timeout: 264 seconds]
kareeoleez has quit [Ping timeout: 244 seconds]
raeoks has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dmr8 has quit [Quit: Leaving]
william3 has joined #ruby
sepp2k has quit [Read error: Connection reset by peer]
Xiti has quit [Quit: Xiti]
petersaints has left #ruby ["Leaving"]
mikecmpb_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
diegoviola has quit [Ping timeout: 276 seconds]
last_staff has quit [Quit: last_staff]
Aviio has joined #ruby
nettoweb has joined #ruby
william3 has quit [Ping timeout: 260 seconds]
<Nawn> someish: check the link above. That's how I would probably write that
Devalo has joined #ruby
<someish> Nawn: I like that.
Devalo has quit [Read error: Connection reset by peer]
<someish> I like that a lot.
<baweaver> wait
Devalo has joined #ruby
<Nawn> Yeah, or you could make it very very small, and get rid of everything
<baweaver> what if they have multiple roles?
<Nawn> simply make the body of the method:
<Nawn> current_user.roles.first.name == 'admin' || current_user.roles.first.name == 'clinician'
justbleed has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Nawn> that'll return true or false either way
Devalo has quit [Read error: Connection reset by peer]
Devalo has joined #ruby
<baweaver> def method; current_user.roles.exists?(name: %w(admin clinician)) end
myntcake has joined #ruby
Devalo has quit [Read error: Connection reset by peer]
Devalo has joined #ruby
<baweaver> you want to check all their roles instead of the first.
<baweaver> say their first role is guest
<baweaver> but they have the admin role
DenSchub has quit [Ping timeout: 260 seconds]
Devalo has quit [Read error: Connection reset by peer]
<baweaver> someish: ^
Devalo has joined #ruby
<someish> Fancy pants.
dangerousdave has quit [Ping timeout: 276 seconds]
<baweaver> also might be better to ask rails questions in #RubyOnRails
<someish> I wouldn’t really consider the original question a rails question.
kareeoleez has joined #ruby
<baweaver> It's AREL
<baweaver> avoid using Enumerable methods on ActiveRecord objects
<baweaver> most of the time there's a more efficient query to get it
diego1 has joined #ruby
flashpoint9 has joined #ruby
Devalo_ has joined #ruby
Xeago has joined #ruby
Devalo_ has quit [Read error: Connection reset by peer]
Devalo has quit [Read error: Connection reset by peer]
<someish> I see what you’re suggesting.
<flashpoint9> Im building a simple ruby gem and Im looking for non rails tutorials/docs on creating an api in the gem so methods can be called from it (note im a noob), im having trouble finding non rails material
Devalo has joined #ruby
kareeoleez has quit [Ping timeout: 276 seconds]
<baweaver> flashpoint9: what is an API to you?
<flashpoint9> just a set of methods i can access, endpoints for doing things
<baweaver> So not a Web API then
<flashpoint9> correct
<baweaver> Looking that up is going to get you Sinatra or Rails
<baweaver> Just read through a basic gem guide
DenSchub has joined #ruby
<someish> It sounds like you want to learn about object orientation in ruby.
<flashpoint9> yes
<baweaver> ?poodr
<ruby[bot]> Practical Object Oriented Design in Ruby http://www.poodr.com/
<baweaver> yeah, that's one
Xeago has quit [Ping timeout: 244 seconds]
<flashpoint9> Yes im already working through that book to, which is an amazong book
<flashpoint9> amazing
<flashpoint9> baweaver: Thanks, ill get back in those docs
Devalo has quit [Read error: Connection reset by peer]
<someish> flashpoint9: I had a lot of success with this book: http://ruby-doc.com/docs/ProgrammingRuby/
Devalo has joined #ruby
<flashpoint9> someish: Sweet, I'll take a look at that book, thanks.
Devalo has quit [Read error: Connection reset by peer]
Devalo has joined #ruby
<al2o3-cr> if i told you ruby isn't oop, would you believe me?
<flashpoint9> no
<flashpoint9> even the data types are objects
anthony has joined #ruby
_blizzy_ has quit [Disconnected by services]
anthony is now known as _blizzy_
Xiti has joined #ruby
Devalo has quit [Remote host closed the connection]
flashpoint9 has quit [Remote host closed the connection]
spooq has joined #ruby
Devalo has joined #ruby
spooq has quit [Max SendQ exceeded]
Devalo has quit [Read error: Connection reset by peer]
spooq has joined #ruby
Devalo has joined #ruby
Devalo has quit [Remote host closed the connection]
kareeoleez has joined #ruby
DenSchub has quit [Ping timeout: 276 seconds]
Xeago has joined #ruby
Devalo has joined #ruby
Devalo has quit [Read error: Connection reset by peer]
Devalo_ has joined #ruby
tuelz has joined #ruby
kareeoleez has quit [Ping timeout: 264 seconds]
newbie|2 has joined #ruby
marr has quit [Ping timeout: 276 seconds]
tuelz4 has quit [Ping timeout: 260 seconds]
chicken has quit [Ping timeout: 244 seconds]
Azure has joined #ruby
Devalo_ has quit [Ping timeout: 244 seconds]
rbennacer has joined #ruby
Azure has quit [Client Quit]
djbkd has quit [Remote host closed the connection]
Azure has joined #ruby
<Denart_> Hi I'm Sam Aaron - I created the live coding synth Sonic Pi
dfdnatural has joined #ruby
<al2o3-cr> so?
Nahra has quit [Remote host closed the connection]
<Cohedrin> what would you like us to do with that sam aaron
<Denart_> do you like it?
<Denart_> just feedback
`tim` has joined #ruby
spider-mario has quit [Remote host closed the connection]
<al2o3-cr> Denart_: ask in #ruby-offtopic
<Cohedrin> are you promoting
<Denart_> hm
<Cohedrin> your livestream
<Denart_> ok
<Cohedrin> loll
darkf has joined #ruby
nofxx has joined #ruby
polysics has joined #ruby
MagePsycho_ has quit [Quit: MagePsycho_]
tristanp has joined #ruby
Kallis has joined #ruby
kareeoleez has joined #ruby
brent__ has joined #ruby
jam__ has quit [Remote host closed the connection]
bruno- has quit [Read error: Connection reset by peer]
djbkd has joined #ruby
diegoaguilar has quit [Remote host closed the connection]
bruno- has joined #ruby
polysics has quit [Ping timeout: 244 seconds]
myntcake has quit [Ping timeout: 244 seconds]
finisherr has quit [Quit: finisherr]
kareeoleez has quit [Ping timeout: 264 seconds]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
asdfasfdgfag has joined #ruby
asdfasfdgfag has left #ruby [#ruby]
kareeoleez has joined #ruby
diego1 has quit [Changing host]
diego1 has joined #ruby
diego1 is now known as diegoviola
idefine has quit [Remote host closed the connection]
karapetyan has quit [Ping timeout: 244 seconds]
idefine has joined #ruby
DenSchub has joined #ruby
idefine has quit [Remote host closed the connection]
solocshaw has joined #ruby
kareeoleez has quit [Ping timeout: 276 seconds]
william3 has joined #ruby
tvw has quit [Remote host closed the connection]
houhoulis has quit [Remote host closed the connection]
flashpoint9 has joined #ruby