<lembron>
times out and never gets a denied packet)
caedmon has quit [Ping timeout: 265 seconds]
<lembron>
also not sure how that meshes with the "next '535 Denied' if server.nil?" a few lines up...
<lembron>
may have found smth - as usual, just about as i typed it out here :D -> implicit return (or rather, the lack-there-of)
<lembron>
boja =) --- just not a "return" but a "next" - and things seem to work =)
caedmon has joined #ruby
caedmon has quit [Ping timeout: 264 seconds]
caedmon has joined #ruby
caedmon has quit [Ping timeout: 268 seconds]
caedmon has joined #ruby
ur5us has joined #ruby
caedmon has quit [Ping timeout: 265 seconds]
caedmon has joined #ruby
caedmon has quit [Ping timeout: 272 seconds]
jhass has quit [Ping timeout: 252 seconds]
jhass has joined #ruby
caedmon has joined #ruby
caedmon has quit [Ping timeout: 268 seconds]
_whitelogger has joined #ruby
jhass has quit [Ping timeout: 264 seconds]
jhass has joined #ruby
caedmon has joined #ruby
caedmon has quit [Ping timeout: 260 seconds]
ur5us has quit [Ping timeout: 246 seconds]
Synthead has joined #ruby
reset has quit [Quit: reset]
Guest45 has joined #ruby
<Guest45>
Hi guys, seeking pros and cons of Ruby on Rails vs Django web dev frameworks, and or reccomendations for other frameworks or languages such as Rust or GO.
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
gonix has quit [Ping timeout: 260 seconds]
Sankalp- has joined #ruby
Sankalp has quit [Ping timeout: 272 seconds]
Sankalp- is now known as Sankalp
___nick___ has joined #ruby
<ox1eef_>
The tradition of releasing a new Ruby at Christmas every year is one of the great features of Ruby.
<adam12>
ox1eef_: Agreed.
jabau has joined #ruby
<Y05hito__>
Yeah, it was the idea of yusashi kitamano one of the co-creator of ruby.
<Y05hito__>
Because they digg J.C. so much in japan nowdays lol.
<Y05hito__>
Hey if you like japan offtopic, checkout kimagure chief cook on youtube.
<ox1eef_>
Ruby has a co-creator ? :o I never knew that.
<Y05hito__>
yeah, that's the ninja spirit of Japan, not everything is to be known from outsiders.
<Y05hito__>
lol
<ox1eef_>
=]
jabau has quit [Quit: leaving]
caedmon has joined #ruby
slothby has quit [Quit: brb ... maybe]
Y05hito__ has quit [Ping timeout: 264 seconds]
caedmon has quit [Ping timeout: 248 seconds]
caedmon has joined #ruby
Rounin has joined #ruby
Rounin has joined #ruby
Rounin has quit [Changing host]
caedmon has quit [Remote host closed the connection]
c10l5 has quit [Quit: See ya! o/]
ua_ has quit [Ping timeout: 246 seconds]
c10l5 has joined #ruby
Sankalp has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
Sankalp has joined #ruby
<John_Ivan>
sigh
<John_Ivan>
girl questions trip me up so badly.
<John_Ivan>
"what is your favourite colour"
<John_Ivan>
"how was your day"
<John_Ivan>
"what is your plan for christmas"
<John_Ivan>
I don't have a favourite colour. My day was... I don't know. I don't think about it. I don't have a plan. And even if I did, I probably wouldn't know what to respond.
ua_ has joined #ruby
<John_Ivan>
"This is my plan. I will eat turkey tonight, stuff myself with candy like a good ol' ho ho ho and then code/play some games online."
<John_Ivan>
or
<John_Ivan>
"I will be sticking a pine tree in my house to celebrate the birthday of a jew while revering a fatty who drops down people's chimneys to eat cookies and milk then drop off presents to kids who are nice but not naughty."
Sankalp has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
Sankalp has joined #ruby
<ox1eef_>
John_Ivan: Soften it and be considerate of others (both Jews and Christians).
<leah2>
you just need to learn the purpose of the questions
<leah2>
'what's your favorite color' -> 'i want to gift you something, which color do you want'
Averna has joined #ruby
cartdrige has joined #ruby
<John_Ivan>
ox1eef_, sorry.
<John_Ivan>
leah2, it's not contextually related to christmas.
<John_Ivan>
I was asked that question last summer
<John_Ivan>
and it wasn't a girl I knew before. it was first time meeting.
<leftylink>
does everyone write code (for the purposes of this channel, Ruby) in a slightly different way? could you uniquely identify an individual by their code signature?
<bougyman>
Kind of.
<bougyman>
There are definintely tells.
<bougyman>
You can learn a lot from someone's .rubycop.yml
<ox1eef_>
Those that aren't fanatatical will settle on standardrb, and a couple of rules here and there. The rubocop defaults are fanatical.
<ox1eef_>
And, I think it is safe to say no one writes Ruby the same way, at best in a similar way. The real test in the age of rubocop is whether or not you can tolerate people who do things a little bit differently, or if you have to micro manage the most minute of details.
Synthead has joined #ruby
cartdrige has joined #ruby
___nick___ has quit [Ping timeout: 265 seconds]
Synthead has quit [Ping timeout: 260 seconds]
Synthead has joined #ruby
Synthead has quit [Ping timeout: 260 seconds]
caedmon has joined #ruby
swaggboi has quit [Quit: C-x C-c]
caedmon has quit [Ping timeout: 260 seconds]
cartdrige has quit [Read error: Connection reset by peer]
desnudopenguino has quit [Ping timeout: 255 seconds]
swaggboi has joined #ruby
ruby[bot] has quit [Remote host closed the connection]
ruby[bot] has joined #ruby
markong has joined #ruby
Al2O3 is now known as soyboy
soyboy is now known as Al2O3
neshpion has joined #ruby
<neshpion>
given an array of strings, is there a clever way to return the first string that includes one match from a prioritized list of patterns?