baweaver changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.5.1, 2.4.4, 2.3.7, 2.6.0-preview1: https://www.ruby-lang.org || Paste 4+ lines of text to https://gist.github.com || Rails questions? Ask in #RubyOnRails || Books: https://goo.gl/wpGhoQ || Logs: https://irclog.whitequark.org/ruby
dc1 has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marr has quit [Ping timeout: 248 seconds]
nadir has quit [Quit: Connection closed for inactivity]
chouhoulis has joined #ruby
arescorpio has joined #ruby
karapetyan has joined #ruby
d_kam___________ has joined #ruby
dc1 has quit [Ping timeout: 256 seconds]
dc1 has joined #ruby
karapetyan has quit [Ping timeout: 256 seconds]
chouhoul_ has joined #ruby
chouhoulis has quit [Ping timeout: 248 seconds]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
schneider has quit [Ping timeout: 240 seconds]
PsionTheory has quit [Remote host closed the connection]
n0m4d1c_ has joined #ruby
marxarelli|afk is now known as marxarelli
ramfjord has quit [Ping timeout: 268 seconds]
bzb has quit [Remote host closed the connection]
ramfjord has joined #ruby
nadir has joined #ruby
schneider has joined #ruby
n0m4d1c has quit [Ping timeout: 240 seconds]
HappyHappyFunFun has quit [Ping timeout: 240 seconds]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
HappyHappyFunFun has joined #ruby
n0m4d1c_ has quit [Remote host closed the connection]
jready has joined #ruby
n0m4d1c has joined #ruby
mikeiniowa has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
kurko_ has joined #ruby
cagomez_ has joined #ruby
chouhoul_ has quit [Remote host closed the connection]
chouhoulis has joined #ruby
ogres has joined #ruby
coderphive has joined #ruby
cagomez_ has quit [Ping timeout: 256 seconds]
chouhoulis has quit [Ping timeout: 256 seconds]
sriehl has quit [Quit: ZNC 1.6.6 - http://znc.in]
sriehl has joined #ruby
sriehl has joined #ruby
sriehl has quit [Changing host]
jeen has quit [Quit: This computer has gone to sleep]
mlkkk has joined #ruby
duderonomy has joined #ruby
chouhoulis has joined #ruby
sriehl has quit [Quit: ZNC 1.6.6 - http://znc.in]
sriehl has joined #ruby
sriehl has quit [Changing host]
sriehl has joined #ruby
ramfjord has quit [Ping timeout: 256 seconds]
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby
dr3w_ has joined #ruby
MoskitoHero has quit [Quit: Leaving]
alfiemax has joined #ruby
sriehl has quit [Remote host closed the connection]
sriehl has joined #ruby
sriehl has quit [Changing host]
sriehl has joined #ruby
sriehl has quit [Remote host closed the connection]
sriehl has joined #ruby
sriehl has quit [Changing host]
sriehl has joined #ruby
chouhoulis has quit [Ping timeout: 256 seconds]
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alfiemax has quit [Ping timeout: 264 seconds]
sriehl has quit [Remote host closed the connection]
sriehl has joined #ruby
sriehl has quit [Changing host]
sriehl has joined #ruby
coderphive has quit [Quit: coderphive]
Yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
mlkkk has quit [Remote host closed the connection]
Yxhuvud has joined #ruby
sriehl has quit [Remote host closed the connection]
sriehl has joined #ruby
sriehl has quit [Changing host]
sriehl has joined #ruby
cschneid_ has joined #ruby
jready has quit [Read error: Connection reset by peer]
tdy has quit [Ping timeout: 256 seconds]
Yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
jeen has joined #ruby
gizmore has joined #ruby
Yxhuvud has joined #ruby
booboy has quit [Quit: ZNC - http://znc.in]
netherwolfe has joined #ruby
gizmore|2 has quit [Ping timeout: 256 seconds]
booboy has joined #ruby
netherwolfe has quit [Ping timeout: 265 seconds]
dc1 has quit [Ping timeout: 256 seconds]
cagomez_ has joined #ruby
cagomez_ has quit [Ping timeout: 248 seconds]
Yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
Yxhuvud has joined #ruby
n0m4d1c_ has joined #ruby
cyberg has quit [Quit: Leaving]
alfiemax has joined #ruby
jeen has quit [Quit: This computer has gone to sleep]
marxarelli is now known as marxarelli|afk
n0m4d1c has quit [Ping timeout: 264 seconds]
dinfuehr_ has joined #ruby
dinfuehr has quit [Ping timeout: 265 seconds]
ta_ has joined #ruby
jready has joined #ruby
alfiemax_ has joined #ruby
alfiemax has quit [Ping timeout: 260 seconds]
erlend has quit [Ping timeout: 248 seconds]
cschneid_ has quit [Remote host closed the connection]
n0m4d1c_ has quit [Remote host closed the connection]
erlend has joined #ruby
n0m4d1c has joined #ruby
jeen has joined #ruby
alfiemax_ has quit [Remote host closed the connection]
jeen has quit [Client Quit]
kurko_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cschneid_ has joined #ruby
quobo has quit [Quit: Connection closed for inactivity]
cschneid_ has quit [Remote host closed the connection]
cschneid_ has joined #ruby
alfiemax has joined #ruby
karapetyan has joined #ruby
n0m4d1c has quit [Ping timeout: 264 seconds]
jeffreylevesque has quit [Remote host closed the connection]
karapetyan has quit [Ping timeout: 248 seconds]
ta_ has quit [Ping timeout: 260 seconds]
konsolebox has quit [Ping timeout: 248 seconds]
konsolebox has joined #ruby
sanscoeur has joined #ruby
jdeen has joined #ruby
<jdeen> What does `as: :admin` in attr_accessor :address_id, as: :admin` mean?
lele has quit [Ping timeout: 240 seconds]
<havenwood> jdeen: Rails?
<havenwood> jdeen: If you mean in a Rails model, then it's a polymorphic association.
<havenwood> ?rails jdeen
<ruby[bot]> jdeen: Please join #RubyOnRails for Rails questions. You need to be identified with NickServ, see /msg NickServ HELP
lele has joined #ruby
arescorpio has quit [Quit: Leaving.]
<jdeen> havenwood: yes, it is a rails 3 project
<Radar> jdeen: Come join us over in #RubyOnRails please.
<havenwood> Just published a post on Ruby's new endless Range in 2.6!: https://medium.com/square-corner-blog/rubys-new-infinite-range-syntax-0-97777cf06270
<havenwood> Radar: o/
<Radar> havenwood: hello :D
<Radar> havenwood: handy!
<havenwood> Radar: yeah, i like it for avoiding -1 particularly!
<havenwood> Radar: also, "fun" stuff like: (:a..).lazy.zip(42..).take(3).to_h #=> {:a=>42, :b=>43, :c=>44}
<havenwood> if ranges liked parens before, now they really like them!
<Radar> :D
<havenwood> it feels weird to use parens with a case statement
<Radar> It's a lot neater than the ways of the past. I love how Ruby keeps evolving in small increments like this.
<havenwood> Yeah, it's really nice to see.
<havenwood> I like: '012345'[2..] #=> "2345"
<elomatreb> Ooh, that's a cool addition
dc1 has joined #ruby
<Radar> ag "^\w+" .rubocop_todo.yml | wc -l
<Radar> 0
<Radar> I WIN
<havenwood> nice
<Radar> Master has 90 rules in that file
<mozzarella> do you guys ever use "for … in …"?
<Radar> mozzarella: I use each these days
<elomatreb> Ruby usually prefers the explicit #each iterator method
<havenwood> mozzarella: never
<Radar> Ruby Style Guide also recommends against it
<Radar> Ancient Rails versions would commonly do that in the view: <% for post in @posts do %>
<Radar> But <% @posts.each do |post| %> is shorter
pilne has quit [Quit: Leaving]
cschneid_ has quit [Remote host closed the connection]
<mozzarella> it's not… ?
<Radar> >> "for post in @posts do".length
<ruby[bot]> Radar: # => 21 (https://eval.in/991599)
<Radar> >> "@posts.each do |post|".length
<ruby[bot]> Radar: # => 21 (https://eval.in/991600)
<Radar> huh.
<mozzarella> you don't need "do", btw
<mozzarella> it's optional
<elomatreb> The problem with for is that it doesn't scope variables like blocks do
<weaksauce> either way the block scope and the extra indirection is worth using each
<weaksauce> also, each is more common
<havenwood> for i in (0..) do
<havenwood> old meets new
<mozzarella> elomatreb: what do you mean? got an example?
<elomatreb> Those ranges remind me of haskell ranges/lists
<mozzarella> variables defined in the for loop are available outside of it
<mozzarella> ?
<elomatreb> mozzarella: https://eval.in/991601
<elomatreb> And that too, yeah
meadmoon has joined #ruby
Yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
<mozzarella> I didn't even know that
<mozzarella> (mostly because I never really use for loops in ruby)
<mozzarella> I think they look better, though
Yxhuvud has joined #ruby
<elomatreb> Maybe, but that stops as soon as you have more complicated iterators (e.g. chains including selects/zips)
<elomatreb> Plus it makes mapping look so very different, which feels a little weird to me
kn-928 has joined #ruby
cadillac_ has quit [Quit: I quit]
cadillac_ has joined #ruby
cschneid_ has joined #ruby
amar has joined #ruby
mikhael_k33hl has joined #ruby
amar has quit [Ping timeout: 248 seconds]
AJA4350 has quit [Quit: AJA4350]
meadmoon has quit [Ping timeout: 276 seconds]
jready has quit []
karapetyan has joined #ruby
jeen has joined #ruby
guacamole has joined #ruby
guacamole has joined #ruby
guacamole has quit [Changing host]
karapetyan has quit [Ping timeout: 264 seconds]
ryzokuken has joined #ruby
Yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
<havenwood> mozzarella: for is also slower
nowhereman_ has quit [Ping timeout: 256 seconds]
Yxhuvud has joined #ruby
<havenwood> mozzarella: not a huge difference, but avoid for
cschneid_ has quit [Remote host closed the connection]
<havenwood> well, I guess its speed depends on implementation
cschneid_ has joined #ruby
Sembei has joined #ruby
Pisuke has quit [Ping timeout: 256 seconds]
orbyt_ has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Esa_ has quit []
zautomata1 has joined #ruby
zautomata has quit [Ping timeout: 256 seconds]
Yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
kn-928 has quit [Quit: WeeChat 2.1]
Yxhuvud has joined #ruby
dc1 has quit [Ping timeout: 265 seconds]
erlend has quit [Ping timeout: 265 seconds]
erlend has joined #ruby
nowhereman_ has joined #ruby
ta_ has joined #ruby
alfiemax has quit [Remote host closed the connection]
dc1 has joined #ruby
orbyt_ has joined #ruby
reber has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
nowhereman_ has quit [Ping timeout: 248 seconds]
ta_ has quit [Ping timeout: 265 seconds]
cschneid_ has quit [Remote host closed the connection]
_aeris_ has quit [Remote host closed the connection]
jnollette has quit [Remote host closed the connection]
redlegion has quit [Remote host closed the connection]
anisha has joined #ruby
redlegion has joined #ruby
_aeris_ has joined #ruby
amar has joined #ruby
ciscam has quit [Ping timeout: 268 seconds]
ciscam has joined #ruby
jnollette has joined #ruby
amar has quit [Ping timeout: 248 seconds]
linetrac1 has quit [Ping timeout: 256 seconds]
mistergibson has quit [Quit: Leaving]
anisha has quit [Quit: This computer has gone to sleep]
alfiemax has joined #ruby
alfiemax has quit [Read error: Connection reset by peer]
alfiemax has joined #ruby
n008f4g_ has joined #ruby
ur5us has quit [Ping timeout: 264 seconds]
cschneid_ has joined #ruby
sauvin has joined #ruby
nowhereman_ has joined #ruby
cschneid_ has quit [Ping timeout: 248 seconds]
n008f4g_ has quit [Ping timeout: 260 seconds]
sauvin has quit [Remote host closed the connection]
venmx has joined #ruby
<dminuoso> baweaver: I dont understand.
linetrace has joined #ruby
ogres has quit [Quit: Connection closed for inactivity]
oleo has quit [Quit: Leaving]
sauvin has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hkais has joined #ruby
halt has joined #ruby
halt is now known as Guest17666
kapil___ has joined #ruby
d_kam___________ has quit [Quit: Be back later ...]
sidx64 has joined #ruby
cadillac_ has quit [Ping timeout: 240 seconds]
cadillac_ has joined #ruby
aufi has joined #ruby
suukim has joined #ruby
shiroeni has joined #ruby
nowhere_man has joined #ruby
<dminuoso> baweaver: Are you saying that 2.6 has a shortcut for 1.step.lazy?
<baweaver> Yep
<baweaver> (1..) is basically infinite
nowhereman_ has quit [Ping timeout: 265 seconds]
sidx64 has quit [Read error: Connection reset by peer]
<dminuoso> baweaver: Great. So I can finally write proper code like
<dminuoso> arr.zip(0..).map(&add)
<baweaver> assuming you put lazy on it
<dminuoso> lazy on what
sidx64 has joined #ruby
<dminuoso> I just hate with_index because it precvents discovery of combinators. :(
jeen has quit [Quit: This computer has gone to sleep]
anisha has joined #ruby
jeen has joined #ruby
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
karapetyan has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
wilbert has joined #ruby
aupadhye has joined #ruby
apeiros has quit [Ping timeout: 264 seconds]
karapetyan has quit [Ping timeout: 240 seconds]
rabajaj has joined #ruby
wilbert has quit [Ping timeout: 256 seconds]
erlend has quit [Ping timeout: 260 seconds]
venmx has quit [Quit: leaving]
erlend has joined #ruby
venmx has joined #ruby
jeen_ has joined #ruby
anisha has quit [Quit: This computer has gone to sleep]
jeen has quit [Ping timeout: 246 seconds]
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
venmx has quit [Ping timeout: 248 seconds]
rabajaj has quit [Ping timeout: 256 seconds]
jeen__ has joined #ruby
rabajaj has joined #ruby
jeen_ has quit [Ping timeout: 256 seconds]
amar has joined #ruby
phaul has joined #ruby
amar has quit [Ping timeout: 248 seconds]
nowhere_man has quit [Ping timeout: 248 seconds]
ta_ has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
_aeris_ has quit [Ping timeout: 268 seconds]
<baweaver> Woo, crazy fun article is out - https://medium.com/@baweaver/the-developer-spectrum-76a91f02838a
alfiemax has quit [Remote host closed the connection]
_aeris_ has joined #ruby
amar has joined #ruby
alfiemax has joined #ruby
tvw has joined #ruby
karapetyan has joined #ruby
schneider has joined #ruby
TomyWork has joined #ruby
cam27 has joined #ruby
cam27 has quit [Remote host closed the connection]
sameerynho has joined #ruby
cam27 has joined #ruby
coyo has joined #ruby
alex`` has joined #ruby
dionysus69 has joined #ruby
jeen_ has joined #ruby
<tobiasvl> is this basically Steve Yegg's theory, just expanded from the American two-party system to a full political spectrum? :P
jeen__ has quit [Ping timeout: 240 seconds]
<baweaver> More of a joke between me and havenwood about me only drawing a black magic Lemur in a red suit
<baweaver> and asking about what the other colors were
<tobiasvl> hehe
karapetyan has quit [Remote host closed the connection]
<baweaver> ...though I have read some Yegge back in my day
jeen__ has joined #ruby
andikr has joined #ruby
jeen_ has quit [Ping timeout: 240 seconds]
claudiuinberlin has joined #ruby
<tobiasvl> yeah, I was mostly thinking of this thing https://plus.google.com/110981030061712822816/posts/KaSKeg4vQtz
sidx64_ has joined #ruby
<baweaver> Huh, hadn't read this one yet
<baweaver> but from a glance he gets at a lot of the same points
sidx64 has quit [Read error: Connection reset by peer]
sidx64 has joined #ruby
<tobiasvl> I will clap and post the article in a resonse to BOOST your article (I think that's how Medium works)
sidx64_ has quit [Ping timeout: 256 seconds]
ta_ has quit [Remote host closed the connection]
suukim has quit [Quit: Konversation terminated!]
<baweaver> I thought it was starpower
* baweaver shrugs
ta_ has joined #ruby
<baweaver> Honestly I just wanted an excuse to draw multicolored Lemurs
baweaver is now known as lemur
<lemur> For I AM
<lemur> a lemur
lemur is now known as baweaver
<baweaver> or at least that was my original nick years ago
alex`` has quit [Ping timeout: 240 seconds]
vondruch has joined #ruby
ta_ has quit [Ping timeout: 248 seconds]
<tobiasvl> oops, medium seems to have a hiccup. it posted my reply three times, but it still doesn't show up on the article, just on my profile
<tobiasvl> deleted two of them
clemens3_ has joined #ruby
jeen__ has quit [Quit: This computer has gone to sleep]
ryzokuken has quit [Remote host closed the connection]
ta_ has joined #ruby
mlkkk has joined #ruby
kapil___ has quit [Quit: Connection closed for inactivity]
amar has quit [Remote host closed the connection]
<coyo> been a long time since i visited this channel.
<baweaver> Alo
<coyo> howdy
marr has joined #ruby
Burgestrand has joined #ruby
Burgestrand has quit [Client Quit]
Beams has joined #ruby
schneider has quit [Ping timeout: 248 seconds]
tomphp has joined #ruby
alfiemax has quit [Remote host closed the connection]
psychicist__ has joined #ruby
hkais has quit [Ping timeout: 248 seconds]
guille-moe has joined #ruby
mikecmpbll has joined #ruby
karapetyan has joined #ruby
RougeR has quit [Ping timeout: 256 seconds]
alfiemax has joined #ruby
karapetyan has quit [Ping timeout: 268 seconds]
Burgestrand has joined #ruby
cam27 has quit [Quit: cam27]
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
erlend has quit [Ping timeout: 248 seconds]
schneider has joined #ruby
trautwein has quit [Quit: ZNC 1.6.6 - http://znc.in]
amar has joined #ruby
erlend has joined #ruby
trautwein has joined #ruby
camonz has quit [Quit: Linkinus - http://linkinus.com]
amar has quit [Ping timeout: 248 seconds]
RougeR has joined #ruby
RougeR has quit [Changing host]
RougeR has joined #ruby
d_kam___________ has joined #ruby
amar has joined #ruby
ta_ has quit [Remote host closed the connection]
sameerynho has quit [Ping timeout: 264 seconds]
amar has quit [Ping timeout: 264 seconds]
NL3limin4t0r_afk is now known as NL3limin4t0r
tvw has quit []
amar has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
coyo has quit [Quit: leaving]
mrush has quit [Ping timeout: 264 seconds]
<NL3limin4t0r> Bonjour. Good morning chat.
ur5us has joined #ruby
Bish has quit [Remote host closed the connection]
mrush has joined #ruby
mrush is now known as Guest63062
shiroeni has quit [Ping timeout: 248 seconds]
rahul_bajaj has joined #ruby
rahul_bajaj has quit [Remote host closed the connection]
rabajaj has quit [Ping timeout: 265 seconds]
rahul_bajaj has joined #ruby
rahul_bajaj has quit [Ping timeout: 248 seconds]
leitz has joined #ruby
sidx64 has joined #ruby
sidx64 has quit [Client Quit]
ta_ has joined #ruby
sidx64 has joined #ruby
suukim has joined #ruby
asio has joined #ruby
mikhael_k33hl has quit [Quit: Page closed]
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
yohji has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
RougeR has quit [Ping timeout: 255 seconds]
rabajaj has joined #ruby
ellcs has joined #ruby
shiroeni has joined #ruby
Burgestrand has quit [Quit: Closing time!]
leitz has quit [Quit: Nappy time]
Beams has quit [Remote host closed the connection]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Beams has joined #ruby
hfp_work has quit [Quit: bye]
Mike11 has joined #ruby
hanmac has quit [Ping timeout: 245 seconds]
sidx64 has joined #ruby
<kke> hmm, bundle goes through ok, so does gem build, but gem install complains about unresolved specs
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rabajaj has quit [Ping timeout: 268 seconds]
quobo has joined #ruby
rabajaj has joined #ruby
apeiros has joined #ruby
hanmac has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomphp has joined #ruby
Burgestrand has joined #ruby
dr3w_ has joined #ruby
RougeR has joined #ruby
RougeR has quit [Changing host]
RougeR has joined #ruby
RougeR has quit [Max SendQ exceeded]
RougeR has joined #ruby
RougeR has quit [Changing host]
RougeR has joined #ruby
hfp_work has joined #ruby
alex`` has joined #ruby
n3b has quit [Ping timeout: 240 seconds]
Guest17666 has quit [Ping timeout: 256 seconds]
sidx64 has joined #ruby
ellcs has quit [Ping timeout: 248 seconds]
Beams_ has joined #ruby
n3b has joined #ruby
Beams has quit [Ping timeout: 265 seconds]
Beams_ has quit [Remote host closed the connection]
karapetyan has joined #ruby
rabajaj has quit [Quit: Leaving]
hkais has joined #ruby
rabajaj has joined #ruby
Beams has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jwheare has quit [Remote host closed the connection]
karapetyan has quit [Ping timeout: 276 seconds]
\void has joined #ruby
jwheare has joined #ruby
tomphp has joined #ruby
AJA4350 has joined #ruby
troulouliou_div2 has joined #ruby
nowhere_man has joined #ruby
rabajaj has quit [Ping timeout: 256 seconds]
rabajaj has joined #ruby
inerthia has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duderonomy has joined #ruby
schneider has quit [Ping timeout: 268 seconds]
schneider has joined #ruby
nowhere_man has quit [Ping timeout: 260 seconds]
alex`` has quit [Ping timeout: 264 seconds]
ldnunes has joined #ruby
Cavallari has joined #ruby
ellcs has joined #ruby
Beams_ has joined #ruby
guacamole has joined #ruby
Beams has quit [Ping timeout: 248 seconds]
VladGh has quit [Quit: Lost terminal]
VladGh has joined #ruby
psychici1t__ has joined #ruby
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Burgestrand has quit [Quit: Closing time!]
ogres has joined #ruby
psychici1t__ has quit [Client Quit]
konsolebox has quit [Quit: .]
konsolebox has joined #ruby
psychicist__ has quit [Quit: leaving]
physicist__ has joined #ruby
Burgestrand has joined #ruby
psychicist__ has joined #ruby
amar has quit [Ping timeout: 248 seconds]
raynold has quit [Quit: Connection closed for inactivity]
eblip has joined #ruby
def_jam has joined #ruby
eb0t_ has quit [Ping timeout: 264 seconds]
pfg_ has quit [Quit: Connection closed for inactivity]
eb0t has quit [Ping timeout: 264 seconds]
konsolebox has quit [Quit: .]
konsolebox has joined #ruby
kn-928 has joined #ruby
kn-928 has quit [Client Quit]
kn-928 has joined #ruby
shiroeni has quit [Ping timeout: 256 seconds]
chouhoulis has joined #ruby
synthroid has joined #ruby
Psybur has joined #ruby
rwb has quit [Ping timeout: 265 seconds]
shiroeni has joined #ruby
ryzokuken has joined #ruby
roshanavand has quit [Ping timeout: 256 seconds]
kn-928 has left #ruby ["WeeChat 2.1"]
John_Ivan has joined #ruby
John_Ivan has joined #ruby
John_Ivan has quit [Changing host]
bmurt has joined #ruby
Asher has quit [Ping timeout: 240 seconds]
nadir has joined #ruby
alfiemax has quit [Remote host closed the connection]
SynSynack has quit [Quit: Не разучиться мечтать... любить...]
alfiemax has joined #ruby
bmurt has quit [Ping timeout: 246 seconds]
alfiemax has quit [Remote host closed the connection]
bmurt has joined #ruby
erlend has quit [Ping timeout: 260 seconds]
Burgestrand has quit [Quit: Closing time!]
erlend has joined #ruby
camonz has joined #ruby
Cavallari has quit [Quit: Cavallari]
kurko_ has joined #ruby
ellcs has quit [Ping timeout: 264 seconds]
Burgestrand has joined #ruby
schneider has quit [Ping timeout: 260 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Asher has joined #ruby
pmarreck has quit []
Asher is now known as Guest92408
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pmarreck has joined #ruby
Guest92408 has quit [Ping timeout: 256 seconds]
claudiuinberlin has quit [Read error: Connection reset by peer]
yohji has quit [Ping timeout: 248 seconds]
aarongodin has quit []
aarongodin has joined #ruby
def_jam is now known as eb0t_
eb0t_ is now known as eb0t
kurko_ has quit [Ping timeout: 256 seconds]
bmurt has joined #ruby
ellcs has joined #ruby
dinfuehr_ is now known as dinfuehr
kurko_ has joined #ruby
yohji has joined #ruby
wilbert has joined #ruby
dc1 has quit [Ping timeout: 276 seconds]
dr3w_ has joined #ruby
machty has quit []
machty has joined #ruby
schneider has joined #ruby
rwb has joined #ruby
rfoust has joined #ruby
jeffreylevesque has joined #ruby
yo61 has quit []
justache has quit []
yo61 has joined #ruby
justache has joined #ruby
chocoelho has joined #ruby
duderonomy has joined #ruby
rippa has joined #ruby
alfiemax has joined #ruby
Cavallari has joined #ruby
gigetoo has quit [Ping timeout: 260 seconds]
gigetoo has joined #ruby
foamz has quit []
bove has quit []
foamz has joined #ruby
bove has joined #ruby
mrsolo has quit []
mrsolo has joined #ruby
arooni has quit [Quit: ZNC - http://znc.in]
arooni has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
roshanavand has joined #ruby
Burgestrand has quit [Quit: Closing time!]
catbusters has quit []
catbusters has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
harrycs has joined #ruby
synthroid has quit [Remote host closed the connection]
mlkkk has quit [Remote host closed the connection]
qba73 has joined #ruby
apeiros has quit [Ping timeout: 264 seconds]
alfiemax has quit [Remote host closed the connection]
Asher has joined #ruby
kurko__ has joined #ruby
gil_ has joined #ruby
gil_ has quit [Changing host]
gil_ has joined #ruby
dionysus69 has quit [Ping timeout: 240 seconds]
wilbert has quit [Ping timeout: 268 seconds]
Meow-J__ has quit []
caw_______ has quit []
caw_______ has joined #ruby
Meow-J__ has joined #ruby
kurko_ has quit [Ping timeout: 256 seconds]
Asher has quit [Ping timeout: 265 seconds]
shiroeni has quit [Remote host closed the connection]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Rapture has joined #ruby
iamdevnul has quit []
iamdevnul has joined #ruby
auv has quit []
kapil___ has joined #ruby
Lloyd has quit []
auv has joined #ruby
Lloyd has joined #ruby
Burgestrand has joined #ruby
Scient has quit [Quit: ZNC - http://znc.in]
Scient has joined #ruby
shinnya has joined #ruby
Asher has joined #ruby
grilix has joined #ruby
aupadhye has quit [Ping timeout: 256 seconds]
netherwolfe has joined #ruby
Asher has quit [Ping timeout: 240 seconds]
jetpack_joe has quit []
jetpack_joe has joined #ruby
thoraxe has joined #ruby
<thoraxe> hmm... been a while since I've done any ruby-ing. Had an old sinatra app that used the trello gem and it no longer works, but probably because there's some syntax change
<thoraxe> sprint_lists[0].cards[0].card_labels = ["54d4de9c74d650d5671cb3c7"]
<thoraxe> so, that's an array with one element
<thoraxe> sprint_lists[0].cards[0].card_labels.any? { |label| label["id"] == TRELLO_PROJECT_ID } <-- this comes back as false
<thoraxe> TRELLO_PROJECT_ID == "54d4de9c74d650d5671cb3c7" <-- this is true, though
<thoraxe> oh
<thoraxe> sprint_lists[0].cards[0].card_labels.include?(TRELLO_PROJECT_ID)
<thoraxe> hah
<havenwood> thoraxe: yerp, was gunna say - where'd the "id" key come from?
konsolebox has quit [Ping timeout: 240 seconds]
<thoraxe> havenwood: pulling from ENV
<thoraxe> i think this include will fix it
<thoraxe> testing now
konsolebox has joined #ruby
<thoraxe> yay works
apeiros has joined #ruby
gil_ has quit [Quit: ZNC 1.6.5 - http://znc.in]
coderphive has joined #ruby
gil_ has joined #ruby
gil_ has quit [Changing host]
gil_ has joined #ruby
cyberg has joined #ruby
jottr has joined #ruby
workmad3 has quit [Ping timeout: 268 seconds]
karapetyan has joined #ruby
workmad3 has joined #ruby
amelliaa has joined #ruby
dr3w_ has joined #ruby
ellcs has quit [Ping timeout: 268 seconds]
tycoon177 has quit []
tycoon177 has joined #ruby
karapetyan has quit [Ping timeout: 256 seconds]
jottr has quit [Quit: WeeChat 2.0.1]
Flashynuff has quit []
Flashynuff has joined #ruby
oleo has joined #ruby
erlend has quit [Ping timeout: 260 seconds]
erlend has joined #ruby
rjungemann has quit []
rjungemann has joined #ruby
cyberg has quit [Remote host closed the connection]
cadillac_ has quit [Ping timeout: 240 seconds]
apparition has joined #ruby
cadillac_ has joined #ruby
cschneid_ has joined #ruby
spiette has joined #ruby
hsiktas has quit []
hsiktas has joined #ruby
chmurifree is now known as chmuri
Asher has joined #ruby
spiette has quit [Remote host closed the connection]
cyberg has joined #ruby
Cavallari has quit [Quit: Cavallari]
yohji has quit [Ping timeout: 268 seconds]
Burgestrand has quit [Quit: Closing time!]
troulouliou_div2 has quit [Remote host closed the connection]
chouhoulis has quit [Remote host closed the connection]
pastorinni has joined #ruby
chouhoulis has joined #ruby
wilbert has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
qba73 has quit []
chmuri has quit [Excess Flood]
chmurifree has joined #ruby
yohji has joined #ruby
tomphp has joined #ruby
duderonomy has joined #ruby
surminus has quit []
surminus has joined #ruby
aufi has quit [Remote host closed the connection]
zacts has quit [Quit: WeeChat 1.9.1]
zacts has joined #ruby
spiette has joined #ruby
synthroid has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yohji has quit [Ping timeout: 240 seconds]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
quobo has quit [Quit: Connection closed for inactivity]
amar has joined #ruby
amar has quit [Remote host closed the connection]
cagomez_ has joined #ruby
noobineer has joined #ruby
apparition has quit [Quit: Bye]
Beams_ has quit [Remote host closed the connection]
sanscoeur has quit [Remote host closed the connection]
jcarl43 has joined #ruby
yohji has joined #ruby
nogic has joined #ruby
jcarl43 has quit [Client Quit]
jcarl43 has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
wilbert has quit [Ping timeout: 276 seconds]
[Butch] has joined #ruby
darkhanb has joined #ruby
shinnya has quit [Ping timeout: 248 seconds]
mikecmpbll has quit [Ping timeout: 240 seconds]
synthroid has quit [Remote host closed the connection]
amar has joined #ruby
orbyt_ has joined #ruby
s3nd1v0g1us has joined #ruby
krawchyk has joined #ruby
dionysus69 has joined #ruby
amar has quit [Ping timeout: 248 seconds]
bmurt has joined #ruby
Puffball has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cam27 has joined #ruby
yohji has quit [Remote host closed the connection]
John_Ivan has quit [Ping timeout: 268 seconds]
dionysus69 has quit [Ping timeout: 248 seconds]
orbyt_ has joined #ruby
stnly has quit [Quit: The Lounge - https://thelounge.github.io]
mlehrer has quit [Ping timeout: 240 seconds]
stnly has joined #ruby
stnly has quit [Client Quit]
<havenwood> if anyone has ideas on other neat ways to use the new endless Range let me know! https://medium.com/square-corner-blog/rubys-new-infinite-range-syntax-0-97777cf06270
alex`` has joined #ruby
<havenwood> 1.year.ago.. <- someone pointed that one out
baweaver is now known as baweaver_away
baweaver_away is now known as baweaver
<havenwood> I guess non-Integer ranges it particularly useful, since there really wasn't a way to succinctly say: (:a..)
<havenwood> no Float::INTEGER equiv
<havenwood> (Time.now..).cover? Time.now #=> true
<havenwood> hmm
Mike11 has quit [Ping timeout: 264 seconds]
guille-moe has quit [Ping timeout: 240 seconds]
<apeiros> havenwood: eh, I have Sorting::Bigger for that
<apeiros> never really tried to use it with ranges, but should work
<apeiros> (Sorting::Bigger & ::Smaller always compare as bigger/smaller)
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
teej has quit [Quit: Connection closed for inactivity]
amar has joined #ruby
sanscoeur has joined #ruby
schneider has quit [Ping timeout: 248 seconds]
s3nd1v0g1us has quit [Quit: tempusfugit]
alfiemax has joined #ruby
ronp_usa has joined #ruby
pilne has joined #ruby
ronp_usa has left #ruby [#ruby]
erlend has quit [Ping timeout: 248 seconds]
Puffball has quit [Remote host closed the connection]
duper_ is now known as duper
erlend has joined #ruby
dionysus69 has joined #ruby
John_Ivan has joined #ruby
dionysus69 has quit [Client Quit]
alfiemax has quit [Remote host closed the connection]
alex`` has quit [Ping timeout: 265 seconds]
ams__ has joined #ruby
andikr has quit [Remote host closed the connection]
marxarelli|afk has quit [Quit: Textual IRC Client: www.textualapp.com]
alex`` has joined #ruby
synthroid has joined #ruby
schneider has joined #ruby
karapetyan has joined #ruby
schneider has quit [Ping timeout: 265 seconds]
TomyWork has quit [Remote host closed the connection]
quobo has joined #ruby
chouhoulis has quit [Remote host closed the connection]
amar has quit [Remote host closed the connection]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
harrycs has quit [Ping timeout: 248 seconds]
<phaul> when is this (infinite ranges) arriving in ruby?
karapetyan has quit [Ping timeout: 256 seconds]
<havenwood> phaul: It's on nightly now. The first release will be 2.6.0-preview2 in the next few months. It'll land with 2.6 on Christmas.
alfiemax has joined #ruby
<phaul> coool .. tbh if we had an iterator in stdlib/core that did something similar I would have been happy.. To me having a range with no end is a bit unusal, but sure can get used to it. There are tons of algorithms where I just want to map on natural numbers and at the and take(some_number) of it
<phaul> like step with an infinite upper bound
gnufied has quit [Quit: Leaving]
<phaul> (..5) will be a valid syntax too? :) it equally makes sense ..
synthroid has quit [Remote host closed the connection]
roobie has joined #ruby
alfiemax has quit [Read error: Connection reset by peer]
alfiemax has joined #ruby
roobie has quit [Client Quit]
<havenwood> phage-: would that start at -Infinity?
<havenwood> oops, i meant phaul
<havenwood> phage-: It's take forever to figure out what the start was ;-P
<havenwood> phage-: sorry, on a misstyping spree
<phaul> yeah. I guess it would only make sense if the step was -1
<havenwood> phaul: I've thought it odd in the past that Ranges don't go down.
synthroid has joined #ruby
<havenwood> >> (42..1).size
<ruby[bot]> havenwood: # => 0 (https://eval.in/991994)
<havenwood> phaul: It's one of the reasons I tend to prefer #upto, #downto, or #step.
<phaul> that's valid argument
<havenwood> phaul: I think this is a very interesting proposal: https://bugs.ruby-lang.org/issues/14423
<havenwood> Victor is asking for #converge, but I think I might prefer having #unfold.
harrycs has joined #ruby
<phaul> ah, we would have iterate
<havenwood> mmmmhmmmm
<phaul> this is one of mine from few yars ago https://www.codewars.com/kata/59b7b7f0623654c2ce000021 :)
cadillac_ has quit [Read error: Connection reset by peer]
<havenwood> also yars back
<havenwood> they fly!
<phaul> :) ya. they do dont they
cadillac_ has joined #ruby
c0ncealed1 has quit [Remote host closed the connection]
alfiemax_ has joined #ruby
c0ncealed1 has joined #ruby
clemens3_ has quit [Ping timeout: 268 seconds]
alfiemax has quit [Ping timeout: 256 seconds]
<phaul> how long until we have (2.+) , (.+(4)) ? :)
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
<havenwood> phaul: there's a proposal for: (0..) % 2
<havenwood> (evens)
<havenwood> so many parens, starting to really look lispy
<havenwood> ((0..) % 2).each
cam27 has quit [Quit: cam27]
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
Zaab1t has joined #ruby
<phaul> it's all very cool, it looks cool anyways. I also would be very careful, not to lose the bacic language concepts. It's better to have outdated concepts than a lot of bolt on shite that doesn't fit the language. it's a balance thing. with this we might go too far
jwheare has quit [Quit: Updating details, brb]
alfiemax_ has quit [Read error: Connection reset by peer]
jwheare has joined #ruby
alfiemax has joined #ruby
<phaul> I like to beleive that everything should be receiver message arguments.. at least it's consistent
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
<phaul> ('a'..) % 'b' :)
<phaul> also. what's ('a'..) ?!
zautomata1 has quit [Ping timeout: 248 seconds]
ThaBullfrog has joined #ruby
claudiuinberlin has joined #ruby
<phaul> Now Im getting a feeling they should have just gave us 2 enumerators instead, one for repeating object indefinitelty, one for iterating block indefinitely.
synthroid has quit [Remote host closed the connection]
<phaul> *given
IRCtoo has joined #ruby
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
pastorinni has quit [Ping timeout: 240 seconds]
harrycs has quit [Remote host closed the connection]
nogic has quit [Ping timeout: 248 seconds]
ramfjord has joined #ruby
harrycs has joined #ruby
alfiemax has quit [Read error: Connection reset by peer]
alfiemax has joined #ruby
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
alex`` has quit [Ping timeout: 276 seconds]
<NL3limin4t0r> >> (0..Float::INFINITY).size
<ruby[bot]> NL3limin4t0r: # => Infinity (https://eval.in/992010)
tdy has joined #ruby
netherwolfe has quit [Read error: Connection reset by peer]
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
sauvin has quit [Ping timeout: 256 seconds]
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
netherwolfe has joined #ruby
NL3limin4t0r is now known as NL3limin4t0r_afk
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
zautomata1 has joined #ruby
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
chouhoulis has joined #ruby
al2o3-cr has quit [Quit: WeeChat 2.1]
harrycs has quit [Remote host closed the connection]
nowhere_man has joined #ruby
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
Cavallari has joined #ruby
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
Cavallari has quit [Client Quit]
harrycs has joined #ruby
sidx64 has joined #ruby
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
ogres has quit [Quit: Connection closed for inactivity]
synthroid has joined #ruby
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
sidx64 has quit [Ping timeout: 256 seconds]
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
grilix has quit [Ping timeout: 276 seconds]
harrycs has quit [Remote host closed the connection]
ramfjord has quit [Ping timeout: 248 seconds]
harrycs has joined #ruby
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby
harrycs has quit [Remote host closed the connection]
synthroi_ has joined #ruby
harrycs has joined #ruby
minimalism has quit [Quit: minimalism]
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
synthroid has quit [Ping timeout: 268 seconds]
<phaul> that's just so wrong...
clemens3_ has joined #ruby
erlend has quit [Ping timeout: 260 seconds]
erlend has joined #ruby
<phaul> everything with floats involved is wrong :)
ramfjord has joined #ruby
harrycs has quit [Remote host closed the connection]
grilix has joined #ruby
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
n0m4d1c has joined #ruby
alex`` has joined #ruby
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
sepp2k has joined #ruby
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
n0m4d1c_ has joined #ruby
harrycs has joined #ruby
<Eiam> >> ('a'..).each {|x| puts x}
<ruby[bot]> Eiam: # => /tmp/execpad-fc2f3995e5bf/source-fc2f3995e5bf:2: syntax error, unexpected ')' ...check link for more (https://eval.in/992038)
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
n0m4d1c has quit [Ping timeout: 240 seconds]
alex`` has quit [Ping timeout: 246 seconds]
harrycs has quit [Remote host closed the connection]
harrycs has joined #ruby
harrycs has quit [Remote host closed the connection]
alex`` has joined #ruby
harrycs has joined #ruby
rwb has quit [Ping timeout: 265 seconds]
suukim has quit [Quit: Konversation terminated!]
jottr has joined #ruby
Psybur has quit [Ping timeout: 256 seconds]
sidx64 has joined #ruby
<Yxhuvud> >> RUBY_VERSION
karapetyan has joined #ruby
synthroi_ has quit [Remote host closed the connection]
* phaul kicks ruby bot with
<phaul> ah. I haven't figured out the with part yet, but thanks weechat for sending that :)
karapetyan has quit [Ping timeout: 240 seconds]
<phaul> >> RUBY_VERSION
<ruby[bot]> phaul: # => "2.3.0" (https://eval.in/992046)
<phaul> Yxhuvud: is your nick registered with freenode? that might be why rubybot doesn't respond...
harrycs has quit [Quit: Leaving]
dr3w_ has joined #ruby
<Yxhuvud> ah.
ThaBullfrog has quit [Quit: Leaving]
amar has joined #ruby
alfiemax has quit [Remote host closed the connection]
bmurt has joined #ruby
sameerynho has joined #ruby
ramfjord has quit [Ping timeout: 248 seconds]
hkais has quit [Ping timeout: 276 seconds]
oleo has quit [Remote host closed the connection]
oleo has joined #ruby
ramfjord has joined #ruby
<apeiros> >> "kicks Yxhuvud right back"
<ruby[bot]> apeiros: # => "kicks Yxhuvud right back" (https://eval.in/992060)
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #ruby
ramfjord has quit [Ping timeout: 268 seconds]
sidx64 has quit [Client Quit]
cagomez_ has quit [Remote host closed the connection]
cagomez_ has joined #ruby
alfiemax has joined #ruby
alex`` has quit [Quit: WeeChat 2.1]
duderonomy has joined #ruby
amelliaa has quit [Quit: -]
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
cagomez_ has quit [Ping timeout: 260 seconds]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
cagomez_ has joined #ruby
brodul has quit [Remote host closed the connection]
rwb has joined #ruby
alfiemax has quit [Remote host closed the connection]
cagomez_ has quit [Ping timeout: 256 seconds]
ams__ has quit [Quit: Connection closed for inactivity]
Vamava has joined #ruby
dc1 has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alfiemax has joined #ruby
bmurt has joined #ruby
alex`` has joined #ruby
bmurt has quit [Remote host closed the connection]
bmurt has joined #ruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<apeiros> oh, should have kicked phaul
<phaul> I almost got away with that
<phaul> :)
* ruby[bot] kicks phaul
dinfuehr has quit [Ping timeout: 264 seconds]
<ruby[bot]> there, that's what you get for kicking me!
<apeiros> oy, ruby[bot], stay friendly, will ya?
<ruby[bot]> hrmpf, ok
pastorinni has joined #ruby
dinfuehr has joined #ruby
alfiemax has quit [Remote host closed the connection]
ramfjord has joined #ruby
alfiemax has joined #ruby
chocoelho has quit [Quit: Konversation terminated!]
tomphp has joined #ruby
karapetyan has joined #ruby
Psybur has joined #ruby
kapil___ has quit [Quit: Connection closed for inactivity]
guacamole has joined #ruby
guacamole has quit [Changing host]
guacamole has joined #ruby
dr3w_ has joined #ruby
dr3w_ has quit [Client Quit]
redlegion has quit [Remote host closed the connection]
redlegion has joined #ruby
alfiemax has quit [Remote host closed the connection]
jeffreylevesque has quit [Ping timeout: 256 seconds]
dc1 has quit [Ping timeout: 246 seconds]
physicist__ has quit [Quit: Lost terminal]
psychicist__ has quit [Ping timeout: 240 seconds]
hinbody has quit [Quit: leaving]
kurko__ has quit [Quit: Textual IRC Client: www.textualapp.com]
cagomez_ has joined #ruby
krawchyk has quit [Quit: krawchyk]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tdy has quit [Ping timeout: 264 seconds]
netherwolfe has quit [Ping timeout: 240 seconds]
n0m4d1c_ has quit [Remote host closed the connection]
sanscoeu_ has joined #ruby
cagomez_ has quit [Ping timeout: 256 seconds]
sanscoeur has quit [Ping timeout: 260 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
erlend has quit [Ping timeout: 240 seconds]
coderphive has quit [Read error: Connection reset by peer]
erlend has joined #ruby
ldnunes has quit [Quit: Leaving]
nb_bez_________ has joined #ruby
Cavallari has joined #ruby
redlegion has quit [Remote host closed the connection]
Cavallari1 has joined #ruby
redlegion has joined #ruby
Cavallari1 has quit [Client Quit]
Cavallari has quit [Ping timeout: 240 seconds]
mikecmpbll has joined #ruby
phaul has quit [Ping timeout: 260 seconds]
ramfjord has quit [Ping timeout: 260 seconds]
dionysus69 has joined #ruby
ramfjord has joined #ruby
John_Ivan has quit [Read error: Connection reset by peer]
tdy has joined #ruby
jeffreylevesque has joined #ruby
cagomez_ has joined #ruby
[Butch] has quit [Quit: Textual IRC Client: www.textualapp.com]
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
tyil has joined #ruby
cagomez_ has quit [Ping timeout: 248 seconds]
<tyil> hi, i'm working on a PR on a ruby based repo and I need to match any character that is defined by unicode as horizontal space, is [[:blank:]] a good pick for this (found from https://ruby-doc.org/core-2.5.0/Regexp.html#class-Regexp-label-Character+Classes)
hinbody has joined #ruby
n0m4d1c has joined #ruby
camonz has quit [Quit: Linkinus - http://linkinus.com]
<apeiros> tyil: [[:blank:]] as per those docs is only space or tab, i.e. \x20 and \x09
kevinburke has joined #ruby
<tyil> ok
<apeiros> I'm not sure whether there's a character class fitting exactly your requirements. \p{Space} might be
<tyil> I wasnt too sure since "For instance, /\d/ matches only the ASCII decimal digits (0-9); whereas /[[:digit:]]/ matches any character in the Unicode Nd category." is above there
<tyil> so I was wondering if they all secretly did unicode property checks
<apeiros> alternatively you'll have to enumerate them in a character class
<apeiros> oh, might be that \p is a 1:1 mapping of the unicode categories
cagomez_ has joined #ruby
cagomez_ has quit [Read error: Connection reset by peer]
cagomez_ has joined #ruby
cagomez_ has quit [Remote host closed the connection]
cagomez_ has joined #ruby
rfoust has quit [Ping timeout: 265 seconds]
cagomez_ has quit [Remote host closed the connection]
cagomez_ has joined #ruby
n0m4d1c has quit [Ping timeout: 248 seconds]
graft has quit [Ping timeout: 276 seconds]
John_Ivan has joined #ruby
John_Ivan has quit [Changing host]
John_Ivan has joined #ruby
dviola has joined #ruby
ta_ has quit [Remote host closed the connection]
amar has quit [Remote host closed the connection]
n0m4d1c has joined #ruby
chouhoulis has quit [Remote host closed the connection]
Mrgoose has quit [Quit: ZNC 1.7.x-nightly-20170908-e86efb08 - https://znc.in]
alex`` has quit [Quit: WeeChat 2.1]
n0m4d1c has quit [Remote host closed the connection]
Mrgoose has joined #ruby
paraxial has quit [Quit: The Lounge - https://thelounge.github.io]
paraxial has joined #ruby
n0m4d1c has joined #ruby
SynSynack has joined #ruby
SuperL4g has quit [Quit: leaving]
SuperLag has quit [Remote host closed the connection]
sanscoeu_ has quit [Remote host closed the connection]
rfoust has joined #ruby
kapil___ has joined #ruby
dviola has quit [Quit: WeeChat 2.1]
Zaab1t has quit [Quit: Zaab1t]
kith has quit [Ping timeout: 255 seconds]
rwb has quit [Ping timeout: 256 seconds]
dviola has joined #ruby
Mrgoose has quit [Quit: ZNC 1.7.x-nightly-20170908-e86efb08 - https://znc.in]
chocoelho has joined #ruby
dr3w_ has joined #ruby
graft has joined #ruby
graft has quit [Changing host]
graft has joined #ruby
clemens3_ has quit [Ping timeout: 240 seconds]
dionysus69 has quit [Ping timeout: 256 seconds]
mikecmpbll has quit [Quit: inabit. zz.]
marr has quit [Ping timeout: 248 seconds]
chocoelho has quit [Quit: Konversation terminated!]
reber has quit [Remote host closed the connection]
duderonomy has quit [Ping timeout: 256 seconds]
d_kam___________ has quit [Remote host closed the connection]
karapetyan has quit [Remote host closed the connection]
Tony-St4rk has quit [Ping timeout: 256 seconds]
John_Ivan has quit [Ping timeout: 240 seconds]
mikecmpbll has joined #ruby
shinnya has joined #ruby
eckhardt has joined #ruby
sepp2k has quit [Read error: Connection reset by peer]
stairmast0r has quit [Quit: bye]
jottr has quit [Ping timeout: 260 seconds]
Mrgoose2 has joined #ruby
ramfjord has quit [Ping timeout: 248 seconds]
ramfjord has joined #ruby
noobineer has quit [Ping timeout: 256 seconds]
jcarl43 has quit [Quit: WeeChat 2.1]
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ramfjord has quit [Ping timeout: 264 seconds]
John_Ivan has joined #ruby
John_Ivan has joined #ruby
John_Ivan has quit [Changing host]
ta_ has joined #ruby
dr3w_ has joined #ruby
John_Ivan has quit [Ping timeout: 260 seconds]
dr3w_ has quit [Client Quit]
erlend has quit [Ping timeout: 256 seconds]
stairmast0r has joined #ruby
erlend has joined #ruby
John_Ivan has joined #ruby
John_Ivan has quit [Changing host]
John_Ivan has joined #ruby
dviola has quit [Quit: WeeChat 2.1]
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Psybur_ has joined #ruby
postmodern has joined #ruby
duderonomy has joined #ruby
\void has quit [Quit: So long, and thanks for all the fish.]
Psybur has quit [Ping timeout: 260 seconds]
jeffreylevesque has quit [Read error: Connection reset by peer]
quobo has quit [Quit: Connection closed for inactivity]
ta_ has quit [Ping timeout: 260 seconds]
John_Ivan has quit [Ping timeout: 268 seconds]
RougeR has quit [Ping timeout: 260 seconds]
dr3w_ has joined #ruby
n0m4d1c has quit [Ping timeout: 256 seconds]
karapetyan has joined #ruby
grilix has quit [Ping timeout: 265 seconds]
n0m4d1c has joined #ruby
karapetyan has quit [Ping timeout: 260 seconds]
n0m4d1c has quit [Remote host closed the connection]
netherwolfe has joined #ruby