eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<leftylink>
we got Hash#to_proc, wonder why Array#to_proc not added aswell? but it appears people ahve differing ideas about what it should do. my thought was that it should be like Hash#to_proc, but it seems others think it should be as if you did Hash#dig
<leftylink>
so I guess these differing ideas might be why it hasn't been added. to avoid that confusion
<leftylink>
had I written it suh, the two arrays are right next to each other
<leftylink>
so I should have done it that way in the first place
<leftylink>
I regret this error
shokohsc has joined #ruby
Starfoxxes has quit [Ping timeout: 240 seconds]
Starfoxxes has joined #ruby
<Hess>
oh great, thank you so much havenwood!
emcb5 has quit [Remote host closed the connection]
emcb5 has joined #ruby
emcb5 has quit [Remote host closed the connection]
emcb5 has joined #ruby
emcb5 has quit [Read error: Connection reset by peer]
emcb5 has joined #ruby
emcb5 has quit [Read error: Connection reset by peer]
emcb5 has joined #ruby
emcb5 has quit [Read error: Connection reset by peer]
CrazyEddy has quit [Ping timeout: 268 seconds]
reset has joined #ruby
fef has quit [Quit: Leaving]
CrazyEddy has joined #ruby
samgranieri has quit [Ping timeout: 256 seconds]
samgranieri has joined #ruby
fef has joined #ruby
eddof13 has joined #ruby
weyhmueller has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eddof13 has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
samgranieri has quit [Quit: samgranieri]
samgranieri has joined #ruby
eddof13 has joined #ruby
cahoots has quit [Ping timeout: 268 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eddof13 has joined #ruby
lim has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lim has quit [Remote host closed the connection]
Guest62_ has joined #ruby
Guest62_ has quit [Client Quit]
taupiqueur has joined #ruby
dangerousdave has joined #ruby
<dangerousdave>
hey everyone!
<dangerousdave>
this is where you have all been hiding
<dangerousdave>
been hanging out in freenode for days wondering where everyone went
<adam12>
dangerousdave: lol. we gone.
<adam12>
dangerousdave: was there many people over there?
<dangerousdave>
1 or 2 lol
<dangerousdave>
adam12 when did everyone move?
<adam12>
dangerousdave: About the time that freenode imploded.
<adam12>
So I think it's been 4 ~ 5 months.
lunarkitty has joined #ruby
<dangerousdave>
wo, i'm behind the times
<adam12>
bbiab
m_antis has quit [Read error: Connection reset by peer]
m_antis has joined #ruby
michigan has joined #ruby
cahoots has joined #ruby
michigan has quit []
crankharder has joined #ruby
<crankharder>
how do I enable yjit for something like resque or unicorn? -- neither of which are normally launched with `ruby` ? in my case I launch them with `bundle exec`. is there an env variable that I can pass?
eddof13 has joined #ruby
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dangerousdave has joined #ruby
crankharder has quit [Ping timeout: 256 seconds]
dangerousdave has quit [Client Quit]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
crankharder has joined #ruby
dangerousdave has joined #ruby
crankharder has quit [Ping timeout: 240 seconds]
crankharder has joined #ruby
lim has joined #ruby
crankharder has quit [Quit: leaving]
taupiqueur has quit [Ping timeout: 240 seconds]
lim has quit [Ping timeout: 256 seconds]
eddof13 has joined #ruby
bluedust has quit [Remote host closed the connection]
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
analogsalad has quit [Quit: bye]
<Vaevictus>
hmm... anyone in here ever write code related to ics files/web calendars?
dangerousdave has joined #ruby
fef has quit [Ping timeout: 276 seconds]
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eddof13 has joined #ruby
_ht has quit [Remote host closed the connection]
goldfish has joined #ruby
___nick___ has quit [Ping timeout: 256 seconds]
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dangerousdave has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eddof13 has joined #ruby
oxfuxxx has joined #ruby
eddof13 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eddof13 has joined #ruby
<havenwood>
crankharder: ruby --yjit -S unicorn
goldfish has quit [Ping timeout: 256 seconds]
<havenwood>
Reminds me about strange looks I got from eves droppers at a Mexican restaurant when I was saying I wanted to see how God handled me killing *all* the Unicorns and if it wasn't a graceful response to consider Blue Pill.
<havenwood>
Almost makes me glad systemd won. ;P
<weaksauce>
haha
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fredlinhares has joined #ruby
dangerousdave has joined #ruby
lim has joined #ruby
ouestbillie is now known as vanDamme
bobdobbs has joined #ruby
vanDamme is now known as ouestbillie
<bobdobbs>
Hi all. I'm trying to install this library by following the instructions on the homepage of it's project: https://ttytoolkit.org/
<bobdobbs>
The instructions say to install the gem and then do 'teletype new app'. But after installing it, 'teletype new app' return "command not found"
<bobdobbs>
I'm using rbenv on ubuntu 20.04
dangerousdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dangerousdave has joined #ruby
<LACampbe1>
bobdobbs: do the irb, ruby etc actually run the version of ruby you installed with rbenv?
<LACampbe1>
I'm wondering if the paths are set up in bash_profile or whatever
<bobdobbs>
I'm assuming I'm running the version that I've installed with rbenv, cos I've uninstalled the system version of ruby
<bobdobbs>
LACampbe1: I'm using zsh. I don't know anything about which path variables are supposed to be set up, or how they are supposed to be set up for gems to work
dangerousdave has quit [Client Quit]
<LACampbe1>
well I mean you've got this running every time you open a shell, right?