apeiros changed the topic of #ruby-lang to: Ruby 2.1.5; 2.0.0-p598; 1.9.3-p551: http://ruby-lang.org || Paste code on http://gist.github.com
tommylommykins has quit [Quit: Lost terminal]
tommylommykins has joined #ruby-lang
kiyote23 has quit [Remote host closed the connection]
toretore has quit [Quit: This computer has gone to sleep]
kiyote23 has joined #ruby-lang
charliesome has quit [Quit: zzz]
djbkd has joined #ruby-lang
seamon has joined #ruby-lang
seamon has quit [Client Quit]
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby-lang
bantic has quit [Quit: bantic]
charliesome has joined #ruby-lang
Sadin has quit [Ping timeout: 244 seconds]
mikecmpbll has quit [Quit: ciao.]
kiyote23 has quit [Remote host closed the connection]
robbyoconnor has joined #ruby-lang
spetryk has quit [Quit: Be back later ...]
micaeked has joined #ruby-lang
kiyote23 has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
Musashi007 has quit [Quit: Musashi007]
kiyote23_ has joined #ruby-lang
kiyote23 has quit [Read error: Connection reset by peer]
yfeldblum has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
Musashi007 has joined #ruby-lang
kurko__ has joined #ruby-lang
yfeldblum has quit [Ping timeout: 258 seconds]
seamon has joined #ruby-lang
nathanstitt has quit [Ping timeout: 250 seconds]
|jemc| has quit [Ping timeout: 264 seconds]
nathanstitt has joined #ruby-lang
djbkd has joined #ruby-lang
<seamon> Does anyone know how to register for the ror chatroom?
<wallerdev> yup
<wallerdev> type /msg nickserv help register
<wallerdev> and itll give you all the details
jxie has quit [Quit: leaving]
<seamon> wallerdev thanks
gwendall_ has quit [Remote host closed the connection]
gwendall has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
gwendall has quit [Ping timeout: 265 seconds]
kurko__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
cantonic has joined #ruby-lang
djbkd has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby-lang
yfeldblum has joined #ruby-lang
seamon has quit [Quit: Leaving.]
jkad has quit [Quit: WeeChat 1.0.1]
seamon has joined #ruby-lang
Menorah has joined #ruby-lang
seamon has quit [Client Quit]
RobertBirnie has quit [Ping timeout: 240 seconds]
apeiros_ has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
RobertBirnie has joined #ruby-lang
marr has quit [Ping timeout: 240 seconds]
cantonic has quit [Quit: cantonic]
GBrawl has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
GBrawl has quit [Client Quit]
Lewix has joined #ruby-lang
Lewix has quit [Changing host]
Lewix has joined #ruby-lang
yusuf has joined #ruby-lang
yusuf has quit [Max SendQ exceeded]
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tkuchiki has joined #ruby-lang
yusuf has joined #ruby-lang
seamon has joined #ruby-lang
mistym has quit [Remote host closed the connection]
GBrawl has joined #ruby-lang
bb010g has quit [Quit: Connection closed for inactivity]
seank_ has quit [Remote host closed the connection]
seank_ has joined #ruby-lang
j2p2 has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby-lang
siwica has quit [Remote host closed the connection]
gwendall has joined #ruby-lang
siwica has joined #ruby-lang
hendranata_ has joined #ruby-lang
stef1a has joined #ruby-lang
<stef1a> how can i turn a symbol into a method, like 3 + 3 with :+?
<pipework> stef1a: receiver.method(some_symbol)
<pipework> If you want to turn it into a message send, in this sentence.
<pipework> >> 1.send(:+, 1)
<eval-in__> pipework => 2 (https://eval.in/236413)
Radar has joined #ruby-lang
cantonic has joined #ruby-lang
mistym has joined #ruby-lang
hahuang61 has quit [Ping timeout: 244 seconds]
_JokerDoom has joined #ruby-lang
JokerDoom has quit [Ping timeout: 264 seconds]
matsutomo has joined #ruby-lang
GBrawl has quit [Quit: (null)]
bmichelsen has joined #ruby-lang
j2p2 has quit [Ping timeout: 240 seconds]
cantonic has quit [Quit: cantonic]
amsi has quit [Quit: Leaving]
j2p2 has joined #ruby-lang
cantonic has joined #ruby-lang
dorei has quit []
stef1a has quit [Ping timeout: 240 seconds]
amclain has joined #ruby-lang
j2p2 has quit [Ping timeout: 264 seconds]
yusuf1 has joined #ruby-lang
yusuf1 has quit [Max SendQ exceeded]
yusuf1 has joined #ruby-lang
yusuf has quit [Ping timeout: 255 seconds]
dagda1 has quit [Ping timeout: 255 seconds]
<seamon> has anyone hear of jackbox?
yfeldblum has quit [Remote host closed the connection]
dagda1 has joined #ruby-lang
VictorBjelkholm has quit [Quit: Leaving]
JokerDoom has joined #ruby-lang
_JokerDoom has quit [Ping timeout: 244 seconds]
seamon has quit [Remote host closed the connection]
BubonicPestile-1 has joined #ruby-lang
bears_ has joined #ruby-lang
shinnya has quit [Ping timeout: 256 seconds]
matsutomo has quit [Quit: matsutomo]
BubonicPestilenc has quit [Ping timeout: 245 seconds]
seamon has joined #ruby-lang
yfeldblum has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
havenwood has quit [Remote host closed the connection]
Lewix has quit [Ping timeout: 256 seconds]
wallerdev has joined #ruby-lang
Lewix has joined #ruby-lang
stef1a has joined #ruby-lang
havenwood has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
Menorah has quit [Quit: This computer has gone to sleep]
Musashi007 has quit [Quit: Musashi007]
Musashi007 has joined #ruby-lang
djbkd has quit [Read error: Connection reset by peer]
kasisnu has joined #ruby-lang
matsutomo has joined #ruby-lang
Musashi007 has quit [Client Quit]
wallerdev has quit [Quit: wallerdev]
Musashi007 has joined #ruby-lang
seamon has quit [Remote host closed the connection]
<calebk> ok…. question from someone coming from other languages
<calebk> why are class variables generally considered bad in ruby?
<calebk> is it simply because of inheritance?
siwica has quit [Ping timeout: 272 seconds]
gwendall has quit [Remote host closed the connection]
<calebk> but isn;t it desirable in certain cases?
<micaeked> calebk: I can't think of any cases off the top of my head, but I imagine such cases may exist.
<calebk> hmmm…. ok
AmirolAhmad has joined #ruby-lang
spetryk has joined #ruby-lang
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
havenwood has quit [Remote host closed the connection]
bmichelsen has quit [Quit: ZZZzzz…]
cantonic has quit [Quit: cantonic]
hahuang61 has joined #ruby-lang
djbkd has joined #ruby-lang
Musashi007 has quit [Quit: Musashi007]
spetryk has quit [Ping timeout: 258 seconds]
stef1a has quit [Ping timeout: 250 seconds]
houhoulis has joined #ruby-lang
kasisnu has quit [Quit: Leaving.]
jgpawletko has quit [Quit: jgpawletko]
djbkd has quit [Quit: My people need me...]
cantonic has joined #ruby-lang
bb010g has joined #ruby-lang
AmirolAhmad has quit [Remote host closed the connection]
matsutomo has quit [Quit: matsutomo]
robbyoconnor has quit [Ping timeout: 244 seconds]
kasisnu has joined #ruby-lang
havenwood has joined #ruby-lang
bmichelsen has joined #ruby-lang
jibaly has joined #ruby-lang
Lewix has joined #ruby-lang
Lewix has joined #ruby-lang
kasisnu has quit [Client Quit]
kyb3r_ has joined #ruby-lang
yfeldblum has quit [Ping timeout: 258 seconds]
cantonic has quit [Quit: cantonic]
kapil__ has joined #ruby-lang
Musashi007 has joined #ruby-lang
kiyote23_ has quit []
kiyote23 has joined #ruby-lang
tsou has quit [Quit: off]
bears_ has quit [Remote host closed the connection]
siwica has joined #ruby-lang
matsutomo has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
Musashi007 has quit [Quit: Musashi007]
Kabaka has quit [Read error: Connection reset by peer]
stef1a has joined #ruby-lang
revath has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
gix has quit [Ping timeout: 258 seconds]
stef1a has quit [Ping timeout: 265 seconds]
chinmay_dd has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
gix has joined #ruby-lang
kiyote23 has quit [Remote host closed the connection]
_fritchie has quit [Quit: Textual IRC Client: www.textualapp.com]
cornerma1 has joined #ruby-lang
cornerman has quit [Ping timeout: 244 seconds]
cornerma1 is now known as cornerman
Miphix has joined #ruby-lang
mistym has quit [Remote host closed the connection]
shubhamgoyal has quit [Remote host closed the connection]
AKASkip has joined #ruby-lang
siwica has quit [Remote host closed the connection]
siwica has joined #ruby-lang
Musashi007 has joined #ruby-lang
jgpawletko has joined #ruby-lang
kasisnu has joined #ruby-lang
jibaly has quit [Ping timeout: 258 seconds]
rcvalle has quit [Quit: rcvalle]
yock has joined #ruby-lang
deegill has joined #ruby-lang
blackoperat has quit [Quit: Leaving]
revath has quit [Ping timeout: 265 seconds]
revath has joined #ruby-lang
mistym has joined #ruby-lang
Musashi007 has quit [Quit: Musashi007]
kasisnu has quit [Remote host closed the connection]
siwica has quit [Remote host closed the connection]
siwica has joined #ruby-lang
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
pwnz0r has joined #ruby-lang
pwnz0r_ has joined #ruby-lang
pwnz0r has quit [Ping timeout: 258 seconds]
Menorah has joined #ruby-lang
Lewix has joined #ruby-lang
Lewix has joined #ruby-lang
|jemc| has joined #ruby-lang
shuriu has joined #ruby-lang
oleo has quit [Remote host closed the connection]
simi has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
robbyoconnor has joined #ruby-lang
allomov has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
deegill has quit [Remote host closed the connection]
AKASkip has quit [Ping timeout: 264 seconds]
shubhamgoyal has quit [Remote host closed the connection]
djbkd has joined #ruby-lang
|jemc| has quit [Ping timeout: 256 seconds]
symm- has joined #ruby-lang
t3h_j4n170r has quit [Ping timeout: 245 seconds]
o010n9 has quit [Ping timeout: 244 seconds]
banister has joined #ruby-lang
t3h_j4n170r has joined #ruby-lang
o010n9 has joined #ruby-lang
apeiros_ has quit [Read error: Connection reset by peer]
apeiros_ has joined #ruby-lang
revath has quit [Ping timeout: 240 seconds]
revath has joined #ruby-lang
matsutomo has quit [Quit: matsutomo]
matsutomo has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
KINGSABRI has joined #ruby-lang
deegill has joined #ruby-lang
deegill has quit [Remote host closed the connection]
fclausen has quit [Quit: leaving]
apeiros_ has quit [Remote host closed the connection]
<zenspider> calebk: yes. cvars are desirable in certain cases.
apeiros_ has joined #ruby-lang
TvL2386 has joined #ruby-lang
matsutomo has quit [Quit: matsutomo]
siwica has quit [Ping timeout: 250 seconds]
symm- has quit [Ping timeout: 250 seconds]
revath has quit [Ping timeout: 250 seconds]
revath has joined #ruby-lang
apeiros_ has quit [Ping timeout: 256 seconds]
siwica has joined #ruby-lang
Iskarlar has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
Lewix has joined #ruby-lang
kapil__ has quit [Quit: Connection closed for inactivity]
pwnz0r_ has quit [Remote host closed the connection]
yock has quit [Ping timeout: 250 seconds]
robbyoconnor has quit [Quit: Konversation terminated!]
<pipework> zenspider: What's the most "Oh man, that's a great use of cvars" use case for cvars?
<whitequark> not enough confusing semantics
gix has quit [Ping timeout: 250 seconds]
houhoulis has quit [Remote host closed the connection]
gix has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
shuriu has quit [Remote host closed the connection]
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
apeiros_ has joined #ruby-lang
bmichelsen has quit [Quit: ZZZzzz…]
amclain has quit [Quit: Leaving]
BubonicPestile-1 has quit [Ping timeout: 264 seconds]
djbkd has quit [Remote host closed the connection]
<heftig> pipework: I think part of the problem is that cvars are easily replaced by either ivars on the class or singleton objects
kapil__ has joined #ruby-lang
mLF has joined #ruby-lang
hahuang61 has quit [Ping timeout: 258 seconds]
vondruch has joined #ruby-lang
robbyoconnor has joined #ruby-lang
mbr_ is now known as mbr
shuriu has joined #ruby-lang
shuriu has quit [Remote host closed the connection]
mistym has quit [Remote host closed the connection]
shuriu has joined #ruby-lang
kiyote23 has joined #ruby-lang
shuriu_ has joined #ruby-lang
mattyohe has quit [Quit: Connection closed for inactivity]
kiyote23 has quit [Ping timeout: 265 seconds]
shuriu has quit [Read error: No route to host]
solars has joined #ruby-lang
shuriu has joined #ruby-lang
kyb3r_ has quit [Ping timeout: 240 seconds]
kyb3r_ has joined #ruby-lang
shuriu_ has quit [Ping timeout: 250 seconds]
bmichelsen has joined #ruby-lang
zenspider has quit [Ping timeout: 272 seconds]
shubhamgoyal has joined #ruby-lang
shubhamgoyal has quit [Read error: Connection reset by peer]
shuriu has quit [Remote host closed the connection]
shuriu has joined #ruby-lang
matsutomo has joined #ruby-lang
AKASkip has joined #ruby-lang
GBrawl has joined #ruby-lang
Menorah has quit [Quit: This computer has gone to sleep]
t0rrieri has quit [Ping timeout: 272 seconds]
kyb3r_ has quit [Quit: Leaving]
Menorah has joined #ruby-lang
shuriu has quit [Remote host closed the connection]
shuriu has joined #ruby-lang
mLF has quit [Ping timeout: 245 seconds]
Menorah has quit [Quit: This computer has gone to sleep]
Miphix has quit [Quit: Leaving]
charliesome has quit [Quit: zzz]
Iskarlar has joined #ruby-lang
djbkd has joined #ruby-lang
Menorah has joined #ruby-lang
btiefert has joined #ruby-lang
hahuang61 has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
gwendall has joined #ruby-lang
charliesome has joined #ruby-lang
hahuang61 has quit [Ping timeout: 265 seconds]
solars has quit [Quit: WeeChat 0.4.2]
zenspider has joined #ruby-lang
Bwild has quit [Quit: leaving]
billy_ran_away has quit [Ping timeout: 264 seconds]
billy_ran_away has joined #ruby-lang
solars has joined #ruby-lang
mLF has joined #ruby-lang
shuriu has quit [Remote host closed the connection]
Miphix has joined #ruby-lang
siwica has quit [Ping timeout: 240 seconds]
shuriu has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
fusillicode has joined #ruby-lang
Menorah has quit [Quit: Leaving]
<yorickpeterse> morning
mostlybadfly has quit [Quit: Connection closed for inactivity]
<tbuehlmann> moin
<ljarvis> mornin
skade has joined #ruby-lang
mikecmpbll has joined #ruby-lang
nofxx__ has quit [Ping timeout: 258 seconds]
<womble> Correct!
marr has joined #ruby-lang
workmad3 has joined #ruby-lang
BubonicPestilenc has joined #ruby-lang
Lewix has joined #ruby-lang
Lewix has joined #ruby-lang
midhir has joined #ruby-lang
vondruch has quit [Quit: Ex-Chat]
skade has quit [Remote host closed the connection]
skade has joined #ruby-lang
vondruch has joined #ruby-lang
deegill has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
<yorickpeterse> "Input should be in JSON. If you think Json is a person, don't touch this :-)"
<yorickpeterse> heh, what a warning
jkad has joined #ruby-lang
cantonic has joined #ruby-lang
deegill has quit [Ping timeout: 256 seconds]
<womble> Quality work.
workmad3 has quit [Ping timeout: 245 seconds]
shuriu has quit [Remote host closed the connection]
<tbuehlmann> :D
cantonic has quit [Ping timeout: 250 seconds]
cantonic has joined #ruby-lang
<apeiros_> good advice
shuriu has joined #ruby-lang
hendranata_ has quit [Ping timeout: 264 seconds]
yusuf1 has quit [Quit: Leaving.]
yock has joined #ruby-lang
jxie has joined #ruby-lang
yock has quit [Ping timeout: 255 seconds]
BubonicPestile-1 has joined #ruby-lang
gwendall has quit [Remote host closed the connection]
BubonicPestilenc has quit [Ping timeout: 264 seconds]
gwendall has joined #ruby-lang
micaeked has quit [Ping timeout: 250 seconds]
skade has quit [Remote host closed the connection]
gwendall has quit [Ping timeout: 258 seconds]
skade has joined #ruby-lang
arBmind1 has joined #ruby-lang
vondruch has quit [Quit: Ex-Chat]
arBmind has quit [Ping timeout: 245 seconds]
revath has quit [Quit: Leaving]
vondruch has joined #ruby-lang
revath has joined #ruby-lang
rikkipitt has joined #ruby-lang
rikkipitt has quit [Remote host closed the connection]
rikkipitt has joined #ruby-lang
iamninja has joined #ruby-lang
cantonic has quit [Quit: cantonic]
micaeked has joined #ruby-lang
simi has quit [Ping timeout: 256 seconds]
arBmind1 has quit [Quit: Leaving.]
cantonic has joined #ruby-lang
cantonic has quit [Client Quit]
cantonic has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
cantonic has quit [Ping timeout: 245 seconds]
shubhamgoyal has quit [Remote host closed the connection]
matsutomo has quit [Quit: matsutomo]
shubhamgoyal has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
rbowlby has quit [Remote host closed the connection]
bmichelsen has quit [Quit: ZZZzzz…]
Asher has quit [Quit: Leaving.]
Asher has joined #ruby-lang
arBmind has joined #ruby-lang
Asher has quit [Client Quit]
Asher has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
kurko__ has joined #ruby-lang
arBmind has quit [Ping timeout: 258 seconds]
arBmind has joined #ruby-lang
GBrawl has quit [Quit: (null)]
mostlybadfly has joined #ruby-lang
yock has joined #ruby-lang
chinmay_dd has quit [Quit: Leaving]
rikkipitt has quit []
matsutomo has joined #ruby-lang
matsutomo has quit [Client Quit]
yock has quit [Ping timeout: 264 seconds]
simi has joined #ruby-lang
gwendall has joined #ruby-lang
micaeked has quit [Quit: WeeChat 1.0.1]
micechal has joined #ruby-lang
micechal_ has quit [Ping timeout: 265 seconds]
chinmay_dd has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
djbkd has quit [Read error: Connection reset by peer]
djbkd has joined #ruby-lang
shubhamgoyal has quit [Remote host closed the connection]
djbkd has quit [Ping timeout: 256 seconds]
workmad3 has joined #ruby-lang
arBmind has quit [Quit: Leaving.]
Sadin has joined #ruby-lang
workmad3 has quit [Ping timeout: 264 seconds]
djellemah_ has quit [Ping timeout: 255 seconds]
djbkd has joined #ruby-lang
Sadin has quit [Remote host closed the connection]
chinmay_dd has quit [Quit: Leaving]
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
djbkd has quit [Ping timeout: 240 seconds]
tkuchiki has quit [Ping timeout: 250 seconds]
chinmay_dd has joined #ruby-lang
kapott has joined #ruby-lang
chinmay_dd_ has joined #ruby-lang
ikrima has joined #ruby-lang
tcopeland has quit [Quit: Leaving.]
chinmay_dd_ is now known as cdd|afk
djellemah has joined #ruby-lang
chinmay_dd has quit [Ping timeout: 258 seconds]
arBmind has joined #ruby-lang
theotherstupidgu has quit [Ping timeout: 256 seconds]
theotherstupidgu has joined #ruby-lang
AmirolAhmad has joined #ruby-lang
djellemah has quit [Quit: Leaving]
AmirolAhmad has quit []
jkad has quit [Quit: WeeChat 1.0.1]
shubhamgoyal has joined #ruby-lang
gwendall has quit [Remote host closed the connection]
gwendall has joined #ruby-lang
shubhamg_ has joined #ruby-lang
shubhamgoyal has quit [Read error: Connection reset by peer]
gwendall has quit [Ping timeout: 245 seconds]
mrkn has joined #ruby-lang
postmodern has quit [Quit: Leaving]
shazaum has joined #ruby-lang
skade has quit [Remote host closed the connection]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
gwendall has joined #ruby-lang
yorickpeterse1 has joined #ruby-lang
saltsa has quit [Ping timeout: 240 seconds]
justinmcp has joined #ruby-lang
ikrima has quit [Ping timeout: 264 seconds]
jgpawletko_ has joined #ruby-lang
wnd has quit [Excess Flood]
Mellett68 has quit [Ping timeout: 255 seconds]
yorickpeterse has quit [Ping timeout: 255 seconds]
wnd has joined #ruby-lang
jgpawletko has quit [Ping timeout: 265 seconds]
jgpawletko_ is now known as jgpawletko
Gate has quit [Ping timeout: 264 seconds]
revath has quit [Read error: Connection reset by peer]
micechal_ has joined #ruby-lang
justinmcp_ has quit [Read error: Connection reset by peer]
saltsa has joined #ruby-lang
skade has joined #ruby-lang
yorickpeterse1 has quit [Changing host]
yorickpeterse1 has joined #ruby-lang
Gate has joined #ruby-lang
Gate has joined #ruby-lang
Mellett68 has joined #ruby-lang
yorickpeterse1 is now known as yorickpeterse
micechal has quit [Ping timeout: 258 seconds]
banister has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yalue has joined #ruby-lang
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
mrkn has quit [Quit: exit(1)]
jxie has quit [Ping timeout: 265 seconds]
shuriu has quit [Remote host closed the connection]
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
banister has quit [Client Quit]
shuriu has joined #ruby-lang
jxie has joined #ruby-lang
Missphoenix has joined #ruby-lang
Miphix has quit [Read error: Connection reset by peer]
yalue has quit [Quit: return 0;]
Lewix has joined #ruby-lang
TvL2386 has quit [Remote host closed the connection]
tcopeland has joined #ruby-lang
kiyote23 has joined #ruby-lang
kiyote23 has quit [Remote host closed the connection]
justinmcp has quit [Ping timeout: 240 seconds]
justinmcp has joined #ruby-lang
skade has quit [Remote host closed the connection]
workmad3 has joined #ruby-lang
oleo has joined #ruby-lang
workmad3 has quit [Ping timeout: 272 seconds]
kapil__ has quit [Quit: Connection closed for inactivity]
ta has quit [Remote host closed the connection]
simi has quit [Ping timeout: 250 seconds]
kapil__ has joined #ruby-lang
<yorickpeterse> yay coming up with scoring algorithms
* yorickpeterse has no idea what he's doing
<bougyman> everyone loving the jsonb in pg 9.4?
<apeiros_> bougyman: I probably will, yes :)
kurko__ has quit [Ping timeout: 256 seconds]
<apeiros_> already loving the json_agg in 9.3
<bougyman> the filterable streaming replication is the best, tho.
<apeiros_> not playing with that kind of installation yet :-|
<yorickpeterse> bougyman: waiting for RDS to update to 9.4 first
sankaber has joined #ruby-lang
kurko__ has joined #ruby-lang
skade has joined #ruby-lang
mLF has quit [Ping timeout: 265 seconds]
AKASkip has quit [Ping timeout: 272 seconds]
toretore has joined #ruby-lang
skade has quit [Remote host closed the connection]
skade has joined #ruby-lang
Mon_Ouie has joined #ruby-lang
rcvalle has joined #ruby-lang
billy_ran_away has quit [Quit: ZNC - http://znc.in]
yock has joined #ruby-lang
j2p2 has joined #ruby-lang
BubonicPestile-1 has quit [Quit: BubonicPestile-1]
joast has quit [Quit: Leaving.]
skade has quit [Remote host closed the connection]
theotherstupidgu has quit [Remote host closed the connection]
theotherstupidgu has joined #ruby-lang
enebo has joined #ruby-lang
skade has joined #ruby-lang
shuriu has quit []
caseypatrickdris has quit [Remote host closed the connection]
* darix sets up synchronous streaming replication for bougyman
<darix> always good to have a copy of him
ikrima has joined #ruby-lang
JokerDoom has quit [Ping timeout: 245 seconds]
JokerDoom has joined #ruby-lang
skade has quit [Remote host closed the connection]
jkad has joined #ruby-lang
skade has joined #ruby-lang
mLF has joined #ruby-lang
mcclurmc has joined #ruby-lang
caseypatrickdris has joined #ruby-lang
ikrima has quit [Ping timeout: 264 seconds]
rippa has joined #ruby-lang
JokerDoom has quit [Ping timeout: 245 seconds]
GBrawl has joined #ruby-lang
nathanstitt has joined #ruby-lang
mattyohe has joined #ruby-lang
kiyote23 has joined #ruby-lang
jo__ has joined #ruby-lang
stamina has joined #ruby-lang
shubhamg_ has quit [Remote host closed the connection]
shubhamgoyal has joined #ruby-lang
JokerDoom has joined #ruby-lang
bahar has quit [Ping timeout: 256 seconds]
gwendall has quit []
shubhamgoyal has quit [Ping timeout: 258 seconds]
bahar has joined #ruby-lang
skade has quit [Remote host closed the connection]
workmad3 has joined #ruby-lang
whitespace has joined #ruby-lang
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
whitespace has quit [Client Quit]
shazaum has quit [Quit: This computer has gone to sleep]
cdd|afk is now known as chinmay_dd
symm- has joined #ruby-lang
workmad3 has quit [Ping timeout: 240 seconds]
apeiros_ has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
spuk has quit [Ping timeout: 265 seconds]
loincloth has joined #ruby-lang
spuk has joined #ruby-lang
djbkd has joined #ruby-lang
ta has joined #ruby-lang
apeiros_ has quit [Ping timeout: 250 seconds]
joast has joined #ruby-lang
spastorino has joined #ruby-lang
houhoulis has joined #ruby-lang
bahar has quit [Ping timeout: 250 seconds]
bahar has joined #ruby-lang
<levifig> anyone here have any experience using Faraday to make requests to an API?
<mrevd> yep
<pipework> levifig: !used
<pipework> Oh no helpa here. :(
<levifig> :P
skade has joined #ruby-lang
jxie has quit [Ping timeout: 245 seconds]
deegill has joined #ruby-lang
pskosinski has quit [Quit: Updating details, brb]
pskosinski has joined #ruby-lang
cantonic has joined #ruby-lang
mistym has joined #ruby-lang
ta has quit [Remote host closed the connection]
kiyote23 has quit [Remote host closed the connection]
skade has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
shubhamgoyal has joined #ruby-lang
enitiz has joined #ruby-lang
shubhamg_ has joined #ruby-lang
deegill has quit [Remote host closed the connection]
ta has joined #ruby-lang
shubhamgoyal has quit [Ping timeout: 255 seconds]
shinnya has joined #ruby-lang
Lewix has quit []
nofxx__ has joined #ruby-lang
apeiros_ has joined #ruby-lang
kapil__ has quit [Quit: Connection closed for inactivity]
hahuang61 has joined #ruby-lang
chinmay_dd has quit [Quit: Leaving]
ta has quit [Remote host closed the connection]
jibaly has joined #ruby-lang
hahuang61 has quit [Ping timeout: 272 seconds]
gjaldon has joined #ruby-lang
shubhamg_ has quit [Read error: Connection reset by peer]
shubhamgoyal has joined #ruby-lang
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
banister has joined #ruby-lang
cmhobbs has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jkad has quit [Quit: WeeChat 1.0.1]
_JokerDoom has joined #ruby-lang
<nofxx__> S\xC3O -> SÃO ... guess the wrong is latin/iso 8859... what's the 2.0 way to encode? iconv is deprecated right?
<nofxx__> ah.. #encode ,
JokerDoom has quit [Ping timeout: 258 seconds]
allomov has quit [Remote host closed the connection]
diegoviola has joined #ruby-lang
allomov has joined #ruby-lang
diegoviola has quit [Client Quit]
diegoviola has joined #ruby-lang
ta has joined #ruby-lang
allomov_ has joined #ruby-lang
allomov has quit [Read error: Connection reset by peer]
skade has joined #ruby-lang
ta has quit [Ping timeout: 250 seconds]
banister has joined #ruby-lang
GBrawl has quit [Quit: (null)]
shubhamgoyal has quit [Remote host closed the connection]
arBmind has quit [Ping timeout: 258 seconds]
shubhamgoyal has joined #ruby-lang
shubhamgoyal has quit [Ping timeout: 255 seconds]
mistym has quit [Remote host closed the connection]
__butch__ has joined #ruby-lang
apeiros_ has quit [Remote host closed the connection]
apeiros_ has joined #ruby-lang
apeiros_ has quit [Ping timeout: 264 seconds]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
arBmind has joined #ruby-lang
[H]unt3r has joined #ruby-lang
shazaum has joined #ruby-lang
enitiz has quit [Quit: Leaving]
enitiz has joined #ruby-lang
yalue has joined #ruby-lang
allomov_ has quit []
mikecmpbll has quit [Ping timeout: 250 seconds]
banister has joined #ruby-lang
shinnya has quit [Ping timeout: 250 seconds]
arBmind has quit [Quit: Leaving.]
allomov has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
charliesome has quit [Quit: zzz]
mcclurmc has joined #ruby-lang
skade has quit [Remote host closed the connection]
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
workmad3 has joined #ruby-lang
jgpawletko is now known as jgpawletko_away
allomov has quit []
dangerousdave has joined #ruby-lang
Bwild has joined #ruby-lang
skade has joined #ruby-lang
amsi has joined #ruby-lang
deegill has joined #ruby-lang
workmad3 has quit [Ping timeout: 265 seconds]
jibaly has quit [Ping timeout: 258 seconds]
cornerma1 has joined #ruby-lang
dangerousdave has quit [Ping timeout: 255 seconds]
bb010g has quit [Quit: Connection closed for inactivity]
cornerman has quit [Ping timeout: 255 seconds]
cornerma1 is now known as cornerman
yfeldblum has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
jgpawletko_away is now known as jgpawletko
<nofxx__> >> p "XXX  "[-2].ord; p "XXX  "[-1].ord
<nofxx__> Last 'space' is not a 'space'... instead of 32 it's 160... any idea why?
<nofxx__> on a file read converting iso to utf8 ... btw
workmad3 has joined #ruby-lang
skade has quit [Remote host closed the connection]
jibaly has joined #ruby-lang
<nofxx__> 160 is 'á' btw, crazy... is anybody font/encoding showing showing this as ' ' or 'á' -> " "[0].ord
deegill has quit [Remote host closed the connection]
<darix> nofxx__: also remember somestring.chars vs somestring.bytes
skade has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
<nofxx__> darix, ah! crazy utf8 char.... just found out emacs shows it too, like a underscore
mcclurmc has joined #ruby-lang
workmad3 has quit [Ping timeout: 272 seconds]
deegill has joined #ruby-lang
deegill has quit [Remote host closed the connection]
hahuang61 has joined #ruby-lang
skade has quit [Remote host closed the connection]
gwendall has joined #ruby-lang
symm- has quit [Quit: Leaving...]
mikecmpbll has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
RobertBirnie has joined #ruby-lang
skade has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
[H]unt3r has quit [Remote host closed the connection]
Missphoenix has quit [Quit: Leaving]
cantonic has quit [Quit: cantonic]
centrx has joined #ruby-lang
mcclurmc has joined #ruby-lang
symm- has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
jtdoncas has joined #ruby-lang
amsi has quit [Ping timeout: 244 seconds]
wallerdev has joined #ruby-lang
[H]unt3r has joined #ruby-lang
theotherstupidgu has quit [Quit: leaving]
amsi has joined #ruby-lang
amsi has quit [Ping timeout: 256 seconds]
deegill has joined #ruby-lang
spetryk has joined #ruby-lang
caseypatrickdris has quit [Remote host closed the connection]
djellemah has joined #ruby-lang
gjaldon has quit [Remote host closed the connection]
gix has quit [Ping timeout: 250 seconds]
enitiz has quit [Quit: Leaving]
enitiz has joined #ruby-lang
enitiz has quit [Read error: Connection reset by peer]
enitiz has joined #ruby-lang
enitiz has quit [Client Quit]
enitiz has joined #ruby-lang
enitiz has quit [Read error: Connection reset by peer]
enitiz has joined #ruby-lang
enitiz has quit [Read error: Connection reset by peer]
amsi has joined #ruby-lang
enitiz has joined #ruby-lang
spetryk has quit [Quit: Lingo: www.lingoirc.com]
rbowlby has joined #ruby-lang
gix has joined #ruby-lang
mistym has joined #ruby-lang
mistym_ has joined #ruby-lang
jibaly has quit [Remote host closed the connection]
midhir has quit [Remote host closed the connection]
gianlucadv has joined #ruby-lang
mistym has quit [Ping timeout: 245 seconds]
yfeldblum has quit [Ping timeout: 240 seconds]
kiyote23 has joined #ruby-lang
gwendall has quit [Remote host closed the connection]
mLF has quit [Remote host closed the connection]
gjaldon has joined #ruby-lang
AKASkip has joined #ruby-lang
caseypatrickdris has joined #ruby-lang
havenwood has joined #ruby-lang
kiyote23 has quit [Remote host closed the connection]
houhoulis has quit [Remote host closed the connection]
marr has quit [Remote host closed the connection]
marr has joined #ruby-lang
shazaum has quit [Changing host]
shazaum has joined #ruby-lang
ikrima has joined #ruby-lang
symm- has quit [Ping timeout: 245 seconds]
yfeldblum has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ta has joined #ruby-lang
gjaldon has quit []
yfeldblum has quit [Remote host closed the connection]
gwendall has joined #ruby-lang
__JokerDoom has joined #ruby-lang
chouhoul_ has joined #ruby-lang
nertzy2 has joined #ruby-lang
stamina has quit [Ping timeout: 265 seconds]
hahuang62 has joined #ruby-lang
bahar_ has joined #ruby-lang
adambeynon__ has joined #ruby-lang
kapott_ has joined #ruby-lang
shaman42 has joined #ruby-lang
deegill has quit [Remote host closed the connection]
kapott_ has quit [Client Quit]
r0bby_ has joined #ruby-lang
ta_ has joined #ruby-lang
x0f_ has joined #ruby-lang
thang_ has joined #ruby-lang
dbussink_ has joined #ruby-lang
PaulePan1er has joined #ruby-lang
funnel_ has joined #ruby-lang
kramsee_ has joined #ruby-lang
sk_0_ has joined #ruby-lang
pabs_ has joined #ruby-lang
cmhobbs_ has joined #ruby-lang
rx has joined #ruby-lang
sol has joined #ruby-lang
kiyote23 has joined #ruby-lang
bahar has quit [Ping timeout: 244 seconds]
clamstar has quit [Ping timeout: 244 seconds]
jo__ has quit [Ping timeout: 244 seconds]
TrafficMan has quit [Ping timeout: 244 seconds]
bahar_ is now known as bahar
thang has quit [Ping timeout: 244 seconds]
dbussink has quit [Ping timeout: 244 seconds]
lguardiola has quit [Ping timeout: 244 seconds]
funnel has quit [Ping timeout: 244 seconds]
shaman42_ has quit [Ping timeout: 244 seconds]
PaulePanter has quit [Ping timeout: 244 seconds]
diegoviola has quit [Ping timeout: 244 seconds]
cmhobbs has quit [Ping timeout: 244 seconds]
Mellett68 has quit [Ping timeout: 244 seconds]
kapott has quit [Ping timeout: 244 seconds]
solars has quit [Ping timeout: 244 seconds]
sk_0 has quit [Ping timeout: 244 seconds]
chouhoulis has quit [Ping timeout: 244 seconds]
nertzy has quit [Ping timeout: 244 seconds]
hahuang65 has quit [Ping timeout: 244 seconds]
pabs has quit [Ping timeout: 244 seconds]
adambeynon_ has quit [Ping timeout: 244 seconds]
x0f has quit [Ping timeout: 244 seconds]
kramsee has quit [Ping timeout: 244 seconds]
kith has quit [Ping timeout: 244 seconds]
ta has quit [Ping timeout: 244 seconds]
fvt has quit [Ping timeout: 244 seconds]
_JokerDoom has quit [Ping timeout: 244 seconds]
robbyoconnor has quit [Ping timeout: 244 seconds]
kalzz has quit [Ping timeout: 244 seconds]
tpope has quit [Ping timeout: 244 seconds]
crankharder has quit [Ping timeout: 244 seconds]
dbussink_ is now known as dbussink
tpope_ has joined #ruby-lang
fvt has joined #ruby-lang
crankhar1er has joined #ruby-lang
sol is now known as Guest87465
mistym_ is now known as mistym
lguardiola has joined #ruby-lang
jo__ has joined #ruby-lang
funnel_ is now known as funnel
adambeynon__ is now known as adambeynon_
diegovio1 has joined #ruby-lang
kalzz has joined #ruby-lang
rx is now known as clamstar
Mellett68 has joined #ruby-lang
Guest73815 is now known as tekacs
tekacs is now known as Guest9929
Guest9929 has quit [Quit: Disappearing... *poof*]
gwendall has quit [Remote host closed the connection]
TrafficMan_ has joined #ruby-lang
tekmaster has joined #ruby-lang
gwendall has joined #ruby-lang
__butch__ has quit [Ping timeout: 250 seconds]
pabs_ is now known as pabs
ducklobster has quit [Ping timeout: 272 seconds]
ikrima has quit [Ping timeout: 272 seconds]
stamina has joined #ruby-lang
dorei has joined #ruby-lang
houhoulis has joined #ruby-lang
r0bby_ has quit [Quit: Konversation terminated!]
skade has quit [Quit: Computer has gone to sleep.]
sross07 has joined #ruby-lang
diegovio1 is now known as diegoviola
diegoviola has quit [Quit: WeeChat 1.0.1]
alicanyilmaz has joined #ruby-lang
shazaum has quit [Quit: Leaving]
PaulePan1er is now known as PaulePanter
pr0ton has quit [Quit: pr0ton]
havenn has joined #ruby-lang
havenwood has quit [Ping timeout: 250 seconds]
havenn is now known as havenwood
deegill has joined #ruby-lang
mcclurmc has joined #ruby-lang
yalue has quit [Quit: return 0;]
mcclurmc has quit [Remote host closed the connection]
cantonic has joined #ruby-lang
mcclurmc has joined #ruby-lang
gwendall has quit [Remote host closed the connection]
gwendall has joined #ruby-lang
gwendall_ has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
rcvalle has quit [Quit: rcvalle]
kurko__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tekmaster is now known as tekacs
gwendall has quit [Ping timeout: 272 seconds]
rippa has quit [Ping timeout: 250 seconds]
mcclurmc has joined #ruby-lang
rippa has joined #ruby-lang
spastorino has quit [Quit: Connection closed for inactivity]
wallerdev has quit [Quit: wallerdev]
__butch__ has joined #ruby-lang
havenwood has quit []
jds has quit [Quit: Connection closed for inactivity]
spastorino has joined #ruby-lang
kurko__ has joined #ruby-lang
symm- has joined #ruby-lang
gwendall_ has quit [Remote host closed the connection]
cantonic has quit [Quit: cantonic]
alicanyilmaz has left #ruby-lang [#ruby-lang]
alicanyilmaz has joined #ruby-lang
diegoviola has joined #ruby-lang
<alicanyilmaz> #rubyonrails
djellemah has quit [Ping timeout: 272 seconds]
Guest87465 has quit [Ping timeout: 250 seconds]
caseypatrickdris has quit [Read error: Network is unreachable]
Bwild has quit [Quit: leaving]
siwica has joined #ruby-lang
shinnya has joined #ruby-lang
caseypatrickdris has joined #ruby-lang
<alicanyilmaz> #ruby
shambrarian has joined #ruby-lang
shambrarian has quit [Changing host]
shambrarian has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
deegill has quit [Remote host closed the connection]
<centrx> yes
kurko__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mcclurmc has joined #ruby-lang
deegill has joined #ruby-lang
diegovio1 has joined #ruby-lang
diegoviola has quit [Ping timeout: 256 seconds]
wallerdev has joined #ruby-lang
_fritchie has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
gianlucadv has quit [Ping timeout: 250 seconds]
mcclurmc has joined #ruby-lang
tommylommykins has quit [Quit: Lost terminal]
djellemah has joined #ruby-lang
tommylommykins has joined #ruby-lang
diegovio1 is now known as diegoviola
cmhobbs_ has quit [Remote host closed the connection]
mrevd has left #ruby-lang [#ruby-lang]
postmodern has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
Yserz_1 has joined #ruby-lang
<Yserz_1> hey, could someone help me override a method from vagrant in a vagrantfile?
deegill has quit [Remote host closed the connection]
mcclurmc has joined #ruby-lang
mistym has quit [Remote host closed the connection]
melter has joined #ruby-lang
gwendall has joined #ruby-lang
Musashi007 has joined #ruby-lang
ruby-lang026 has joined #ruby-lang
tkuchiki has joined #ruby-lang
diegoviola has quit [Read error: Connection reset by peer]
KINGSABRI has quit [Remote host closed the connection]
deegill has joined #ruby-lang
diegoviola has joined #ruby-lang
<centrx> Yserz_1, Try also #ruby or #vagrant
<wallerdev> i might be able to help Yserz_1
<wallerdev> ive done that before
<wallerdev> lol
deegill has quit [Read error: Connection reset by peer]
<wallerdev> monkeypatching is always the answer
go|dfish has quit [Remote host closed the connection]
deegill has joined #ruby-lang
<Yserz_1> hehe :)
<Yserz_1> i tried #vagrant but no one responded
[H]unt3r has quit []
<wallerdev> thats how i fixed my issue
<Yserz_1> Thx 4 the example :)
<wallerdev> dont have a lot of time to dig into it right now unfortunately
oleo has quit [Ping timeout: 264 seconds]
alicanyilmaz has quit [Quit: alicanyilmaz]
<wallerdev> but remove the < Vagrant.plugin("2" part
<wallerdev> so its just class Base on that line
centrx has quit [Quit: Science is organized knowledge, wisdom is organized life.]
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby-lang
<Yserz_1> alright, i'll give it a try. Thx alot :D
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
alicanyilmaz has joined #ruby-lang
oleo has joined #ruby-lang
tkuchiki has quit [Ping timeout: 240 seconds]
yock has quit [Ping timeout: 256 seconds]
<Yserz_1> wallerdev: Message: uninitialized constant VagrantPlugins::Chef::Provisioner :(
<wallerdev> initialize it :p
<wallerdev> oh wow
<wallerdev> going all out
<wallerdev> lol
<wallerdev> hang on ill try to help
<wallerdev> so what happened when you tried just removing the < part
<wallerdev> did it not have any effect?
<Yserz_1> mom i'll try it :D
ruby-lang026 has quit [Quit: Page closed]
<Yserz_1> ./opt/vagrant/embedded/gems/gems/vagrant-1.7.1/plugins/provisioners/chef/provisioner/base.rb:13:in `<module:Provisioner>': superclass mismatch for class Base (TypeError)
cantonic has joined #ruby-lang
<wallerdev> ah
<wallerdev> gotcha
<Yserz_1> wallerdev: i updated the comment :)
tcopeland has quit [Ping timeout: 240 seconds]
djellemah has quit [Ping timeout: 255 seconds]
snoopybbt has joined #ruby-lang
mcclurmc has quit [Remote host closed the connection]
<wallerdev> okay
<wallerdev> Yserz_1: i think i have an idea
<wallerdev> lol
mcclurmc has joined #ruby-lang
<Yserz_1> I'd love to hear :)
mcclurmc has quit [Remote host closed the connection]
<wallerdev> add this line above your module VagrantPlugins part
<wallerdev> VagrantPlugins::Chef::Plugin.provisioner[:chef_client]
<Yserz_1> yay, at least its running now :) lets see if it really works (that will take a moment)
stamina has quit [Quit: WeeChat 1.0.1]
caseypatrickdris has quit [Remote host closed the connection]
j2p2 has quit [Ping timeout: 250 seconds]
<Yserz_1> yay, its printing monkeypatch which means it works :D thank you sooooo much :)
Guest2419 has joined #ruby-lang
melter has quit [Quit: Client exiting]
<Yserz_1> unfortunately the patch itself isn't working yet…but i'll figure that one out :D
<wallerdev> :)
Guest2419 has left #ruby-lang [#ruby-lang]
<Yserz_1> You really saved my day :)
<wallerdev> thats my job
mistym has joined #ruby-lang
<wallerdev> actually not really
<wallerdev> i have a real job
<wallerdev> but its the friday before a 9 day vacation and we're having a party in 11 minutes so im not getting much work done anyway
enebo has quit [Quit: enebo]
deegill has quit [Remote host closed the connection]
micechal_ has quit [Read error: Connection reset by peer]
mcclurmc has joined #ruby-lang
<Yserz_1> hehe ;D so I wish you alot of fun at the party and vacation :D
nathanstitt has quit [Ping timeout: 245 seconds]
siwica has quit [Remote host closed the connection]
siwica has joined #ruby-lang
Menorah has joined #ruby-lang
caseypatrickdris has joined #ruby-lang
crankhar1er has quit [Quit: leaving]
crankharder has joined #ruby-lang
bmichelsen has joined #ruby-lang
deegill has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
shambrarian has quit [Quit: bye!]
deryl has joined #ruby-lang
deryl has quit [Read error: Connection reset by peer]
deryl has joined #ruby-lang
bears has joined #ruby-lang
jxie has joined #ruby-lang
deryl has quit [Quit: Nettalk6 - www.ntalk.de]
bears has quit [Remote host closed the connection]
wallerdev has joined #ruby-lang
bears has joined #ruby-lang
araujo has quit [Ping timeout: 272 seconds]
araujo has joined #ruby-lang
bears has quit [Ping timeout: 255 seconds]
Musashi007 has quit [Quit: Musashi007]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
mcclurmc has quit [Remote host closed the connection]
RobertBirnie has quit [Ping timeout: 250 seconds]
<calebk> when you have nested arrays, it’s possible to search the first element using array.assoc(“element”), I was wondering if I have nested arrays expressed as [x,y] in a set, is there a similar search function?
<calebk> to just search on “x”
<drbrain> calebk: you can build such a thing with Array#find
<calebk> just clarifying… wouldn’t that be for arrays not the set?
<ljarvis> calebk: Set implements the Enumerable interface
<calebk> ah
<ljarvis> calebk: set.find { |x| x[0] == "x" } would do the same as assoc iirc
wallerdev has quit [Quit: wallerdev]
<calebk> yeah I got that part… just curious, from a procedural standpoint, is using a set in this matter more efficient?
<ljarvis> depends what you're doing, for this? no
deegill has quit [Remote host closed the connection]
kith has joined #ruby-lang
<calebk> yeah, basically i need to keep track of a huge list of 2D cordinates, but someone suggested I use a set instead of a nested array, as I don’t want duplicates
<calebk> but I need to be able to search on the “x” coordinate
<ljarvis> sure if you dont want duplicates, that's good enough reason to use a set
<ljarvis> do you only need to be able to search on the x coordinate?
<calebk> but as you pointed out… wouldn’t this make the search very inefficient
<calebk> yes
<calebk> using foo_array.assoc is very lean search
<ljarvis> then you probably want to store it as {"x" => "y"}, so your lookups are faster
apeiros_ has joined #ruby-lang
<ljarvis> using assoc isn't different from doing .find { |x| x[0] == '...' }; it still needs to loop
<waxjar> what if you have a point (1,2) and (1,3) ?
<calebk> really? i was under the impression it wasn’t doing a loop