<droids___>
I've started using SimpleCov for coverage. But I just realized it only works with classes. Is there any way to get coverage for "non-classed" code? Either with SimpleCov or some other tool.
jackjackdripper1 has quit [Quit: Leaving.]
gsilva has joined #ruby
patarr_ has quit [Ping timeout: 240 seconds]
unreal_ has joined #ruby
jackjackdripper has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bkxd has joined #ruby
unreal has quit [Ping timeout: 260 seconds]
jtdoncas has quit [Ping timeout: 240 seconds]
<newrubycoder>
wow the Fibonacci sequence is burning my cpu even at 50 lol
cschneid_ has quit [Remote host closed the connection]
NeverTired has joined #ruby
ddffg has quit [Remote host closed the connection]
<havenwood>
newrubycoder: How could you implement the same method without using any recursion?
choke has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<newrubycoder>
havenwood: idk tbh, i'm not very mathematical yet, the code is from a beginning book to teach about recursion, they don't cover it any deeper
jackjackdripper has quit [Quit: Leaving.]
jgnagy has quit [Ping timeout: 255 seconds]
griffindy has joined #ruby
coatezy has quit [Ping timeout: 260 seconds]
|RicharD| has quit [Quit: Sto andando via]
coatezy has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
charliesome has joined #ruby
cschneid_ has joined #ruby
cschneid_ has quit [Ping timeout: 240 seconds]
harfangk has joined #ruby
mim1k has joined #ruby
jsgrant- has joined #ruby
mogaj has joined #ruby
hahuang65 has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
certainty has quit [Ping timeout: 260 seconds]
mogaj has quit [Ping timeout: 260 seconds]
Dimik has joined #ruby
minimalism has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bkxd has quit [Ping timeout: 240 seconds]
jsho has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tildes has joined #ruby
rkazak has joined #ruby
jenrzzz has quit [Ping timeout: 240 seconds]
tildes has quit [Ping timeout: 260 seconds]
brent__ has quit [Ping timeout: 268 seconds]
charliesome has joined #ruby
mim1k has joined #ruby
jtdoncas has joined #ruby
tyang has joined #ruby
tyang has quit [Read error: Connection reset by peer]
username1 has quit [Ping timeout: 240 seconds]
mim1k has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
jtdoncas has quit [Ping timeout: 255 seconds]
ruid_ has joined #ruby
Irishluck83 has joined #ruby
shinnya has joined #ruby
tekniq has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duderonomy has quit [Remote host closed the connection]
millerti has joined #ruby
duderonomy has joined #ruby
cagomez has quit []
SeepingN has quit [Quit: The system is going down for reboot NOW!]
hutch34 has joined #ruby
mogaj has joined #ruby
xen0fon has joined #ruby
xen0fon has quit [Client Quit]
duderonomy has quit [Ping timeout: 240 seconds]
hutch34 has quit [Ping timeout: 268 seconds]
malconis has quit [Read error: Connection reset by peer]
jdm_ has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
malconis has joined #ruby
mikecmpbll has joined #ruby
NeverTired is now known as pifon
jdm has quit [Ping timeout: 260 seconds]
bmurt has joined #ruby
<allisio>
newrubycoder: The word you'll want to research is "memoization".
<allisio>
Your current implementation is doing a lot of calculation to acquire answers it should already know.
certainty has joined #ruby
tau has quit [Remote host closed the connection]
Channel6 has joined #ruby
<newrubycoder>
allisio: does the matrix method use memoization?
mikecmpbll has quit [Quit: inabit. zz.]
<newrubycoder>
the matrix method literally did 1000 in a split second lol
<allisio>
newrubycoder: The matrix method is just the magic of mathematics.
fewspider has joined #ruby
gusrub has quit [Remote host closed the connection]
bkxd has joined #ruby
mtkd has quit [Ping timeout: 240 seconds]
jenrzzz has quit [Ping timeout: 260 seconds]
mtkd has joined #ruby
mikecmpbll has joined #ruby
aspiers has quit [Ping timeout: 260 seconds]
braincrash has quit [Ping timeout: 260 seconds]
braincrash has joined #ruby
brent__ has joined #ruby
Rodya_ has joined #ruby
jameser has joined #ruby
brent__ has quit [Ping timeout: 240 seconds]
wingwalker has quit [Quit: Leaving]
djbkd has quit [Quit: My people need me...]
gsilva has quit [Ping timeout: 255 seconds]
mogaj has quit [Remote host closed the connection]
mogaj has joined #ruby
droids___ has quit [Quit: bye...]
duderonomy has joined #ruby
certainty has quit [Ping timeout: 240 seconds]
shinnya has quit [Ping timeout: 260 seconds]
roamingdog has joined #ruby
jtdoncas has joined #ruby
User458764 has joined #ruby
roamingdog has quit [Ping timeout: 255 seconds]
browndawg has joined #ruby
Batholith has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
<jokke>
why can i require 'optionparser' and it works?
tomphp has joined #ruby
troulouliou_div2 has joined #ruby
terlar has joined #ruby
msg has joined #ruby
msg is now known as Guest32972
terlar has quit [Client Quit]
jdelStrother has joined #ruby
<jdelStrother>
Hi there
blackmesa has joined #ruby
mitt3ns has joined #ruby
terlar has joined #ruby
<kke>
gemspec should have some changelog thing
agent_white has quit [Ping timeout: 240 seconds]
dvsmkv has joined #ruby
JoshS has joined #ruby
certainty has joined #ruby
tvw has joined #ruby
<jdelStrother>
In irb, if I try to run "cmd='ls'; Kernel.` cmd", irb treats the backtick as an opening part of the system-command-backtick-literal thing (eg `ls`). In a ruby file, "cmd='ls'; Kernel.` cmd" works fine
tvw has quit [Client Quit]
<jdelStrother>
Is this a weird irb limitation or am I confused about backticks?
<elomatreb>
jdelStrother: It works in Pry, so probably an IRB thing?
jshjsh has joined #ruby
naftilos76 has joined #ruby
enterprisey has quit [Read error: Connection reset by peer]
<kke>
looks like a really strange line anyway
bruce_lee has joined #ruby
<elomatreb>
It breaks the syntax highlighting even on that github issue you linked, really uncommon to see
<jdelStrother>
Ohh. The paste from that github issue works ok because it has an even number of backticks
JoshS has quit [Ping timeout: 255 seconds]
marr has joined #ruby
pandaant has joined #ruby
<jdelStrother>
so "cmd = 'ls'; Kernel.` cmd; Kernel.` cmd" executes ok in irb
toretore has joined #ruby
<elomatreb>
lol
elaptics has quit [Ping timeout: 260 seconds]
jshjsh has quit [Read error: Connection reset by peer]
<kke>
but why would you write that in the first place, that is the question :)
JoshS has joined #ruby
nuck has quit [Ping timeout: 268 seconds]
jshjsh has joined #ruby
<xpt>
elomatreb: syntax highliht works for me. keep in mind that there are two \` and two ` chars. The subscript starts with "` cmd } } \n" and ends with "POSIX::Spawn."
<kke>
Kernel.send(:`, cmd) works in irb fine
<elomatreb>
xpt: For me the second x.report line is highlighted as if it were a string, I assume because of the single ` in the line above
araujo has joined #ruby
xall_ has joined #ruby
xall has quit [Read error: No route to host]
JoshS has quit [Ping timeout: 260 seconds]
jshjsh has quit [Read error: Connection reset by peer]
ferr1 has joined #ruby
otherj has joined #ruby
<xpt>
oh... i understood the code wrongly. I assumed that subscript inside backticks is what github higlighted
biberu has joined #ruby
JoshS has joined #ruby
JoshS has quit [Read error: Connection reset by peer]
blackmesa has quit [Ping timeout: 240 seconds]
JoshS has joined #ruby
JoshS has quit [Ping timeout: 240 seconds]
certainty has quit [Ping timeout: 240 seconds]
jenrzzz has quit [Ping timeout: 268 seconds]
davezd has joined #ruby
workmad3 has joined #ruby
Guest32972 has quit [Quit: gotta go guys.]
gsilva has joined #ruby
pawnbox has joined #ruby
stoffus has quit [Ping timeout: 240 seconds]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
troulouliou_div2 has quit [Quit: Leaving]
stoffus has joined #ruby
kassav_ has joined #ruby
kmhn has quit [Ping timeout: 240 seconds]
hutch34 has joined #ruby
stoffus has quit [Client Quit]
skweek has quit [Remote host closed the connection]
TomyWork has quit [Remote host closed the connection]
<Confiks>
I'm having some trouble with keyword argument splats. I'm getting a ArgumentError on passing through the splats, but not when passing through a splat on a plain Array and Hash. Testcases: https://gist.github.com/confiks/44329da723edf36895da35db1877d864
<Confiks>
Could anyone enlighten me on how this goes wrong?
scootaloo has joined #ruby
teclator has joined #ruby
kassav_ has quit [Quit: kassav_]
adgtl- has quit [Ping timeout: 240 seconds]
xall has joined #ruby
icedp has quit [Ping timeout: 240 seconds]
dionysus69 has joined #ruby
haxrbyte_ has joined #ruby
kernelPaniq has quit [Read error: Connection reset by peer]
Lord_of_Life has quit [Ping timeout: 255 seconds]
genpaku has quit [Ping timeout: 240 seconds]
adam12 has quit [Ping timeout: 264 seconds]
haxrbyte has quit [Ping timeout: 240 seconds]
jgnagy has joined #ruby
Axelay has joined #ruby
haxrbyte has joined #ruby
brent__ has joined #ruby
brent__ has quit [Remote host closed the connection]
brent__ has joined #ruby
bigkevmcd has quit [Quit: Outta here...]
ferr1 has quit [Quit: WeeChat 1.6]
adam- has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
tlaxkit has quit [Quit: ¡Adiós!]
haxrbyte_ has quit [Ping timeout: 268 seconds]
t-recx has quit [Ping timeout: 260 seconds]
TomyLobo has joined #ruby
haxrbyte has quit [Remote host closed the connection]
adam- is now known as adam12
haxrbyte has joined #ruby
genpaku has joined #ruby
Confiks has quit [Quit: leaving]
Confiks has joined #ruby
adam12 is now known as Guest4306
cschneid_ has quit [Read error: Connection reset by peer]
cschneid_ has joined #ruby
choke has joined #ruby
synthroid has joined #ruby
username1 has joined #ruby
<allisio>
Confiks: I think it's just one of those unfortunate incongruities that thankfully tends not to rear its head with any appreciable frequency in practice.
pawnbox has quit [Remote host closed the connection]
<Confiks>
It's a strange problem indeed. It actually almost affected production code (was caught late wihtin a cronjob on staging).
pawnbox has joined #ruby
cschneid_ has quit [Read error: Connection reset by peer]
cschneid_ has joined #ruby
andikr has quit [Remote host closed the connection]
<Papierkorb>
Confiks: `def bar1(*args); foo(*args); end` will work the same
<Papierkorb>
Confiks: *args will also capture the **kwargs part for you as Hash
<Papierkorb>
Well, work the same but not have the issue you showed in the gist ;)
pawnbox has quit [Ping timeout: 240 seconds]
amclain has joined #ruby
slackbotgz has joined #ruby
mwlang has joined #ruby
markholmes has joined #ruby
<Confiks>
I could indeed do that and do so manual processing to try to fix it. Thanks for the idea :)
hfp_work has joined #ruby
scootaloo has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
xall has quit [Ping timeout: 255 seconds]
mim1k has quit [Ping timeout: 260 seconds]
scootaloo has joined #ruby
scootaloo has quit [Client Quit]
reverberations has quit [Ping timeout: 260 seconds]
aspiers has quit [Ping timeout: 255 seconds]
pawnbox has joined #ruby
markholmes has quit [Remote host closed the connection]
Guest4306 is now known as adam12
benlieb has joined #ruby
benlieb has quit [Remote host closed the connection]
al2o3-cr has joined #ruby
debian has joined #ruby
debian is now known as Guest78421
aryaching has quit [Ping timeout: 255 seconds]
reverberations has joined #ruby
pawnbox has quit [Ping timeout: 255 seconds]
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
reverberations has quit [Read error: Connection reset by peer]
besfort has joined #ruby
rakm has joined #ruby
slackbotgz has quit [Remote host closed the connection]
reverberations has joined #ruby
Guest78421 has quit [Ping timeout: 240 seconds]
Silthias2 has quit [Ping timeout: 255 seconds]
Silthias has joined #ruby
dvsmkv has quit [Remote host closed the connection]
reverberations has quit [Read error: Connection reset by peer]
teclator has quit [Ping timeout: 240 seconds]
teclator has joined #ruby
reverberations has joined #ruby
jackjackdripper has joined #ruby
xall has joined #ruby
benlieb has quit [Quit: benlieb]
axsuul has quit [Ping timeout: 255 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mogaj has quit [Remote host closed the connection]
mtkd has quit [Ping timeout: 260 seconds]
axsuul has joined #ruby
Gasher has quit [Quit: Leaving]
dionysus69 has quit [Ping timeout: 260 seconds]
mtkd has joined #ruby
Anonymoose2 has joined #ruby
User458764 has joined #ruby
reverberations has quit [Ping timeout: 240 seconds]
benlieb has joined #ruby
xen0fon has joined #ruby
boombox_ has joined #ruby
ins64 has joined #ruby
Ishido has joined #ruby
xall has quit [Ping timeout: 240 seconds]
nettoweb has joined #ruby
t-recx has joined #ruby
troulouliou_div2 has quit [Quit: Leaving]
boombox_ has quit [Remote host closed the connection]
mwlang has quit [Quit: mwlang]
dionysus69 has joined #ruby
duderonomy has quit [Ping timeout: 255 seconds]
djbkd has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
ldnunes has quit [Quit: Leaving]
Rodya_ has joined #ruby
jtdoncas has quit [Ping timeout: 240 seconds]
shinnya has quit [Ping timeout: 240 seconds]
JoshS has joined #ruby
[Butch] has joined #ruby
SeepingN has joined #ruby
User458764 has joined #ruby
Gasher has joined #ruby
debian_ has joined #ruby
siwica has joined #ruby
enterprisey has joined #ruby
<siwica>
How can I retrieve the path to a particular library from within a script?
debian_ has quit [Max SendQ exceeded]
<havenwood>
siwica: Check in: $LOADED_FEATURES
dasher00 has quit [Ping timeout: 260 seconds]
KicStart has joined #ruby
debian_ has joined #ruby
debian_ has quit [Max SendQ exceeded]
<siwica>
havenwood: Thank you. This helped!
debian_ has joined #ruby
<siwica>
Can I edit an environment variable to load libraries from different paths?
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<siwica>
In my specific case I have two libraries with the same name but I want to load a specific one
aupadhye has quit [Ping timeout: 260 seconds]
pawnbox has joined #ruby
debian_ has quit [Max SendQ exceeded]
debian_ has joined #ruby
djellemah has quit [Ping timeout: 255 seconds]
djellemah_ has joined #ruby
blackmesa has joined #ruby
Anonymoose2 has quit [Remote host closed the connection]
pawnbox has quit [Ping timeout: 260 seconds]
<allisio>
siwica: You can #unshift onto the front of $LOAD_PATH to do that sort of thing.
<Mon_Ouie>
AS en environment variable, RUBYLIB. As a command line argument, -I=path. As code, ^
<baweaver>
Oh hey, there's a strange face. havenwood, look who showed up!
pawnbox has joined #ruby
gsilva has quit [Remote host closed the connection]
<havenwood>
o/
pilne has joined #ruby
dasher00 has joined #ruby
<siwica>
I put the path to the library in RUBYLIB, but it is still loaded from a different path
User458764 has joined #ruby
<Mon_Ouie>
If you print $LOAD_PATH before the require statement, does the directory that contains the .rb/.so file that you are requiring show up?
Synthead has joined #ruby
<siwica>
yes!
<siwica>
that's the weird thing
nofxx has joined #ruby
enterprisey has quit [Remote host closed the connection]
besfort has quit [Ping timeout: 268 seconds]
naprimer_2 has quit [Ping timeout: 240 seconds]
[Butch] has quit [Ping timeout: 240 seconds]
rhinosic has quit [Quit: WeeChat 1.4]
gusrub has joined #ruby
duderonomy has joined #ruby
failshell has joined #ruby
[Butch] has joined #ruby
gusrub has quit [Client Quit]
debian_ has quit [Ping timeout: 260 seconds]
[Butch]_ has joined #ruby
gusrub has joined #ruby
<Mon_Ouie>
One possible idea: is this a gem which is a dependency of another gem that you are also using? If so, rubygem could be changing the load path to require the version installed as a gem
<siwica>
No it is not
hahuang65 has joined #ruby
[Butch] has quit [Ping timeout: 255 seconds]
[Butch]_ is now known as [Butch]
<Mon_Ouie>
Then I don't know why that what to suggest, apart from double checking for typos
aspiers has joined #ruby
<siwica>
the gem i want to load has the structure /some/path/mygem/lib/mygem.rb and I included /some/path/mygem/lib
enterprisey has joined #ruby
<Mon_Ouie>
That should be correct
<siwica>
weird...
MittelDank has joined #ruby
<Mon_Ouie>
Does the gem also have an ext directory with C extensions in it?
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<Mon_Ouie>
One way to do that instead of messing with load paths directly is to install the gem from your changes: gem build overcommit.gemspec && gem install *.gem
User458764 has joined #ruby
mogaj has quit [Ping timeout: 240 seconds]
<siwica>
Mon_Ouie: Ok, thank you! I am primarily working with python but I need a feature that overcommit currently does not have
workmad3 has quit [Ping timeout: 240 seconds]
jtdoncas has joined #ruby
<siwica>
Mon_Ouie: That actually did the job!
Cohedrin has joined #ruby
<Mon_Ouie>
Good :) still not sure why setting the load path directly didn't work though
<siwica>
Neither am I
SteenJobs_ has joined #ruby
xall has joined #ruby
mogaj_ has joined #ruby
jtdoncas has quit [Ping timeout: 260 seconds]
xen0fon has quit [Ping timeout: 260 seconds]
failshell has quit []
SteenJobs_ has quit [Ping timeout: 255 seconds]
aryaching has joined #ruby
emilford has joined #ruby
nonnatus has joined #ruby
emilford has quit [Client Quit]
emilford has joined #ruby
tyang_ has quit [Read error: Connection reset by peer]
ddffg has joined #ruby
tyang has joined #ruby
kiwiheretic has joined #ruby
whathappens has joined #ruby
tyang_ has joined #ruby
Rodya_ has quit [Remote host closed the connection]
tyang has quit [Ping timeout: 240 seconds]
cdg has quit [Ping timeout: 260 seconds]
prestorium has joined #ruby
bocaneri has quit [Read error: Connection reset by peer]
aswen has joined #ruby
naprimer_2 has joined #ruby
hotpancakes has joined #ruby
hotpancakes has quit [Client Quit]
skweek has quit [Remote host closed the connection]
Dimik has joined #ruby
last_staff has quit [Quit: last_staff]
skweek has joined #ruby
Uranio has joined #ruby
Uranio has left #ruby [#ruby]
jaruga has joined #ruby
benlieb has quit [Quit: benlieb]
benlieb has joined #ruby
benlieb has quit [Client Quit]
benlieb has joined #ruby
benlieb has quit [Client Quit]
benlieb has joined #ruby
prestorium has quit [Ping timeout: 268 seconds]
HighEx has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
cibs has quit [Ping timeout: 260 seconds]
szulak has joined #ruby
bkxd has quit [Ping timeout: 255 seconds]
cibs has joined #ruby
pawnbox has quit [Ping timeout: 268 seconds]
teclator has quit [Ping timeout: 260 seconds]
teclator has joined #ruby
prestorium has joined #ruby
blackmes1 has joined #ruby
al2o3-cr has quit [Quit: WeeChat 1.7]
last_staff has joined #ruby
blackmesa has quit [Ping timeout: 268 seconds]
s0l__ has quit [Ping timeout: 252 seconds]
ins64 has quit [Ping timeout: 260 seconds]
s0l__ has joined #ruby
Synthead has quit [Quit: Synthead]
jzigmund has quit [Ping timeout: 240 seconds]
ins64 has joined #ruby
xall has quit [Ping timeout: 240 seconds]
jzigmund has joined #ruby
besfort has joined #ruby
jsgrant- has joined #ruby
djbkd has quit [Quit: My people need me...]
besforto has joined #ruby
besforto has quit [Remote host closed the connection]
besforto has joined #ruby
pawnbox has joined #ruby
besforto has quit [Client Quit]
besforto has joined #ruby
charliesome has joined #ruby
enterprisey has quit [Read error: Connection reset by peer]
jdm_ has quit [Quit: Leaving]
besfort has quit [Disconnected by services]
besfort has joined #ruby
kiwiheretic has quit [Quit: Bye]
shinnya has joined #ruby
besforto has quit [Remote host closed the connection]
besforto has joined #ruby
jzigmund has quit [Ping timeout: 255 seconds]
jzigmund has joined #ruby
besforto has quit [Remote host closed the connection]
ins64 has quit [Ping timeout: 255 seconds]
nofxx has quit [Ping timeout: 255 seconds]
Rodya_ has joined #ruby
siwica` has joined #ruby
nofxx has joined #ruby
bkxd has joined #ruby
ins64 has joined #ruby
besf has joined #ruby
mogaj_ has quit [Remote host closed the connection]
enterprisey has joined #ruby
AlexRussia has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
whathappens has quit [Read error: Connection reset by peer]
siwica has quit [Ping timeout: 240 seconds]
Rodya_ has quit [Ping timeout: 240 seconds]
besfort has quit [Disconnected by services]
besf is now known as besfort
besforto has joined #ruby
mogaj has joined #ruby
djbkd has joined #ruby
username1 has quit [Ping timeout: 268 seconds]
synthroid has quit [Remote host closed the connection]
SteenJobs has joined #ruby
SteenJobs has quit [Client Quit]
besfort has quit [Quit: Leaving]
SteenJobs has joined #ruby
besfort has joined #ruby
SteenJobs has quit [Client Quit]
SteenJobs has joined #ruby
benlieb has quit [Quit: benlieb]
workmad3 has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
SteenJobs_ has joined #ruby
SteenJobs has quit [Read error: Connection reset by peer]
mim1k has joined #ruby
SteenJobs_ is now known as SteenJobs
enterprisey has quit [Read error: Connection reset by peer]
<amzo_>
Hi, does anyone know how to fix this: `open_loop': redirection forbidden: http://jsonip.com -> https://jsonip.com/ ------ I tried gem install open_uri_directions and do this: open('http://jsonip.com', :allow_redirections => :safe) but it gives a syntax error: -bash: syntax error near unexpected token `'http://jsonip.com','
_djbkd has joined #ruby
daxroc has quit [Ping timeout: 240 seconds]
darthvorik has quit [Read error: Connection reset by peer]
zipkid has quit [Ping timeout: 258 seconds]
djbkd has quit [Read error: Connection reset by peer]
poikon has quit [Ping timeout: 264 seconds]
Eleeleth has quit [Ping timeout: 255 seconds]
alamar has joined #ruby
podman has quit [Read error: Connection reset by peer]
alamar is now known as Guest39374
nadir has quit [Ping timeout: 240 seconds]
moogumbo has quit [Ping timeout: 276 seconds]
jwheare has quit [Ping timeout: 276 seconds]
iamnix has joined #ruby
HashNuke has quit [Read error: Connection reset by peer]
Brak___________ has quit [Ping timeout: 240 seconds]
HalcyonicStorm has quit [Ping timeout: 240 seconds]
Miah_ has quit [Ping timeout: 245 seconds]
tfitts has quit [Ping timeout: 255 seconds]
bmurt has joined #ruby
Fridtjof has quit [Max SendQ exceeded]
griffindy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
meinside has quit [Read error: Connection reset by peer]
ggherdov has quit [Ping timeout: 258 seconds]
<amzo_>
anyone?
jmcc_ has quit [Ping timeout: 264 seconds]
zipkid has joined #ruby
mjc__ has quit [Read error: Connection reset by peer]
sepp2k has joined #ruby
<toretore>
?code amzo_
<ruby[bot]>
amzo_: We can't help you without your code, please post it to https://gist.github.com
<KicStart>
The results of that JSON request seem pretty politically charged. Can you be more specific?
Fridtjof has joined #ruby
ins64 has quit [Quit: See ya]
<matthewd>
If you think you're running ruby but you're getting an error from bash, something is probably going rather wrong
meinside has joined #ruby
daxroc has joined #ruby
HashNuke has joined #ruby
ggherdov has joined #ruby
Brak___________ has joined #ruby
darthvorik has joined #ruby
Miah_ has joined #ruby
mjc__ has joined #ruby
jmcc_ has joined #ruby
jtdoncas has joined #ruby
podman has joined #ruby
HalcyonicStorm has joined #ruby
jwheare has joined #ruby
haylon has joined #ruby
triangles has joined #ruby
moogumbo has joined #ruby
<amzo_>
Oh sorry, I just figured out I was meant to put that in my code 😂
<amzo_>
I was doing it in bash
Fridtjof has quit [Ping timeout: 240 seconds]
Eleeleth has joined #ruby
poikon has joined #ruby
amzo_ has left #ruby [#ruby]
jtdoncas has quit [Ping timeout: 240 seconds]
_djbkd has quit [Remote host closed the connection]
malconis has quit [Read error: Connection reset by peer]
tfitts has joined #ruby
t-recx has quit [Quit: t-recx]
tekniq_ has quit [Ping timeout: 240 seconds]
nadir_ has joined #ruby
nadir_ is now known as nadir
tvw has quit [Read error: Connection reset by peer]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
blackmes1 has joined #ruby
Fridtjof has joined #ruby
saslam has quit [Ping timeout: 240 seconds]
t-recx has joined #ruby
chouhoulis has quit [Ping timeout: 240 seconds]
raspado has quit [Quit: Leaving...]
charliesome has joined #ruby
Rodya_ has quit [Remote host closed the connection]
djbkd has joined #ruby
besf has quit [Quit: Leaving]
djbkd has quit [Remote host closed the connection]