baweaver changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.6.3, 2.5.5, 2.4.6: 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!
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Swyper has joined #ruby
Azure has quit [Remote host closed the connection]
Azure has joined #ruby
meruem has quit [Remote host closed the connection]
Fernando-Basso has quit [Remote host closed the connection]
TomyLobo has quit [Read error: Connection reset by peer]
wald0 has quit [Quit: Lost terminal]
laaron has quit [Remote host closed the connection]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
laaron has joined #ruby
AJA4350 has quit [Quit: AJA4350]
dsmythe has quit [Remote host closed the connection]
dsmythe has joined #ruby
esrse has joined #ruby
noobineer has joined #ruby
UnknownSoldier has joined #ruby
Fridtjof has quit [Ping timeout: 250 seconds]
tdy1 has joined #ruby
tdy1 is now known as tdy
Fridtjof has joined #ruby
none_ has joined #ruby
Azure has quit [Remote host closed the connection]
Dbugger has quit [Ping timeout: 240 seconds]
millerti has quit [Ping timeout: 268 seconds]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
mangold has joined #ruby
UnknownSoldier is now known as \rafaela
duderonomy has joined #ruby
<baweaver> havenwood: how do you get a list of Ruby operators?
cd has joined #ruby
<havenwood> baweaver: /msg chanserv access #ruby list
<baweaver> &>> Integer.methods.grep(/^[^a-z]{1,3}$/)
<rubydoc> # => [:<=>, :<=, :>=, :==, :===, :<, :>, :=~, :!~, :!, :!=] (https://carc.in/#/r/6r2z)
<havenwood> oh, that type of operator!
<havenwood> hahaha
<baweaver> Har har
galaxie has quit [Ping timeout: 256 seconds]
\rafaela has quit [Ping timeout: 246 seconds]
galaxie has joined #ruby
ramfjord has quit [Ping timeout: 246 seconds]
Mia has quit [Read error: Connection reset by peer]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
kapil____ has joined #ruby
arescorpio has joined #ruby
noobineer has quit [Ping timeout: 255 seconds]
braincrash has quit [Quit: bye bye]
planigan has quit [Ping timeout: 268 seconds]
braincrash has joined #ruby
planigan has joined #ruby
tdy has quit [Ping timeout: 255 seconds]
bambanx has joined #ruby
sesame has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 255 seconds]
jcarl43 has quit [Quit: WeeChat 2.4]
UnknownSoldier has joined #ruby
DTZUZO has joined #ruby
terabytes has quit [Quit: Connection closed for inactivity]
mangold has quit [Quit: This computer has gone to sleep]
arescorpio has quit [Quit: Leaving.]
imadper has quit [Remote host closed the connection]
imadper has joined #ruby
lghtstkr has quit [Ping timeout: 250 seconds]
lightstalker has joined #ruby
sesame has left #ruby [#ruby]
kapil____ has quit [Quit: Connection closed for inactivity]
rem_ has quit [Quit: rem_]
sauvin has joined #ruby
schleppel has joined #ruby
mangold has joined #ruby
crankharder has quit [Ping timeout: 268 seconds]
SeepingN_ has quit [Ping timeout: 250 seconds]
crankharder has joined #ruby
bambanx has quit [Read error: Connection reset by peer]
reber has joined #ruby
DmitryBochkarev has joined #ruby
UnknownSoldier has quit [Remote host closed the connection]
UnknownSoldier has joined #ruby
uncle1V4N has joined #ruby
<uncle1V4N> hiii
aert has quit [Ping timeout: 268 seconds]
Swyper has quit [Remote host closed the connection]
DTZUZO has quit [Ping timeout: 246 seconds]
aert has joined #ruby
maryo has quit [Quit: Leaving]
uncle1V4N has quit [Ping timeout: 258 seconds]
dellavg_ has joined #ruby
uncle1V4N has joined #ruby
uncle1V4N has quit [Max SendQ exceeded]
uncle1V4N has joined #ruby
levifig has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
rheddry has joined #ruby
ndrst has joined #ruby
uncle1V4N has quit [Read error: Connection reset by peer]
ndrst is now known as Guest3556
ramfjord has quit [Ping timeout: 244 seconds]
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
houhoulis has quit [Remote host closed the connection]
dsmythe has quit [Remote host closed the connection]
dsmythe has joined #ruby
cedum has joined #ruby
imadper has quit [Remote host closed the connection]
imadper has joined #ruby
jcarl43 has joined #ruby
jcarl43 has quit [Client Quit]
cedum has quit [Ping timeout: 240 seconds]
sphenxes has joined #ruby
hightower2 has joined #ruby
UnknownSoldier has quit [Remote host closed the connection]
TomyLobo has joined #ruby
vondruch has quit [Ping timeout: 245 seconds]
aert has quit [Read error: Connection reset by peer]
jefffrails35 has joined #ruby
pwnd_nsfw` has quit [Read error: Connection reset by peer]
pwnd_nsfw` has joined #ruby
aert has joined #ruby
kapil____ has joined #ruby
mangold has quit [Quit: This computer has gone to sleep]
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 246 seconds]
DTZUZO has joined #ruby
rheddry has quit [Quit: Farewell]
mangold has joined #ruby
sameerynho has joined #ruby
mangold has quit [Client Quit]
RiPuk has quit [Ping timeout: 255 seconds]
RiPuk has joined #ruby
Azure has joined #ruby
reber has quit [Remote host closed the connection]
crankharder has quit [Ping timeout: 246 seconds]
crankharder has joined #ruby
kyrylo has joined #ruby
levifig has joined #ruby
<IGnorAND> I am using a namespace in my class, and am using Rails.application.credentials. but it seems to prefix it with my custom namespace.
<IGnorAND> Is there a way to tell it not to use my namespace?
<IGnorAND> I get uninitialized constant Mynamespace::Rails
<leftylink> while I would have thought you can say `::Rails`, I would also have equally thought it was not necessary. apparently there is something I don't understand in this matter.
<leftylink> I wonder what it is I have failed to understand
ur5us has joined #ruby
DmitryBochkarev has quit [Quit: Leaving]
ur5us has quit [Client Quit]
ferr has joined #ruby
<leftylink> &>> module Foo end; module Bar puts ::Foo == Foo end
<rubydoc> # => true (https://carc.in/#/r/6r4f)
<leftylink> hmm. there must be some subtlety in the situation, such that the simple situation is not a good analogy for it anymore
d^sh has quit [Ping timeout: 245 seconds]
za1b1tsu has joined #ruby
d^sh has joined #ruby
aert has quit [Remote host closed the connection]
<IGnorAND> want the source code?
conta has joined #ruby
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 245 seconds]
Yxhuvud has quit [Remote host closed the connection]
dionysus69 has quit [Ping timeout: 250 seconds]
crankharder has quit [Ping timeout: 246 seconds]
conta has quit [Quit: conta]
nadir has joined #ruby
Yxhuvud has joined #ruby
Fernando-Basso has joined #ruby
dionysus69 has joined #ruby
RedNifre has joined #ruby
mat_bug has joined #ruby
nowhere_man has joined #ruby
matti has quit [Ping timeout: 255 seconds]
esrse has quit [Ping timeout: 246 seconds]
AJA4350 has joined #ruby
<livcd> typessssssssssssss
kapil____ has quit [Quit: Connection closed for inactivity]
TheBloke has quit [Quit: Textual IRC Client: www.textualapp.com]
GodFather has quit [Ping timeout: 245 seconds]
dellavg_ has quit [Ping timeout: 255 seconds]
RedNifre has quit [Ping timeout: 258 seconds]
sphenxes has quit [Quit: Leaving]
misaki_m has joined #ruby
ramfjord has joined #ruby
ramfjord has quit [Ping timeout: 246 seconds]
sylario has joined #ruby
duckpuppy has quit [Ping timeout: 244 seconds]
duckpuppy has joined #ruby
kapil____ has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
RedNifre has joined #ruby
za1b1tsu has quit [Ping timeout: 250 seconds]
dsmythe has quit [Remote host closed the connection]
dsmythe has joined #ruby
RedNifre has quit [Ping timeout: 252 seconds]
uranoss has joined #ruby
RedNifre has joined #ruby
nowhere_man has quit [Ping timeout: 258 seconds]
nowhere_man has joined #ruby
krawchyk has joined #ruby
lucasb has joined #ruby
rippa has joined #ruby
pupsikov has joined #ruby
misaki_m has quit [Quit: Mutter: www.mutterirc.com]
none_ has quit [Quit: Leaving]
duckpuppy has quit [Ping timeout: 245 seconds]
duckpuppy has joined #ruby
tdy has joined #ruby
Yxhvd has joined #ruby
Yxhuvud has quit [Ping timeout: 240 seconds]
nadir has joined #ruby
gnufied__ has joined #ruby
gnufied__ has quit [Remote host closed the connection]
Swyper has joined #ruby
gnufied has quit [Read error: Connection reset by peer]
Yxhvd is now known as yxhuvud
Azure has quit [Ping timeout: 255 seconds]
Rapture has joined #ruby
snk_ has quit [Quit: WeeChat 1.9.1]
snk has joined #ruby
snk is now known as Guest97521
Guest97521 has left #ruby [#ruby]
pwnd_nsfw has joined #ruby
pwnd_nsfw` has quit [Ping timeout: 246 seconds]
snk has joined #ruby
Fernando-Basso has quit [Remote host closed the connection]
uncle1V4N has joined #ruby
uncle1V4N has quit [Max SendQ exceeded]
RedNifre has quit [Ping timeout: 258 seconds]
zeroquake has joined #ruby
wallace_mu has joined #ruby
za1b1tsu has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
SeepingN has joined #ruby
uncle1V4N has joined #ruby
uncle1V4N has quit [Max SendQ exceeded]
uncle1V4N has joined #ruby
zeroquake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
conta has joined #ruby
za1b1tsu has quit [Ping timeout: 246 seconds]
RedNifre has joined #ruby
zeroquake has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
foobar__ has joined #ruby
Leopere has quit [Quit: The Lounge - https://thelounge.github.io]
Leopere has joined #ruby
mangold has joined #ruby
Leopere has quit [Read error: Connection reset by peer]
Leopere has joined #ruby
ferr has quit [Quit: WeeChat 2.4]
foobar__ has quit [Quit: Changing server]
wallace_mu has quit [Read error: Connection reset by peer]
wallace_mu has joined #ruby
conta has quit [Quit: conta]
CommanderViral has quit [Quit: ZNC 1.7.1+deb1+bionic1 - https://znc.in]
Swyper has quit [Remote host closed the connection]
ianfleeton has joined #ruby
ianfleeton has quit [Client Quit]
dinfuehr has quit [Ping timeout: 264 seconds]
dinfuehr has joined #ruby
apparition has joined #ruby
BTRE has quit [Remote host closed the connection]
uncle1V4N has quit [Quit: -a- Connection Timed Out]
uncle1V4N has joined #ruby
BTRE has joined #ruby
tdy has quit [Ping timeout: 255 seconds]
paraxial has quit [Quit: The Lounge - https://thelounge.chat]
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
eindoofus has joined #ruby
paraxial has joined #ruby
<eindoofus> hi, can anyone explain this: current_file = open(input_file); current_file.gets.chomp
<eindoofus> i'm not aware of File have a "gets" function on it
za1b1tsu has joined #ruby
<uplime> File is an IO object, which has gets
<uplime> STDIN and STDOUT are IO objects as well, which is where its common to use them
<uplime> erm, File is an IO child class*
<eindoofus> ah, makes sense. so current_file.gets.chomp is basically like current_file.readline?
<eindoofus> in this "File" context
<uplime> they're simiilar
<uplime> gets returns a nil at eof
suukim has joined #ruby
reber has joined #ruby
zeroquake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
CrazyEddy has quit [Ping timeout: 255 seconds]
eindoofus has quit [Remote host closed the connection]
nakuku has joined #ruby
za1b1tsu has quit [Remote host closed the connection]
DmitryBochkarev has joined #ruby
DmitryBochkarev has quit [Max SendQ exceeded]
DmitryBochkarev has joined #ruby
duderonomy has joined #ruby
zeroquake has joined #ruby
Rapture has quit [Ping timeout: 255 seconds]
tdy has joined #ruby
CrazyEddy has joined #ruby
jefffrails35 has quit [Remote host closed the connection]
tdy has quit [Ping timeout: 255 seconds]
polishdub has joined #ruby
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
CrazyEddy has quit [Ping timeout: 246 seconds]
zachk has joined #ruby
zachk has quit [Read error: Connection reset by peer]
nakuku has quit [Ping timeout: 255 seconds]
zachk has joined #ruby
zachk has quit [Changing host]
zachk has joined #ruby
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
apparition has quit [Quit: Bye]
r29v has joined #ruby
RedNifre has quit [Ping timeout: 268 seconds]
nadir has quit [Quit: Connection closed for inactivity]
duderonomy has quit [Ping timeout: 246 seconds]
duderonomy has joined #ruby
RedNifre has joined #ruby
zeroquake has quit [Quit: Textual IRC Client: www.textualapp.com]
nadir has joined #ruby
_whitelogger has joined #ruby
nowhere_man has quit [Ping timeout: 268 seconds]
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
AJA4351 is now known as AJA4350
conta has joined #ruby
nakuku has joined #ruby
CommanderViral has joined #ruby
CrazyEddy has joined #ruby
CommanderViral has quit [Quit: ZNC 1.7.1+deb1+bionic1 - https://znc.in]
nowhere_man has joined #ruby
CommanderViral has joined #ruby
CommanderViral has quit [Client Quit]
CommanderViral has joined #ruby
ramfjord has joined #ruby
nowhere_man has quit [Ping timeout: 244 seconds]
uncle1V4N has quit [Quit: -a- Connection Timed Out]
nakuku has quit [Ping timeout: 246 seconds]
uncle1V4N has joined #ruby
uncle1V4N has quit [Max SendQ exceeded]
suukim has quit [Quit: Konversation terminated!]
facest has joined #ruby
brendan- has quit [Read error: Connection reset by peer]
d^sh has quit [Ping timeout: 255 seconds]
faces has quit [Ping timeout: 246 seconds]
Xiti has quit [Ping timeout: 255 seconds]
d^sh has joined #ruby
tdy has joined #ruby
uncle1V4N has joined #ruby
uncle1V4N has quit [Max SendQ exceeded]
krawchyk has quit [Quit: krawchyk]
uncle1V4N has joined #ruby
Xiti has joined #ruby
krawchyk has joined #ruby
mangold has quit [Quit: This computer has gone to sleep]
lucasb has quit [Quit: Connection closed for inactivity]
clemens3_ has joined #ruby
cow[moo] has joined #ruby
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 246 seconds]
AJA4351 is now known as AJA4350
DmitryBochkarev has quit [Ping timeout: 244 seconds]
houhoulis has joined #ruby
<keden> Hi folks, does anyone know if it's possible to get a code file loaded in memory but deleted otherwise?
<keden> I have a pry session running which was initiated with a `binding.pry` in a file I have accidentally deleted.
<Zarthus> have you tried git to recover it? :P
<keden> If I can use the class from that file then it must exist in memory somewhere.
<keden> I wasn't version tracking it.
<Zarthus> what editor are you using?
<Zarthus> (i'm asking alternative questions because recovering it from memory is gonna be a PITA, I'd wager)
<keden> vim, which I've closed already.
<Zarthus> yeah, that's gonna bite
hightower2 has quit [Ping timeout: 245 seconds]
conta has quit [Quit: conta]
claudiuinberlin has joined #ruby
dsmythe has quit [Remote host closed the connection]
kapil____ has quit [Quit: Connection closed for inactivity]
dsmythe has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kyrylo has joined #ruby
<phaul> in pry can you do $ method name like Class#method_name ? at least that would get back something
<phaul> _if_ it works
<phaul> $ being show-source
<phaul> but it might read it from disc..
GodFather has joined #ruby
<keden> I was looking into show-source actually, but it reads from the file yes.
<fowlduck> so, I'm working on a gem that needs to be compatible with multiple versions of rails and multiple versions of ruby. I could build everything out to enable that myself, but is there a project to make that combination easier?
<fowlduck> I've seen appraisal, but was hoping there was something else
GodFather has quit [Read error: No route to host]
GodFather has joined #ruby
<keden> fowlduck: I've only used appraisal for that
r29v has quit [Quit: r29v]
krawchyk has quit [Quit: krawchyk]
<fowlduck> keden: hmm yeah I guess I'll give that a go and use something to switch ruby versions automatically
SeepingN has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SeepingN has joined #ruby
wald0 has joined #ruby
duderonomy has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
claudiuinberlin has quit [Read error: Connection reset by peer]
hiroaki has joined #ruby
agent_white has quit [Ping timeout: 255 seconds]
s3nd1v0g1us has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ramfjord_ has joined #ruby
cd has quit [Quit: cd]
ramfjord has quit [Ping timeout: 244 seconds]
duderonomy has joined #ruby
wallace_mu has quit [Remote host closed the connection]
wallace_mu has joined #ruby
gb_away has quit [Ping timeout: 245 seconds]
wallace_mu has quit [Ping timeout: 250 seconds]
gb_away has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
pupsikov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pupsikov has joined #ruby
Dbugger has joined #ruby
krawchyk has joined #ruby
Joufflu has joined #ruby
dviola has quit [Ping timeout: 245 seconds]
wallace_mu has joined #ruby
Azure has joined #ruby
mat_bug_ has joined #ruby
ramfjord_ has quit [Ping timeout: 250 seconds]
mat_bug has quit [Ping timeout: 245 seconds]
pupsikov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ramfjord has joined #ruby
<IGnorAND> anyone know how to get the values of bin/rails credentials:view in a poro? Rails.application.credentials.foo will access the value of foo in rails
wald0 has quit [Quit: Lost terminal]
mat_bug has joined #ruby
maryo has joined #ruby
mat_bug_ has quit [Ping timeout: 252 seconds]
<adam12> fowlduck: I don't test against Rails but I set this up recently: Ruby + CircleCI (Docker) for multiple library testing. Maybe you could do something comparable? https://github.com/adam12/friendly_numbers/blob/master/.circleci/config.yml
<adam12> s/multiple library/multiple Ruby/
dsmythe_ has joined #ruby
AJA4350 has joined #ruby
dsmythe__ has joined #ruby
dsmythe has quit [Ping timeout: 268 seconds]
dsmythe_ has quit [Ping timeout: 250 seconds]
pupsikov has joined #ruby
mat_bug_ has joined #ruby
Joufflu has quit [Read error: Connection reset by peer]
mat_bug has quit [Ping timeout: 246 seconds]
pupsikov has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mat_bug has joined #ruby
mat_bug_ has quit [Ping timeout: 258 seconds]
hiroaki has quit [Ping timeout: 246 seconds]
reber has quit [Remote host closed the connection]
hiroaki has joined #ruby
dsmythe__ has quit [Remote host closed the connection]
dsmythe has joined #ruby
dviola has joined #ruby
dviola has quit [Changing host]
dviola has joined #ruby
schleppel has quit [Quit: Konversation terminated!]
mat_bug has quit [Read error: Connection reset by peer]
mat_bug has joined #ruby
uplime71 has joined #ruby
uplime71 is now known as also_uplime
wallace_mu has quit [Read error: Connection reset by peer]
mat_bug has quit [Remote host closed the connection]
mat_bug has joined #ruby
wallace_mu has joined #ruby
clemens3_ has quit [Ping timeout: 245 seconds]
krawchyk has quit [Quit: krawchyk]
mat_bug has quit [Ping timeout: 246 seconds]
ramfjord has quit [Ping timeout: 255 seconds]
ramfjord has joined #ruby
ricer2 has joined #ruby
ramfjord has quit [Ping timeout: 268 seconds]
mat_bug has joined #ruby
rafadc has quit [Quit: ZNC - https://znc.in]
sameerynho has quit [Ping timeout: 255 seconds]
rafadc has joined #ruby
uncle1V4N has quit [Ping timeout: 268 seconds]
unixabg has joined #ruby
Swyper has joined #ruby
<unixabg> Greetings, I need a simple way to open a connection to rtsp stream, grab an image, and close stream. I am new to rtsp and would appreciate
<unixabg> any advice on tools/methods to achieve. ty
polishdub has quit [Quit: leaving]
tdy has quit [Ping timeout: 246 seconds]
galaxie has quit [Quit: galaxie]
zachk has quit [Quit: Leaving]
galaxie has joined #ruby
mat_bug has quit [Ping timeout: 246 seconds]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
TomyLobo has quit [Read error: Connection reset by peer]
Swyper has quit [Remote host closed the connection]
<havenwood> unixabg: using the rtps gem?
also_uplime has quit [Remote host closed the connection]
Swyper has joined #ruby