havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.7.1, 2.6.6, 2.5.8: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ and select Ruby as the language | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first!
drincruz has joined #ruby
dionysus69 has quit [Quit: dionysus69]
dualfade has quit [Ping timeout: 265 seconds]
yokel has quit [Ping timeout: 260 seconds]
dualfade has joined #ruby
braincrash has quit [Ping timeout: 258 seconds]
sagax has quit [Ping timeout: 240 seconds]
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ramfjord has quit [Ping timeout: 264 seconds]
jenrzzz has joined #ruby
yokel has joined #ruby
jenrzzz has quit [Ping timeout: 264 seconds]
JohnB has quit [Quit: Leaving]
kristian_on_linu has quit [Remote host closed the connection]
xco has joined #ruby
yokel has quit [Ping timeout: 260 seconds]
TCZ has quit [Quit: Leaving]
JohnB has joined #ruby
jenrzzz has joined #ruby
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jenrzzz has quit [Ping timeout: 256 seconds]
yokel has joined #ruby
yokel has quit [Ping timeout: 260 seconds]
yokel has joined #ruby
bruce_lee has quit [Ping timeout: 264 seconds]
bruce_lee has joined #ruby
bruce_lee has joined #ruby
bruce_lee has quit [Changing host]
dionysus69 has joined #ruby
cthulchu has quit [Ping timeout: 258 seconds]
ramfjord has joined #ruby
akemhp_ has joined #ruby
akemhp_ has quit [Remote host closed the connection]
akemhp has quit [Ping timeout: 258 seconds]
yokel has quit [Ping timeout: 240 seconds]
ramfjord has quit [Ping timeout: 260 seconds]
adu has joined #ruby
JohnB has quit [Quit: Leaving]
wallace_mu has quit [Remote host closed the connection]
wallace_mu has joined #ruby
yokel has joined #ruby
wallace_mu has quit [Ping timeout: 240 seconds]
mnathani has quit []
Rudd0 has quit [Ping timeout: 240 seconds]
yokel has quit [Ping timeout: 260 seconds]
davispuh has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
dionysus69 has quit [Ping timeout: 240 seconds]
cow[moo] has joined #ruby
yokel has joined #ruby
mnathani has joined #ruby
chihhsin has quit [Quit: leaving]
yokel has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
mnathani has quit []
jenrzzz has quit [Ping timeout: 246 seconds]
gix- has joined #ruby
gix has quit [Disconnected by services]
drincruz has quit [Ping timeout: 256 seconds]
duderono_ has quit [Quit: Textual IRC Client: www.textualapp.com]
DaRock has joined #ruby
dualfade_ has joined #ruby
dualfade_ has quit [Client Quit]
dualfade has quit [Ping timeout: 240 seconds]
dualfade_ has joined #ruby
dualfade_ has quit [Client Quit]
dualfade has joined #ruby
darkstardev13 has joined #ruby
cd has quit [Quit: cd]
Rudd0 has joined #ruby
dualfade has quit [Ping timeout: 264 seconds]
c0san0stra has quit [Ping timeout: 256 seconds]
dualfade has joined #ruby
yokel has joined #ruby
c0san0stra has joined #ruby
cow[moo] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
darkstardev13 has quit [Read error: Connection reset by peer]
skape has quit [Quit: Connection closed for inactivity]
yokel has quit [Ping timeout: 240 seconds]
yokel has joined #ruby
govg has quit [Ping timeout: 256 seconds]
duderonomy has joined #ruby
yokel has quit [Ping timeout: 265 seconds]
yokel has joined #ruby
jenrzzz has joined #ruby
yokel has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
yokel has joined #ruby
Jonathan_ has joined #ruby
Jonathan_ has quit [Remote host closed the connection]
_whitelogger has joined #ruby
jenrzzz has joined #ruby
adu has quit [Quit: adu]
noizex has quit [Ping timeout: 258 seconds]
yokel has quit [Ping timeout: 256 seconds]
tsujp has joined #ruby
Jonathan_ has joined #ruby
yokel has joined #ruby
Jonathan_ has quit [Ping timeout: 260 seconds]
yokel has quit [Ping timeout: 240 seconds]
yokel has joined #ruby
Jonathan_ has joined #ruby
BSaboia has joined #ruby
Jonathan_ has quit [Remote host closed the connection]
howdoi has quit [Quit: Connection closed for inactivity]
yokel has quit [Ping timeout: 240 seconds]
meinside has quit [Quit: Connection closed for inactivity]
dfucci has joined #ruby
yo9 has joined #ruby
<yo9> yo :)
<yo9> I have a strong tilt for ruby and never really used professionally
<yo9> once I proposed to my team in 2009, a Java team, we end with Grails
<yo9> now I'm free!!!!!!!!12343 and accepting suggestion on some projects that can be fun to implement
yokel has joined #ruby
jenrzzz has quit [Ping timeout: 256 seconds]
<apotheon> yo9: an IPFS mirroring and IPFS->HTTP gateway service
<apotheon> yo9: an end-to-end encrypted file dead drop service
<apotheon> yo9: a decentralized equivalent of keybase-fs (which is not the same as IPFS at all, though it might seem that way at first)
<yo9> apotheon: is this what you're referring? https://en.wikipedia.org/wiki/InterPlanetary_File_System
<apotheon> yep
<yo9> looks very interesting
<yo9> the problem is
<yo9> the "http" endpoint needs to have a name and an owner
<yo9> apotheon: how do you put/get stuff into ipfs?
<apotheon> Yeah, but if your project is just the software part of a mirroring and gateway service then other people could use your (presumably copyfree licensed) project to pop up mirror/gateway stuff all over.
<apotheon> Getting stuff into IPFS requires the IPFS software itself. You have to run a node and either load it in yourself or mirror it from someone else's node.
<apotheon> As far as I know, go-ipfs and . . . whatever the JavaScript version is called . . . are the most production-ready implementations.
<yo9> hum
<yo9> makes sense
<apotheon> hmm
<yo9> maybe leverage something like mega?
<apotheon> I suppose you could work on a Ruby implementation (or contribute to one if there's one in progress already).
<apotheon> I'm not sure I know what "mega" means in this context.
<yo9> mega used to be a file drop
<yo9> now entirely encrypted on client side, which means it hosts stuff they cant know
<apotheon> another project idea: something like Heroku, with the same ease of deployment for Ruby web applications, but with the command line tools being Ruby and more portable, and not run by Salesforce
<apotheon> Oh, I guess that'd be for the file dead drop service idea.
<apotheon> I thought you were still talking about the IPFS mirror/gateway.
<yo9> damn, I been out of this community for too long.. didnt know Salesforce owns Heroku now
<apotheon> One thing that annoys me about Heroku is that you need either a separate hosting service for files (e.g. AWS) or to spend far too much money on file hosting for your application.
<apotheon> . . . because Heroku paid add-ons are sometimes ridiculously expensive compared to off-Heroku alternatives.
<yo9> so to be clear I was thinking to mirror ipfs (based on some search/filter) to mega (which is an http endpoint with client-side encryption)
<apotheon> Salesforce bought Heroku a few years ago.
<yo9> didn't know
<apotheon> Oh, that's a different idea than I expected.
yokel has quit [Ping timeout: 260 seconds]
<yo9> I want to outsource the http part
<apotheon> gotcha
<yo9> I like the project
<yo9> if you would scan for something interesting, what would you be looking for?
<yo9> again, not sure how ipfs works
<apotheon> It's a bit abstract.
<apotheon> I'm afraid I don't have time right now to try to explain it. I'm about to turn in for the night.
<yo9> you inspired a soul my friend
<yo9> go to your dreams
yokel has joined #ruby
<apotheon> You could look at pinata.cloud for an example of a freemium mirroring service (kinda like how GitHub is freemium, sort), by the way.
<apotheon> yo9: I'd like to talk to you more later, if you're interested in exploring it.
<apotheon> I'm barely at all knowledgeable about IPFS myself. I've played around with it a little.
<yo9> send me a msg when you
<yo9> 're back
<apotheon> yo9: Before I go, I'll give you a link to an image I pinned on pinata. Hang on while I get its URI.
<apotheon> g'night
<yo9> this (pinata) looks like the same ipfs to http service you were advocating
xco has joined #ruby
<apotheon> kinda
<apotheon> I was just thinking it might be an interesting project, and maybe you'd come up with a different take on it.
Fenhl has quit [Ping timeout: 244 seconds]
timwis has quit [Ping timeout: 244 seconds]
entel has quit [Ping timeout: 244 seconds]
<apotheon> Actually, something that indexed IPFS almost like a search engine would be pretty cool as another.
<apotheon> Right, I was going to go to sleep, but got distracted.
<apotheon> g'night, anyway
afisher has quit [Ping timeout: 240 seconds]
darthThorik has quit [Ping timeout: 240 seconds]
jhill has quit [Ping timeout: 240 seconds]
kozowu has quit [Ping timeout: 240 seconds]
KnownSyntax has quit [Ping timeout: 244 seconds]
AutomationD has quit [Ping timeout: 244 seconds]
yo9 has quit [Quit: type /quit and be free]
en10n has quit [Ping timeout: 244 seconds]
darthThorik has joined #ruby
strmpnk has quit [Ping timeout: 244 seconds]
peteretep has quit [Ping timeout: 244 seconds]
Fenhl has joined #ruby
afisher has joined #ruby
jhill has joined #ruby
peteretep has joined #ruby
AutomationD has joined #ruby
finn[m]1 has joined #ruby
KnownSyntax has joined #ruby
en10n has joined #ruby
strmpnk has joined #ruby
finn[m] has quit [Ping timeout: 244 seconds]
gitter1234 has joined #ruby
kozowu has joined #ruby
DarthGandalf has quit [Ping timeout: 244 seconds]
DarthGandalf has joined #ruby
turt2live has quit [Ping timeout: 244 seconds]
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dfucci has quit [Ping timeout: 256 seconds]
Arkaniad has quit [Ping timeout: 240 seconds]
batisi[m] has quit [Ping timeout: 244 seconds]
dfucci has joined #ruby
entel has joined #ruby
timwis has joined #ruby
akemhp has joined #ruby
dfucci has quit [Ping timeout: 244 seconds]
turt2live has joined #ruby
batisi[m] has joined #ruby
alfiemax has joined #ruby
yokel has quit [Ping timeout: 240 seconds]
alfiemax has quit [Read error: Connection reset by peer]
alfiemax has joined #ruby
<havenwood> &>> Time.now.to_i + 320.abs2 + 320
<rubydoc> # => 1599999973 (https://carc.in/#/r/9orm)
<havenwood> Close to 1_600_000_000 indeed.
xco has joined #ruby
yokel has joined #ruby
yokel has quit [Ping timeout: 240 seconds]
schne1der has joined #ruby
govg has joined #ruby
pavelz has quit [Quit: leaving]
govg has quit [Ping timeout: 240 seconds]
govg has joined #ruby
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yokel has joined #ruby
yokel has quit [Ping timeout: 244 seconds]
schne1der has quit [Ping timeout: 244 seconds]
BenDover has joined #ruby
johndotpub has joined #ruby
johndotpub_ has quit [Ping timeout: 240 seconds]
dfucci has joined #ruby
yokel has joined #ruby
roadt has joined #ruby
BenDover has quit [Quit: BenDover]
<nakilon> Few year ago I made a party for 123456789 Unix time
<nakilon> Gathered some geeks that I rarely saw. They liked the idea to celebrate such date.
yokel has quit [Ping timeout: 244 seconds]
braincrash has joined #ruby
kristian_on_linu has joined #ruby
yokel has joined #ruby
yokel has quit [Ping timeout: 244 seconds]
yokel has joined #ruby
lunarkitty7 has quit [Ping timeout: 240 seconds]
dfucci has quit [Ping timeout: 260 seconds]
yokel has quit [Ping timeout: 258 seconds]
Nahra has joined #ruby
yokel has joined #ruby
alfiemax has quit [Ping timeout: 244 seconds]
yokel has quit [Ping timeout: 244 seconds]
dfucci has joined #ruby
alfiemax has joined #ruby
BSaboia has quit [Quit: This computer has gone to sleep]
TCZ has joined #ruby
yokel has joined #ruby
ctOS has joined #ruby
alfiemax has quit [Remote host closed the connection]
ellcs has joined #ruby
cgfbee has quit [Ping timeout: 260 seconds]
dfucci has quit [Ping timeout: 244 seconds]
cgfbee has joined #ruby
yokel has quit [Ping timeout: 258 seconds]
yokel has joined #ruby
yokel has quit [Ping timeout: 260 seconds]
blackthor has joined #ruby
gitter1234 has quit [Quit: Connection closed for inactivity]
<blackthor> hello guys&girls, i need some help for a unexpected growing project, preferaby somebody from europe/belgium, if interested, msg me ;)
dfucci has joined #ruby
yokel has joined #ruby
dfucci has quit [Ping timeout: 244 seconds]
dfucci has joined #ruby
dfucci has quit [Ping timeout: 244 seconds]
gitter1234 has joined #ruby
ellcs has quit [Ping timeout: 244 seconds]
kristian_on_linu has quit [Remote host closed the connection]
schne1der has joined #ruby
yokel has quit [Ping timeout: 240 seconds]
sagax has joined #ruby
Nahra has quit [Quit: leaving]
yokel has joined #ruby
Secret-Fire has quit [Read error: Connection reset by peer]
imode has quit [Ping timeout: 260 seconds]
romanlevin333236 has quit [Ping timeout: 240 seconds]
yokel has quit [Ping timeout: 244 seconds]
TCZ has quit [Quit: Leaving]
romanlevin333236 has joined #ruby
yokel has joined #ruby
xco has joined #ruby
dfucci has joined #ruby
weaksauce has quit [Ping timeout: 260 seconds]
dfucci has quit [Ping timeout: 244 seconds]
yokel has quit [Ping timeout: 240 seconds]
ctOS has quit [Quit: Connection closed for inactivity]
va5c0 has joined #ruby
akemhp has quit [Remote host closed the connection]
akemhp has joined #ruby
ellcs has joined #ruby
pgib has quit [Ping timeout: 256 seconds]
yokel has joined #ruby
yokel has quit [Ping timeout: 260 seconds]
fowl has quit [Ping timeout: 272 seconds]
fowl has joined #ruby
MentalPower has quit [Ping timeout: 272 seconds]
darthThorik has quit [Ping timeout: 272 seconds]
jrhorn424 has quit [Ping timeout: 272 seconds]
jrhorn424 has joined #ruby
TCZ has joined #ruby
darthThorik has joined #ruby
JayDoubleu has quit [Ping timeout: 272 seconds]
MentalPower has joined #ruby
Phoebus has quit [Ping timeout: 272 seconds]
itok has quit [Ping timeout: 272 seconds]
JayDoubleu has joined #ruby
Phoebus has joined #ruby
rann has quit [Ping timeout: 272 seconds]
Pillus has quit [Ping timeout: 272 seconds]
itok has joined #ruby
Net has quit [Ping timeout: 272 seconds]
Net has joined #ruby
Pillus has joined #ruby
rann has joined #ruby
Sina has quit [Ping timeout: 272 seconds]
Sina has joined #ruby
va5c0 has quit [Remote host closed the connection]
yokel has joined #ruby
schne1der has quit [Ping timeout: 244 seconds]
dionysus69 has joined #ruby
yokel has quit [Ping timeout: 258 seconds]
bl4ckth0r has joined #ruby
blackthor has quit [Ping timeout: 240 seconds]
ChmEarl has joined #ruby
leitz has joined #ruby
gitter1234 has quit [Quit: Connection closed for inactivity]
<leitz> And it seemed like a lot longer than 40-ish lines while I was doing it...
ellcs has quit [Read error: Connection reset by peer]
ellcs has joined #ruby
akemhp has quit [Quit: Leaving]
yokel has joined #ruby
bl4ckth0r has quit [Ping timeout: 240 seconds]
dfucci has joined #ruby
jokester has joined #ruby
jokester has quit [Changing host]
jokester has joined #ruby
chalkmonster has quit [Quit: WeeChat 2.9]
TCZ has quit [Quit: Leaving]
kyrylo has joined #ruby
dfucci has quit [Ping timeout: 258 seconds]
yokel has quit [Ping timeout: 258 seconds]
kyrylo_ has joined #ruby
powerhouse has quit [Read error: No route to host]
cd has joined #ruby
kyrylo has quit [Client Quit]
kyrylo_ has quit [Client Quit]
alfiemax has joined #ruby
powerhouse has joined #ruby
kyrylo has joined #ruby
ellcs has quit [Ping timeout: 244 seconds]
yokel has joined #ruby
kyrylo has quit [Quit: Textual IRC Client: www.textualapp.com]
yokel has quit [Ping timeout: 260 seconds]
yokel has joined #ruby
dionysus69 has quit [Ping timeout: 264 seconds]
Jonathan_ has joined #ruby
Jonathan_ has quit [Ping timeout: 240 seconds]
yokel has quit [Ping timeout: 258 seconds]
DaRock has quit [Ping timeout: 240 seconds]
powerhouse has quit [Remote host closed the connection]
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
powerhouse has joined #ruby
yokel has joined #ruby
yokel has quit [Ping timeout: 264 seconds]
powerhouse has quit [Remote host closed the connection]
powerhouse has joined #ruby
alfiemax_ has joined #ruby
alfiemax has quit [Ping timeout: 260 seconds]
Jonathan_ has joined #ruby
yokel has joined #ruby
Jonathan_ has quit [Remote host closed the connection]
powerhouse has quit [Remote host closed the connection]
powerhouse has joined #ruby
powerhouse has quit [Remote host closed the connection]
powerhouse has joined #ruby
akemhp has joined #ruby
xco has joined #ruby
Jonathan_ has joined #ruby
Jonathan_ has quit [Max SendQ exceeded]
yokel has quit [Ping timeout: 240 seconds]
Jonathan_ has joined #ruby
Jonathan_ has quit [Remote host closed the connection]
yokel has joined #ruby
powerhouse has quit [Remote host closed the connection]
powerhouse has joined #ruby
dfucci has joined #ruby
carbone5 has joined #ruby
yokel has quit [Ping timeout: 260 seconds]
dfucci has quit [Ping timeout: 244 seconds]
yokel has joined #ruby
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Jonathan_ has joined #ruby
xco has joined #ruby
Jonathan_ has quit [Remote host closed the connection]
BenDover has joined #ruby
yokel has quit [Ping timeout: 244 seconds]
titanbiscuit has quit [Ping timeout: 258 seconds]
titanbiscuit has joined #ruby
yokel has joined #ruby
schne1der has joined #ruby
davispuh has joined #ruby
leitz has quit [Quit: Leaving]
yokel has quit [Ping timeout: 258 seconds]
yokel has joined #ruby
yokel has quit [Ping timeout: 244 seconds]
yokel has joined #ruby
yokel has quit [Ping timeout: 264 seconds]
imode has joined #ruby
carbone5 has quit [Quit: carbone5]
yokel has joined #ruby
Jonathan_ has joined #ruby
Jonathan_ has quit [Max SendQ exceeded]
yokel has quit [Ping timeout: 258 seconds]
yokel has joined #ruby
carbone5 has joined #ruby
schne1der has quit [Ping timeout: 244 seconds]
weaksauce has joined #ruby
yokel has quit [Ping timeout: 240 seconds]
yokel has joined #ruby
yokel has quit [Ping timeout: 244 seconds]
entel has quit [Ping timeout: 240 seconds]
Rudd0 has quit [Ping timeout: 240 seconds]
dfucci has joined #ruby
entel has joined #ruby
blender has joined #ruby
blender_ has quit [Ping timeout: 260 seconds]
dfucci has quit [Ping timeout: 246 seconds]
<xco> perhaps there's a way to cycle through an array randomly
<xco> Ruby has a.cycle { |x| puts x } which cycles through the array in order
<xco> a = some array
<xco> how can i cycle through an array randomly? if this is possible. i don't want to build my own data structures
TCZ has joined #ruby
<apotheon> a.shuffle.cycle
yokel has joined #ruby
<apotheon> It'd be the same randomized order over and over again, though.
<apotheon> If you want it differently random every time, that'd be something else.
<xco> yeah i want it to be different order after every cycle
<apotheon> I think that's kinda against the point of "cycle".
<xco> apotheon i can understand that. if it was a different order each time it wouldn't truly be a cycle then
<apotheon> [1].cycle { puts a.shuffle }
<apotheon> there you go
<apotheon> cheating
<apotheon> I mean, if you're going to do something that doesn't fit the concept of the function, you might as well go all the way.
yokel has quit [Ping timeout: 240 seconds]
schne1der has joined #ruby
<apotheon> s/function/method/
ctOS has joined #ruby
<xco> apotheon ha. nifty
<xco> apotheon thanks
pacuna has joined #ruby
howdoi has joined #ruby
SuperLag has joined #ruby
<apotheon> xco: welcome
<apotheon> Just remember that too much cleverness is bad in code, and there are probably better ways to do that.
<apotheon> A lot of cleverness comes from someone wanting to use what's in the person's head in nonstandard ways to accomplish something without having to work at it.
<apotheon> . . . rather than figuring out a better way.
<apotheon> anyway, off to take a walk
<xco> apotheon sure. thank you :)
<apotheon> my pleasure
yokel has joined #ruby
blobsson has joined #ruby
alfiemax_ has quit [Remote host closed the connection]
jokester has quit [Read error: Connection reset by peer]
yokel has quit [Ping timeout: 240 seconds]
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xco has joined #ruby
yokel has joined #ruby
iamnix has joined #ruby
carbone5 has quit [Quit: carbone5]
carbone5 has joined #ruby
yokel has quit [Ping timeout: 244 seconds]
iamnix has quit [Ping timeout: 258 seconds]
carbone5 has quit [Client Quit]
carbone5 has joined #ruby
yokel has joined #ruby
jenrzzz has joined #ruby
yokel has quit [Ping timeout: 240 seconds]
carbone5 has quit [Quit: carbone5]
akemhp has quit [Ping timeout: 240 seconds]
lunarkitty7 has joined #ruby
yokel has joined #ruby
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pacuna has quit [Ping timeout: 244 seconds]
yokel has quit [Ping timeout: 244 seconds]
factormystic has quit [Read error: Connection reset by peer]
redlegion has quit [Ping timeout: 272 seconds]
factormystic has joined #ruby
redlegion has joined #ruby
yokel has joined #ruby
yokel has quit [Ping timeout: 240 seconds]
yokel has joined #ruby
drincruz has joined #ruby
carbone5 has joined #ruby
carbone5 has quit [Client Quit]
akemhp has joined #ruby
drincruz has quit [Ping timeout: 260 seconds]
jenrzzz has quit [Ping timeout: 244 seconds]
yokel has quit [Ping timeout: 260 seconds]
yokel has joined #ruby
TCZ has quit [Quit: Leaving]
ctOS has quit [Quit: Connection closed for inactivity]
Jonathan_ has joined #ruby
sjd has joined #ruby
Jonathan_ has quit [Remote host closed the connection]
ellcs has joined #ruby
yokel has quit [Ping timeout: 240 seconds]
xco has joined #ruby
pwnd_sfw has quit [Remote host closed the connection]
Rudd0 has joined #ruby
sjd has quit [Ping timeout: 244 seconds]
yokel has joined #ruby
xco has quit [Ping timeout: 240 seconds]
zxq2 has joined #ruby
<zxq2> if i have an object and i want to detemine where a method is defined, e.g. in the class i instanatiated or one of the classes it inherits from (or mixes in), how do i do it? is there a way aside from Method#source_location?
jenrzzz has joined #ruby
TCZ has joined #ruby
BenDover has quit [Quit: BenDover]
ellcs has quit [Ping timeout: 244 seconds]
yokel has quit [Ping timeout: 264 seconds]
roshanavand has joined #ruby
yokel has joined #ruby
Grios has joined #ruby
<Grios> Hi
<Grios> how can optimize this code
skape has joined #ruby
<ruby[bot]> Grios: we in #ruby do not like pastebin.com, it loads slowly for most, has ads which are distracting and has terrible formatting. Please use https://gist.github.com
swaggboi has quit [Quit: C-x C-c]
schne1der has quit [Ping timeout: 244 seconds]
yokel has quit [Ping timeout: 260 seconds]
swaggboi has joined #ruby
yokel has joined #ruby
pwnd_sfw has joined #ruby
ruurd has quit [Quit: bye folks]
akemhp has quit [Quit: Leaving]
yokel has quit [Ping timeout: 258 seconds]
braincrash has quit [Ping timeout: 240 seconds]
yokel has joined #ruby