apeiros changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.3.1; 2.2.5; 2.1.10: https://www.ruby-lang.org || Paste >3 lines of text on https://gist.github.com || Rails questions? Ask on #RubyOnRails || logs @ https://irclog.whitequark.org/ruby/
AndrewIsHere has joined #ruby
Madplatypus has quit [Quit: Connection closed for inactivity]
hightower3 has quit [Ping timeout: 244 seconds]
shazaum has joined #ruby
roamingdog has joined #ruby
tapas has quit [Read error: Connection reset by peer]
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
frmendes has quit [Quit: cya...]
Darmani has quit [Ping timeout: 260 seconds]
infernix has quit [Quit: ZNC - http://znc.sourceforge.net]
i8igmac has joined #ruby
dogweather has joined #ruby
roamingdog has quit [Remote host closed the connection]
roamingdog has joined #ruby
marxarelli has quit [Quit: Textual IRC Client: www.textualapp.com]
AndrewIsHere has quit []
Ghost9 has joined #ruby
lel has joined #ruby
<Ghost9> hey... I'm having an issue running RVM in shell
<Ghost9> any command line entry I make is giving me an error 'rvm is not recognized...'
infernix has joined #ruby
<Ghost9> none of the ri commands I make turn up anything either
dnicole has joined #ruby
troys_ is now known as troys
dogweather has quit [Ping timeout: 258 seconds]
djellemah has quit [Ping timeout: 260 seconds]
roamingdog has quit []
Immune has joined #ruby
dnicole has quit [Ping timeout: 240 seconds]
jorrin has joined #ruby
ur5us has quit [Remote host closed the connection]
<al2o3-cr> just whipped up a little script to spoof mac address, but it keeps raising Errno::EADDRNOTAVAIL any ideas?
blackwind_123 has quit [Ping timeout: 260 seconds]
Ghost9 has quit [Ping timeout: 260 seconds]
tristanp_ has quit [Remote host closed the connection]
dogweather has joined #ruby
blackwind_123 has joined #ruby
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
theery has quit [Remote host closed the connection]
djellemah has joined #ruby
<al2o3-cr> SecureRandom.hex(6).scan /.{2}/ wouldn't produce an invalid mac would it?
<al2o3-cr> one sec i'll gist the code
Felipe__ has joined #ruby
jorrin has quit [Quit: Leaving]
Felipe__ has quit [Client Quit]
Darmani has joined #ruby
dnicole has joined #ruby
Felipe__ has joined #ruby
djellemah has quit [Ping timeout: 260 seconds]
<al2o3-cr> this is crazy
djellemah has joined #ruby
quazimodo has joined #ruby
pokalyis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hightower3 has joined #ruby
d3d1rty has quit [Ping timeout: 268 seconds]
pokalyis has joined #ruby
tdy has quit [Ping timeout: 252 seconds]
jmignault has joined #ruby
KanKava has joined #ruby
cdg has quit [Remote host closed the connection]
tristanp has joined #ruby
jmignault has quit [Ping timeout: 260 seconds]
troys is now known as troys_
djellemah has quit [Ping timeout: 246 seconds]
KanKava has left #ruby [#ruby]
saneax is now known as saneax-_-|AFK
92AAAHZ6V has quit [Ping timeout: 256 seconds]
18WAAQDFZ has quit [Ping timeout: 260 seconds]
dnicole has quit [Remote host closed the connection]
dnicole has joined #ruby
djellemah has joined #ruby
jcao219 has joined #ruby
pokalyis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Dimik has quit [Ping timeout: 258 seconds]
dnicole has quit [Ping timeout: 258 seconds]
kies has quit [Ping timeout: 260 seconds]
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby
Immune has quit [Ping timeout: 260 seconds]
davidt has quit []
shazaum has quit [Quit: Leaving]
Ropeney has joined #ruby
dmtd has joined #ruby
SCHAAP137 has quit [Quit: Leaving]
palms has joined #ruby
djbkd has quit [Ping timeout: 260 seconds]
blackbombay has joined #ruby
gener1c has joined #ruby
<gener1c> heya
<gener1c> if i want to access a sibling instance var
<gener1c> how can i do that?
<gener1c> javalike
<gener1c> do i have to create an accessor even though its a sibling?
<gener1c> reader*
<elomatreb> gener1c: You can't ever access instance vars from outside an object in Ruby
<gener1c> crap
<elomatreb> The attr_* methods just magically create accessor methods for you
<havenwood> gener1c: make a method to expose the instance variable
blackbombay_ has quit [Ping timeout: 258 seconds]
<gener1c> yes but this is a special case where i want to share a secret between siblings
<gener1c> i dont want it to be exposed to the rest of the world
<havenwood> gener1c: then you can use it directly
<gener1c> how?
<havenwood> @pizza
<havenwood> gener1c: Use the variable directly from another method.
<gener1c> no man
<gener1c> class Dog
<elomatreb> That won't be secure though, Ruby classes are open and can always be appended to expose your "secret"
<havenwood> Maybe gist an example?
<gener1c> @smell
shazaum has joined #ruby
<havenwood> gener1c: Are you wanting to initialize an instance variable or set a constant?
<gener1c> dog_a wants to access dog_b smell
<gener1c> ill write some code
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shazaum has quit [Client Quit]
<gener1c> those 2 objects represent servers that know how to connect to one another to transfer files
dogweather has quit [Ping timeout: 258 seconds]
kies has joined #ruby
<gener1c> i dont want to create a reader since no one except the sibling needs to know about his password for the transfer to happen
<gener1c> thats just one example
nankyokusei has joined #ruby
<elomatreb> It sounds like a protected reader might be what you want
<gener1c> it could be an id for gossip between the objects for exmaple
<gener1c> protected reader
<gener1c> ill check it out
<gener1c> thanks
jeffreylevesque has joined #ruby
ur5us has joined #ruby
<elomatreb> gener1c: I just meant a reader method with the visibility "protected", I think Java has that too?
<gener1c> yeah it does
<gener1c> but java also lets you access sibling instance variables
<gener1c> afaik
<gener1c> :D
tristanp has quit [Remote host closed the connection]
dogweather has joined #ruby
futabachannel has joined #ruby
nankyokusei has quit [Ping timeout: 260 seconds]
jeffreylevesque has quit [Client Quit]
gusrub_ has quit [Remote host closed the connection]
tristanp has joined #ruby
Channel6 has joined #ruby
blackbombay_ has joined #ruby
blackbombay has quit [Ping timeout: 240 seconds]
sludge has quit [Read error: Connection reset by peer]
tuxaddicted has joined #ruby
Terens has joined #ruby
chrisja has quit [Quit: leaving]
blackbombay has joined #ruby
bmurt has joined #ruby
blackbombay_ has quit [Ping timeout: 256 seconds]
marr has quit [Ping timeout: 256 seconds]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
zipace has joined #ruby
jeffreylevesque has joined #ruby
jeffreylevesque has quit [Client Quit]
Terens has quit [Ping timeout: 252 seconds]
xrlk has joined #ruby
cibs has quit [Ping timeout: 268 seconds]
cibs has joined #ruby
splud has quit [Quit: splud]
jgt1 has joined #ruby
PaulCapestany has quit [Quit: .]
charliesome has joined #ruby
tristanp has quit [Remote host closed the connection]
PaulCapestany has joined #ruby
tristanp has joined #ruby
jgt has quit [Ping timeout: 248 seconds]
tristanp has quit [Remote host closed the connection]
threedee has quit [Remote host closed the connection]
tristanp_ has joined #ruby
creat has joined #ruby
troys_ is now known as troys
ocbtec has quit [Quit: leaving]
jgt1 has quit [Ping timeout: 256 seconds]
jhack has joined #ruby
dogweather has quit [Remote host closed the connection]
tristanp_ has quit [Remote host closed the connection]
ixti has joined #ruby
dogweather has joined #ruby
dogweather has quit [Ping timeout: 258 seconds]
dogweath_ has joined #ruby
chg has quit [Ping timeout: 260 seconds]
valeri_ufo has quit [Ping timeout: 260 seconds]
chg has joined #ruby
valeri_ufo has joined #ruby
ajaiswal has quit [Ping timeout: 260 seconds]
scorphus has quit [Ping timeout: 260 seconds]
ajaiswal has joined #ruby
ytti has quit [Ping timeout: 260 seconds]
ytti has joined #ruby
tubuliferous_ has quit [Ping timeout: 268 seconds]
smlocal has quit [Remote host closed the connection]
smlocal has joined #ruby
<ezio> there's something wrong with bugs.ruby-lang.org
<ezio> new signups aren't working
<ezio> i did a whois on the domain and found an admin email
<ezio> i sent off an email several days ago
<ezio> no one is responding
palms has quit [Ping timeout: 260 seconds]
<ezio> I need to file a feature requestttttt ... so that I can maybe start working on a new, important feature
Immune has joined #ruby
smlocal has quit [Ping timeout: 268 seconds]
jenrzzz has quit [Ping timeout: 265 seconds]
d^sh has quit [Ping timeout: 240 seconds]
GodFather has quit [Ping timeout: 268 seconds]
d^sh has joined #ruby
preyalone has joined #ruby
railssmith has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
astrobunny has joined #ruby
jgt1 has joined #ruby
zipace has quit [Ping timeout: 265 seconds]
zukin has joined #ruby
jgt1 has quit [Ping timeout: 258 seconds]
gusrub_ has joined #ruby
troys is now known as troys_
tubuliferous_ has joined #ruby
interpolate has quit [Quit: interpolate]
rfoust has joined #ruby
govg has quit [Ping timeout: 246 seconds]
jmignault has joined #ruby
optiz0r has quit [Ping timeout: 265 seconds]
ICantCook has joined #ruby
jmignault has quit [Ping timeout: 260 seconds]
thegunbuster has joined #ruby
zukin has quit [Ping timeout: 265 seconds]
ixti has quit [Quit: WeeChat 1.6]
creat has quit [Ping timeout: 260 seconds]
hanmac has quit [Ping timeout: 256 seconds]
zukin has joined #ruby
solocshaw has joined #ruby
jgt1 has joined #ruby
patrick99e99 has joined #ruby
pwnd_nsfw has joined #ruby
nankyokusei has joined #ruby
mwlang has joined #ruby
jgt1 has quit [Ping timeout: 258 seconds]
tubuliferous_ has quit [Ping timeout: 248 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<patrick99e99> hey everyone.. I am trying to use imagemagick from a ruby script.. I'm doing #! /usr/bin/ruby ... system "convert", and I get: "sh: convert: command not found".. why is that?
nankyokusei has quit [Ping timeout: 250 seconds]
<mwlang> which is more prevelant coding style for method chaining? https://gist.github.com/mwlang/05bb39943e877ce79cc4adf3a02be3c2
<mwlang> when spliting to multiple lines, that is...
hanmac has joined #ruby
<patrick99e99> mwlang: I vote for "a.rb"
zukin has quit [Ping timeout: 260 seconds]
<mwlang> patrick99e99: thanks. any reason for your preference?
millerti has joined #ruby
<patrick99e99> mwlang: just what I am used to seeing and doing. dots on the right side seem visually odd to me.
<elomatreb> mwlang: I like a.rb better, but https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains says both are acceptable
railssmith has joined #ruby
<patrick99e99> btw everyone, nevermind on my quesiton.. i see the reason is my PATH variable from system "..." is not what i thought it should be.
<mwlang> I’ve always done dots on right side to indicate “more to come…”
<elomatreb> patrick99e99: Have you seen this? https://github.com/rmagick/rmagick
tubuliferous_ has joined #ruby
i8igmac has quit [Ping timeout: 252 seconds]
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mwlang> but just encountered the style for a.rb with a new team member and it just seemed odd on first glance.
<patrick99e99> elomatreb: yeah..
<mwlang> patrick99e99: if convert is not found, that usually indicates the ImageMagick libraries haven’t been installed.
raeoks has joined #ruby
<xrlk> how much is SaaS work with ruby tied into rails
arescorpio has joined #ruby
<xrlk> been putting in the time w/ tutorials and see a lot of dependency o nrails
optiz0r has joined #ruby
<elomatreb> mwlang: I like the style better because I think it's harder to miss a dot at the end of a line than at the beginning
<mwlang> xrlk: rails makes building SaaS easier than if you built SaaS services with just Ruby core libs.
<elomatreb> xrlk: Rails is probably the most common working environment for Ruby programmers, but there are many other applications. Chef (Devops) and Metasploit (security testing) come to mind
<elomatreb> mwlang: (s/harder/easier in what I wrote earlier btw)
<mwlang> elomatreb: ahhh…now your statement makes more sense.
palms has joined #ruby
<elomatreb> It's 4am here, I'm allowed a little brainfart ^^
<mwlang> I also tend to separate multi-line chains with blank lines so they stand on their own.
<elomatreb> I do the same, which invalidates what I wrote earlier a little if I think about it
jhack has quit [Quit: jhack]
harai has quit [Ping timeout: 258 seconds]
<xrlk> ok
<xrlk> tnx for the explanations
amclain has quit [Quit: Leaving]
zukin has joined #ruby
solocshaw has quit [Ping timeout: 240 seconds]
harai has joined #ruby
gizmore has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
arnonhongklay has joined #ruby
harai has quit [Ping timeout: 260 seconds]
Terens has joined #ruby
arnonhongklay has quit [Read error: Connection reset by peer]
d3d1rty has joined #ruby
arnonhongklay has joined #ruby
jmignault has joined #ruby
gizmore has joined #ruby
gizmore has quit [Remote host closed the connection]
dogweath_ has quit [Read error: Connection reset by peer]
dogweather has joined #ruby
dogweather has quit [Remote host closed the connection]
gizmore has joined #ruby
dogweather has joined #ruby
zukin has quit [Ping timeout: 250 seconds]
jphase_ has quit [Remote host closed the connection]
jphase has joined #ruby
niftylettuce has joined #ruby
zukin has joined #ruby
jmignault has quit [Ping timeout: 258 seconds]
ace05 has quit [Read error: Connection reset by peer]
dogweather has quit [Ping timeout: 258 seconds]
ace05 has joined #ruby
ace05 has quit [Remote host closed the connection]
znz_jp has quit [Remote host closed the connection]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jphase has quit [Ping timeout: 245 seconds]
znz_jp has joined #ruby
pawnbox has joined #ruby
kith_ has joined #ruby
jgt1 has joined #ruby
kith has quit [Ping timeout: 264 seconds]
dn` has quit [Quit: dn`]
Terens has quit [Ping timeout: 258 seconds]
jgt1 has quit [Ping timeout: 240 seconds]
buglessdr has joined #ruby
JoshS has joined #ruby
tristanp has joined #ruby
c355e3b has quit [Quit: Connection closed for inactivity]
chris349 has quit [Ping timeout: 256 seconds]
ace05 has joined #ruby
Jayson_Virissimo has joined #ruby
gix has quit [Ping timeout: 260 seconds]
buglessdr2 has joined #ruby
pawnbox has quit [Remote host closed the connection]
<patrick99e99> has anyone here used rmagick ?
<patrick99e99> I am trying to figure out how to create an image with pixel data.. like an array of RMagick pixel instances.
gix has joined #ruby
ace05 has quit [Ping timeout: 256 seconds]
bluOxigen has joined #ruby
<patrick99e99> nevermind.. figured it out
preyalone has quit [Quit: Connection closed for inactivity]
LoneHermit has joined #ruby
AlexRussia has quit [Ping timeout: 245 seconds]
dnicole has joined #ruby
zukin has quit [Quit: leaving]
palms has quit [Ping timeout: 260 seconds]
duncan_bayne has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
<duncan_bayne> Quick question folks; I'm seeing a Ruby segfault ( https://gitlab.com/snippets/31128 ). Should I be reporting this at https://bugs.ruby-lang.org/?
LoneHermit has quit [Remote host closed the connection]
connor_goodwolf has quit [Ping timeout: 245 seconds]
pwnd_nsfw` has joined #ruby
connor_goodwolf has joined #ruby
pwnd_nsfw has quit [Ping timeout: 265 seconds]
Jayson_Virissimo has quit []
PaulCape_ has joined #ruby
PaulCapestany has quit [Ping timeout: 256 seconds]
ur5us has quit [Remote host closed the connection]
<Radar> duncan_bayne: yes
jaguarmagenta has joined #ruby
jaguarmagenta has quit [Read error: Connection reset by peer]
jaguarmagenta has joined #ruby
nankyokusei has joined #ruby
jshjsh has joined #ruby
JoshS has quit [Disconnected by services]
jshjsh is now known as JoshS
nankyokusei has quit [Ping timeout: 244 seconds]
jenrzzz has quit [Ping timeout: 246 seconds]
theery has joined #ruby
patrick99e99 has quit [Ping timeout: 265 seconds]
aupadhye has joined #ruby
zapcode has left #ruby [#ruby]
duncan_bayne has quit [Remote host closed the connection]
u0_a27 has joined #ruby
Jmickey has joined #ruby
XV8 has joined #ruby
Jmickey has quit [Client Quit]
biox has quit [Quit: brb servers are ded]
pawnbox has joined #ruby
<ezio> for normal objects that i'm not reassigning, is there efficiency in constants?
<ezio> for example
<ezio> HTTP = Net::HTTP.new JIRA_URI.host, JIRA_URI.port
<ezio> HTTP.use_ssl = JIRA_URI.scheme == 'https'
<ezio> that can be a constant because HTTP is never reassigned
biox has joined #ruby
<ezio> is it more efficient that way?
theery has quit []
<ezio> I know that in c#, JetBrains is very pedantic about this case
<ezio> if you're not reassigning HTTP, you should declare it readonly
Channel6 has quit [Quit: Leaving]
sgronblo has joined #ruby
<sgronblo> How did you call a def from a module again?
<ezio> me?
<sgronblo> If the def is not prefixed with either self or the method name and there is no call to module_method
<ezio> this isn't a class
<ezio> but maybe it's different with a class
<ezio> let me consider that
ur5us has joined #ruby
ur5us has quit [Remote host closed the connection]
<ezio> .... no. I really can't see this being different with a class
pawnbox_ has joined #ruby
<ezio> why do you ask?
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pawnbox has quit [Ping timeout: 265 seconds]
<thegunbuster> > for normal objects that i'm not reassigning, is there efficiency in constants? I remember Object#freeze is optimized out
XV9 has joined #ruby
<thegunbuster> That was one of the highlights of some patch that I can't recall
arescorpio has quit [Quit: Leaving.]
XV8 has quit [Ping timeout: 252 seconds]
Rutix has quit []
buglessdr2 has quit [Ping timeout: 268 seconds]
buglessdr has quit [Ping timeout: 268 seconds]
igniting has quit [Ping timeout: 260 seconds]
spectrum has joined #ruby
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Client Quit]
patrick99e99 has joined #ruby
_sfiguser has quit [Ping timeout: 246 seconds]
dogweather has joined #ruby
thegunbuster has quit [Quit: Leaving]
dogweather has quit [Remote host closed the connection]
dogweather has joined #ruby
c0mrad3 has joined #ruby
dogweather has quit [Remote host closed the connection]
dogweather has joined #ruby
AlexRussia has joined #ruby
troys_ is now known as troys
CloCkWeRX has quit [Ping timeout: 248 seconds]
_sfiguser has joined #ruby
niftylettuce has quit [Quit: Connection closed for inactivity]
jgt1 has joined #ruby
Terens has joined #ruby
troys has quit [Quit: Bye]
JacobsLadd3r has joined #ruby
dogweather has quit [Remote host closed the connection]
tristanp has quit [Remote host closed the connection]
tristanp has joined #ruby
tristanp has quit [Remote host closed the connection]
jgt1 has quit [Ping timeout: 265 seconds]
tristanp has joined #ruby
pawnbox_ has quit [Remote host closed the connection]
pawnbox has joined #ruby
jud^ has joined #ruby
jud has quit [Ping timeout: 256 seconds]
CloCkWeRX has joined #ruby
jud^ is now known as jud
dogweather has joined #ruby
jud has quit [Changing host]
jud has joined #ruby
alamar has quit [Ping timeout: 260 seconds]
dogweather has quit [Remote host closed the connection]
dogweather has joined #ruby
JacobsLadd3r has quit [Quit: Leaving.]
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Max SendQ exceeded]
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Max SendQ exceeded]
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Max SendQ exceeded]
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Max SendQ exceeded]
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Max SendQ exceeded]
dogweather has quit [Ping timeout: 258 seconds]
alamar has joined #ruby
alamar is now known as Guest25823
djbkd has joined #ruby
cyphase has quit [Ping timeout: 246 seconds]
gusrub_ has quit [Remote host closed the connection]
ace05 has joined #ruby
<Terens> hello
djellemah has quit [Ping timeout: 260 seconds]
tuxaddicted has quit [Ping timeout: 265 seconds]
cyphase has joined #ruby
hahuang61 has quit [Ping timeout: 246 seconds]
spectrum has quit [Quit: Oh Shidd]
ace05 has quit [Ping timeout: 258 seconds]
muelleme has joined #ruby
yardenbar has joined #ruby
brendan- has joined #ruby
tdy has joined #ruby
Ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
igniting has joined #ruby
tuxaddicted has joined #ruby
tomphp has joined #ruby
tomphp has quit [Client Quit]
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Dimik has joined #ruby
conta1 has joined #ruby
djellemah has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dmtd has quit [Quit: Connection closed for inactivity]
peteykun has quit [Quit: Leaving]
muelleme has quit [Ping timeout: 245 seconds]
bocaneri has joined #ruby
jenrzzz has joined #ruby
tomphp has joined #ruby
Darmani has quit [Ping timeout: 260 seconds]
mwlang has quit [Quit: mwlang]
mluts has joined #ruby
nankyokusei has joined #ruby
cyberRodent has quit [Ping timeout: 260 seconds]
cyberRodent has joined #ruby
firstdayonthejob has joined #ruby
gingray has joined #ruby
pokalyis has joined #ruby
nankyokusei has quit [Ping timeout: 268 seconds]
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mluts has quit [Ping timeout: 260 seconds]
hs366 has joined #ruby
firstdayonthejob has quit [Ping timeout: 256 seconds]
cgfbee has quit [Remote host closed the connection]
riffraff has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ace05 has joined #ruby
jgt1 has joined #ruby
smlocal has joined #ruby
cgfbee has joined #ruby
Cohedrin has joined #ruby
quazimodo has quit [Ping timeout: 258 seconds]
jgt1 has quit [Ping timeout: 260 seconds]
quazimodo has joined #ruby
Mia has quit [Read error: Connection reset by peer]
Felipe__ has quit [Quit: Leaving]
last_staff has joined #ruby
last_staff has quit [Remote host closed the connection]
harai has joined #ruby
sneakerhax has quit [Ping timeout: 260 seconds]
Salih has joined #ruby
blaxter has joined #ruby
Immune has quit [Ping timeout: 260 seconds]
AlexRussia has quit [Ping timeout: 265 seconds]
blackbombay has quit [Ping timeout: 245 seconds]
Immune has joined #ruby
blaxter has quit [Client Quit]
blackbombay has joined #ruby
blackbombay_ has joined #ruby
pawnbox has quit [Remote host closed the connection]
symm- has quit [Ping timeout: 256 seconds]
blackbombay has quit [Ping timeout: 240 seconds]
smlocal has quit [Remote host closed the connection]
smlocal has joined #ruby
astrobunny has quit [Ping timeout: 245 seconds]
xall has joined #ruby
smlocal has quit [Remote host closed the connection]
smlocal has joined #ruby
toretore has joined #ruby
claudiuinberlin has joined #ruby
Tharbakim has quit [Ping timeout: 250 seconds]
vali has joined #ruby
anisha_ has joined #ruby
bruce_lee has joined #ruby
bruce_lee has joined #ruby
bruce_lee has quit [Changing host]
lxsameer has joined #ruby
last_staff has joined #ruby
ace05 has quit [Remote host closed the connection]
xall has quit [Ping timeout: 258 seconds]
quazimodo has quit [Ping timeout: 256 seconds]
quazimodo has joined #ruby
smlocal has quit [Remote host closed the connection]
<al2o3-cr> morning troopers
charlie_wasp has joined #ruby
pawnbox has joined #ruby
mark_66 has joined #ruby
edwinvdgraaf has joined #ruby
teclator has joined #ruby
ur5us has joined #ruby
aganov has joined #ruby
TomyWork has joined #ruby
quazimodo has quit [Ping timeout: 256 seconds]
iwmrby has joined #ruby
nofxx has quit [Ping timeout: 260 seconds]
charlie_wasp has quit []
charlie_1asp has joined #ruby
Madplatypus has joined #ruby
charlie_1asp has left #ruby [#ruby]
SesMan has joined #ruby
raeoks has joined #ruby
zipace has joined #ruby
c0mrad3 has quit [Quit: Connection closed for inactivity]
dogweather has joined #ruby
ferr has joined #ruby
dogweather has quit [Ping timeout: 258 seconds]
edwinvdgraaf has quit [Ping timeout: 260 seconds]
flying has joined #ruby
quazimodo has joined #ruby
mluts has joined #ruby
hahuang61 has joined #ruby
charliesome has joined #ruby
<manveru> if your bottleneck in doing http requests is variable lookup... :)
ace05 has joined #ruby
charliesome has quit [Client Quit]
riffraff has quit [Quit: This computer has gone to sleep]
blaxter has joined #ruby
aufi has joined #ruby
Silthias has joined #ruby
riffraff has joined #ruby
Silthias2 has quit [Ping timeout: 258 seconds]
hahuang61 has quit [Ping timeout: 260 seconds]
aidalgol has joined #ruby
ace05 has quit [Ping timeout: 244 seconds]
astrobunny has joined #ruby
palms has joined #ruby
djbkd has quit [Remote host closed the connection]
pawnbox has quit [Read error: Connection reset by peer]
marr has joined #ruby
cibs has quit [Ping timeout: 268 seconds]
pawnbox has joined #ruby
cibs has joined #ruby
palms has quit [Ping timeout: 260 seconds]
blaxter has quit [Quit: foo]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
raeoks has quit [Quit: Textual IRC Client: www.textualapp.com]
jenrzzz has quit [Ping timeout: 246 seconds]
jsrn_ has joined #ruby
lenwood has joined #ruby
<al2o3-cr> can anyone help convert a c struct to a binary string using Array#pack
lenwood has quit [Client Quit]
lenwood has joined #ruby
elifoster has joined #ruby
Xiti` has joined #ruby
Rumbles has joined #ruby
Xiti has quit [Ping timeout: 260 seconds]
riffraff has quit [Quit: Leaving]
Couch has joined #ruby
Robtop__ has joined #ruby
jcao219_ has joined #ruby
<hanmac> al2o3-cr: why do you want the c struct as a string? do you want to dump/serialize it?
elifoster has quit [Quit: sleep]
grh has joined #ruby
jcao219 has quit [Ping timeout: 265 seconds]
pwnd_nsfw` has quit [Ping timeout: 245 seconds]
<al2o3-cr> hanmac: i'm trying to get permanent mac address of NIC so i'm doing a lot of ioctl calls
<al2o3-cr> so basically just a buffer
Jameser has joined #ruby
nankyokusei has joined #ruby
<al2o3-cr> i'm looking at so many resources at the moment, this shit is getting confusing :p
gregf_ has joined #ruby
jcao219_ is now known as jcao219
fladson[m] has quit [Ping timeout: 260 seconds]
pandaant has joined #ruby
TheGillies has quit [Ping timeout: 250 seconds]
velu_aon[m] has quit [Ping timeout: 245 seconds]
bascht has quit [Ping timeout: 245 seconds]
MuffinPimp[m] has quit [Ping timeout: 245 seconds]
M-shine has quit [Ping timeout: 245 seconds]
M-mistake has quit [Ping timeout: 245 seconds]
sagax has quit [Quit: Konversation terminated!]
nankyokusei has quit [Ping timeout: 240 seconds]
Luca[m] has quit [Ping timeout: 250 seconds]
davix[matrix] has quit [Ping timeout: 260 seconds]
serah[m] has quit [Ping timeout: 260 seconds]
meaggan[m] has quit [Ping timeout: 260 seconds]
laithshadeed[m] has quit [Ping timeout: 260 seconds]
cpfeilschifter[m has quit [Ping timeout: 260 seconds]
eliotk[m] has quit [Ping timeout: 260 seconds]
M-manveru has quit [Ping timeout: 260 seconds]
sagax has joined #ruby
Fernando-Basso has joined #ruby
sagax has quit [Client Quit]
sagax has joined #ruby
ghostlight has quit [Ping timeout: 265 seconds]
mim1k|work has joined #ruby
tvw has joined #ruby
ghostlight has joined #ruby
doublemalt__ has joined #ruby
iwmrby has quit [Quit: WeeChat 1.6]
jgt1 has joined #ruby
pawnbox has quit [Remote host closed the connection]
JeanCarloMachado has joined #ruby
JeanCarl1Machado has joined #ruby
Beams has joined #ruby
<al2o3-cr> i will retry later, my head is like scrambled eggs at the moment :(
charliesome has joined #ruby
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
edwinvdgraaf has joined #ruby
jgt1 has quit [Ping timeout: 244 seconds]
mikecmpbll has quit [Quit: inabit. zz.]
Dimik has quit [Ping timeout: 256 seconds]
jaguarmagenta has quit [Remote host closed the connection]
olblak has quit [Ping timeout: 252 seconds]
jaguarmagenta has joined #ruby
jaguarmagenta has quit [Remote host closed the connection]
iwmrby has joined #ruby
blackbombay_ has quit [Read error: Connection reset by peer]
P1ro has quit [Remote host closed the connection]
ace05 has joined #ruby
edwinvdgraaf has quit [Read error: Connection reset by peer]
bhaak has quit [Ping timeout: 250 seconds]
edwinvdgraaf has joined #ruby
Silthias has quit [Ping timeout: 268 seconds]
alexherbo2 has quit [Ping timeout: 250 seconds]
bhaak has joined #ruby
blackbombay_ has joined #ruby
ur5us has quit [Remote host closed the connection]
ace05 has quit [Ping timeout: 260 seconds]
mikecmpbll has joined #ruby
gizmore has quit [Ping timeout: 260 seconds]
gizmore has joined #ruby
djbkd has joined #ruby
araujo has joined #ruby
araujo has quit [Max SendQ exceeded]
AlexRussia has joined #ruby
alexherbo2 has joined #ruby
c0mrad3 has joined #ruby
phaza_ has joined #ruby
Silthias has joined #ruby
Immune has quit [Ping timeout: 260 seconds]
pawnbox has joined #ruby
phaza has quit [Ping timeout: 256 seconds]
nettoweb has joined #ruby
blackwind_123 has quit [Ping timeout: 244 seconds]
parabolize has quit [Ping timeout: 248 seconds]
djbkd has quit [Ping timeout: 240 seconds]
dbugger has joined #ruby
<dbugger> Hello everyone
Silthias1 has joined #ruby
jcao219 has quit [Ping timeout: 260 seconds]
Silthias has quit [Ping timeout: 260 seconds]
JeanCarloMachado has quit [Ping timeout: 258 seconds]
Snowy has joined #ruby
JeanCarl1Machado has quit [Ping timeout: 260 seconds]
TheGillies has joined #ruby
davix[matrix] has joined #ruby
bascht has joined #ruby
M-shine has joined #ruby
M-manveru has joined #ruby
MuffinPimp[m] has joined #ruby
Luca[m] has joined #ruby
serah[m] has joined #ruby
laithshadeed[m] has joined #ruby
eliotk[m] has joined #ruby
meaggan[m] has joined #ruby
fladson[m] has joined #ruby
velu_aon[m] has joined #ruby
cpfeilschifter[m has joined #ruby
JeanCarloMachado has joined #ruby
M-mistake has joined #ruby
JeanCarl1Machado has joined #ruby
manjaro-kde5 has joined #ruby
lenwood has quit [Remote host closed the connection]
Jameser has quit [Ping timeout: 250 seconds]
Silthias1 has quit [Quit: Leaving.]
Silthias has joined #ruby
JoshS has quit [Read error: Connection reset by peer]
pandaant has quit [Quit: Lost terminal]
jd has joined #ruby
jd is now known as Guest38950
JeanCarl1Machado has quit [Ping timeout: 245 seconds]
JeanCarl1Machado has joined #ruby
JeanCarloMachado has quit [Ping timeout: 260 seconds]
JeanCarloMachado has joined #ruby
jgt1 has joined #ruby
iwmrby has quit [Quit: WeeChat 1.6]
Guest38950 has quit [Quit: Page closed]
koooge has quit [Quit: Leaving...]
pwnd_nsfw has joined #ruby
dogweather has joined #ruby
manjaro has joined #ruby
Robtop__ has quit [Ping timeout: 258 seconds]
aidalgol has quit [Quit: zZzZZzzzz]
olblak has joined #ruby
pandaant has joined #ruby
hahuang61 has joined #ruby
dogweather has quit [Remote host closed the connection]
mim1k|work has quit [Ping timeout: 256 seconds]
ace05 has joined #ruby
mim1k|work has joined #ruby
hs366 has quit [Ping timeout: 248 seconds]
hahuang61 has quit [Ping timeout: 248 seconds]
Filiphe has joined #ruby
biberu has joined #ruby
ace05 has quit [Ping timeout: 250 seconds]
AlexRussia has quit [Ping timeout: 244 seconds]
skweek has quit [Ping timeout: 258 seconds]
hightower3 has quit [Ping timeout: 265 seconds]
manjaro has quit [Quit: Leaving]
futabachannel has quit [Quit: Leaving...]
hs366 has joined #ruby
P1ro has joined #ruby
quiqua has joined #ruby
Madplatypus has quit [Quit: Connection closed for inactivity]
pwnd_nsfw` has joined #ruby
phaza_ has quit [Read error: Connection reset by peer]
phaza has joined #ruby
djbkd has joined #ruby
pwnd_nsfw has quit [Ping timeout: 256 seconds]
kith_ is now known as kith
ocbtec has joined #ruby
tubuliferous_ has quit [Ping timeout: 250 seconds]
fenre has joined #ruby
nankyokusei has joined #ruby
XV9 has quit [Quit: Textual IRC Client: www.textualapp.com]
fenre_ has joined #ruby
nankyokusei has quit [Ping timeout: 256 seconds]
sparch has joined #ruby
fenre has quit [Ping timeout: 268 seconds]
d3d1rty has quit [Ping timeout: 244 seconds]
Jameser has joined #ruby
edwinvdgraaf has quit [Ping timeout: 250 seconds]
jaruga___ has joined #ruby
livcd has quit [Changing host]
livcd has joined #ruby
CoderFrank has quit [Ping timeout: 260 seconds]
mostlybadfly has joined #ruby
CloCkWeRX has quit [Ping timeout: 268 seconds]
djbkd has quit [Ping timeout: 240 seconds]
Jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jokke> hello
<jokke> i'm trying to enhance bundlers release rake task for my gem with Rake::Task['release'].enhance do ... end
<jokke> but it doesn't execute my code
qwertyco has joined #ruby
qwertyco has quit [Max SendQ exceeded]
<jokke> any ideas why?
qwertyco has joined #ruby
teya has joined #ruby
Couch has quit [Ping timeout: 265 seconds]
<jokke> ah i think i know
edwinvdgraaf has joined #ruby
hahuang61 has joined #ruby
conta1 has quit [Quit: conta1]
ace05 has joined #ruby
<teya> hello everyone! when i run manually "bundle exec rake jobs:workoff" and then i add cronjob this PATH=$PATH:/home/openproject/.rbenv/versions/2.3.0/bin
<teya> */1 * * * * cd /home/openproject/openproject-ce/bin && bundle exec rake jobs:workoff i am getting ..Bundler::GemRequireError: There was an error while trying to load the gem 'autoprefixer-rails'..... hmmm am on ubuntu 14.04 form the paths i hope u get the ruby version and the project...
<teya> sorry i meant to say "when i run manually ... it is working"
hahuang61 has quit [Ping timeout: 245 seconds]
CloCkWeRX has joined #ruby
<teya> cronjob and the manual test is done with same user
ace05 has quit [Ping timeout: 260 seconds]
Jameser has joined #ruby
agit0 has joined #ruby
jaruga___ has quit [Quit: jaruga___]
astrobunny has quit [Remote host closed the connection]
jzigmund has joined #ruby
fenre has joined #ruby
pokalyis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Couch has joined #ruby
dionysus69 has joined #ruby
GodFather has joined #ruby
andikr has joined #ruby
fenre_ has quit [Read error: Connection reset by peer]
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
CloCkWeRX has quit [Ping timeout: 246 seconds]
jmignault has joined #ruby
sparch has quit [Ping timeout: 260 seconds]
arnonhongklay has quit [Ping timeout: 246 seconds]
minimalism has quit [Quit: minimalism]
mim1k|work has quit [Ping timeout: 240 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
arnonhongklay has joined #ruby
charliesome has joined #ruby
Snowy has quit [Read error: Connection reset by peer]
mim1k|work has joined #ruby
Snowy has joined #ruby
tuxaddicted has quit [Ping timeout: 256 seconds]
conta1 has joined #ruby
ta__ has joined #ruby
Robtop__ has joined #ruby
ta_ has quit [Read error: Connection reset by peer]
weaksauce has quit [Read error: Connection reset by peer]
pwnd_nsfw` has quit [Ping timeout: 245 seconds]
tuxaddicted has joined #ruby
pawnbox has quit [Remote host closed the connection]
ixti has joined #ruby
pawnbox has joined #ruby
pawnbox has quit [Remote host closed the connection]
qwertyco has quit [Quit: Leaving]
tuxaddicted has quit [Ping timeout: 250 seconds]
doublemalt__ has quit [Ping timeout: 260 seconds]
CloCkWeRX has joined #ruby
claudiuinberlin has quit [Remote host closed the connection]
scorphus has joined #ruby
claudiuinberlin has joined #ruby
hs366 has quit [Read error: Connection reset by peer]
sdothum has joined #ruby
govg has joined #ruby
claudiuinberlin has quit [Ping timeout: 240 seconds]
rabbleproof has quit [Remote host closed the connection]
tuxaddicted has joined #ruby
djbkd has joined #ruby
mistym has quit [Ping timeout: 250 seconds]
rabbleproof has joined #ruby
mistym has joined #ruby
mistym has quit [Changing host]
mistym has joined #ruby
scorphus has quit [Changing host]
scorphus has joined #ruby
tubuliferous_ has joined #ruby
zipace has quit [Ping timeout: 240 seconds]
zipace has joined #ruby
brendan- has joined #ruby
pwnd_nsfw has joined #ruby
sparch has joined #ruby
sparch has joined #ruby
sparch has quit [Changing host]
dogweather has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dogweather has quit [Remote host closed the connection]
manjaro-kde5 has quit [Ping timeout: 240 seconds]
Robtop__ has quit [Ping timeout: 240 seconds]
mim1k|work has quit [Ping timeout: 260 seconds]
tuxaddicted has quit [Ping timeout: 246 seconds]
ace05 has joined #ruby
harfangk has joined #ruby
johnmilton has joined #ruby
byte512 has joined #ruby
quiqua has quit [Quit: Textual IRC Client: www.textualapp.com]
ace05 has quit [Ping timeout: 260 seconds]
al2o3-cr has quit [Ping timeout: 258 seconds]
Jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nowhere_man has joined #ruby
nowhereman has quit [Ping timeout: 260 seconds]
djbkd has quit [Ping timeout: 246 seconds]
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
charliesome has joined #ruby
Jameser has joined #ruby
pawnbox has joined #ruby
GodFather has quit [Ping timeout: 252 seconds]
tyang has joined #ruby
workmad3 has joined #ruby
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
AlexRussia has joined #ruby
synthroid has joined #ruby
dogweather has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 250 seconds]
dcluna has joined #ruby
interpolate has joined #ruby
dionysus69 has quit [Quit: dionysus69]
dogweather has quit [Ping timeout: 256 seconds]
edwinvdgraaf has quit [Read error: Connection reset by peer]
pragmaticus has joined #ruby
al2o3-cr has joined #ruby
interpolate has quit [Client Quit]
zipace has quit [Ping timeout: 265 seconds]
jmignault has quit [Ping timeout: 252 seconds]
nankyokusei has joined #ruby
Jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nowhere_man has quit [Ping timeout: 250 seconds]
jmignault has joined #ruby
edwinvdgraaf has joined #ruby
interpolate has joined #ruby
Jameser has joined #ruby
TvL2386 has joined #ruby
f0rpaxe has quit [Ping timeout: 260 seconds]
nankyokusei has quit [Ping timeout: 250 seconds]
dviola has joined #ruby
f0rpaxe has joined #ruby
agit0 has quit [Ping timeout: 246 seconds]
rfoust has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
creat has joined #ruby
Filiphe has quit [Remote host closed the connection]
creat has quit [Max SendQ exceeded]
creat has joined #ruby
jmignault has quit [Ping timeout: 258 seconds]
creat has quit [Ping timeout: 252 seconds]
creat has joined #ruby
jmignault has joined #ruby
mim1k|work has joined #ruby
claudiuinberlin has joined #ruby
anisha_ has quit [Quit: This computer has gone to sleep]
jaruga___ has joined #ruby
Dysp has joined #ruby
JeanCarl1Machado has quit [Ping timeout: 246 seconds]
JeanCarloMachado has quit [Ping timeout: 245 seconds]
JeanCarloMachado has joined #ruby
JeanCarl1Machado has joined #ruby
d0nn1e has quit [Ping timeout: 240 seconds]
brendan- has joined #ruby
<Dysp> Mjello! I am thinking about how to wrap data. Can someone give me their opinion about how to do it?
boadie has joined #ruby
futilegames has joined #ruby
futilegames has quit [Client Quit]
agit0 has joined #ruby
jgnagy has quit [Remote host closed the connection]
d0nn1e has joined #ruby
JeanCarloMachado has quit [Ping timeout: 252 seconds]
jphase has joined #ruby
jphase has quit [Changing host]
jphase has joined #ruby
JeanCarl1Machado has quit [Ping timeout: 258 seconds]
govg has quit [Quit: leaving]
rfoust has joined #ruby
<teya> incase someone checking my issue up there , its fixed the problem was with the env path some of them was defined at bash_profile. tnx!
bmurt has joined #ruby
teya has quit [Quit: Leaving]
rfoust has quit [Read error: Connection reset by peer]
<xrlk> waddup bmn
<xrlk> bmurt,
mim1k|work has quit [Read error: Connection reset by peer]
_sfiguser has quit [Ping timeout: 260 seconds]
rfoust has joined #ruby
jmignault has quit [Ping timeout: 268 seconds]
aegis3121 has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<Dysp> No one? :(
mim1k|work has joined #ruby
fenre_ has joined #ruby
fenre_ has quit [Remote host closed the connection]
jerme has joined #ruby
JeanCarloMachado has joined #ruby
jmignault has joined #ruby
JeanCarl1Machado has joined #ruby
nowhere_man has joined #ruby
fenre has quit [Ping timeout: 260 seconds]
solocshaw has joined #ruby
cdg has joined #ruby
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
mim1k|wo1k has joined #ruby
<havenwood> Dysp: I like the Hash with Array keys variant from what you showed. I'd pluralize the keys.
pandaant has quit [Ping timeout: 244 seconds]
JeanCarl1Machado has quit [Ping timeout: 256 seconds]
grh has quit [Ping timeout: 256 seconds]
<havenwood> Dysp: Struct or a full-on Class are other options. It depends how you're using it.
mim1k|work has quit [Ping timeout: 256 seconds]
_sfiguser has joined #ruby
aupadhye has quit [Ping timeout: 260 seconds]
doublemalt__ has joined #ruby
balazs has quit [Remote host closed the connection]
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mim1k|work has joined #ruby
brendan- has joined #ruby
JeanCarl1Machado has joined #ruby
dagda1 has joined #ruby
jhack has joined #ruby
mim1k|wo1k has quit [Ping timeout: 244 seconds]
anisha_ has joined #ruby
jhack has quit [Client Quit]
<Dysp> havenwood: Yeah, those are also interesting alternatives. I will think it through
<Dysp> ty
jerme has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
malconis has joined #ruby
Emmanuel_Chanel has joined #ruby
Emmanuel_Chanel has quit [Max SendQ exceeded]
Emmanuel_Chanel has joined #ruby
solocshaw has quit [Ping timeout: 256 seconds]
malconis has quit [Ping timeout: 248 seconds]
malconis has joined #ruby
grh has joined #ruby
<havenwood> Livestream link to Matz's RubyConf keynote about to start: https://www.youtube.com/watch?v=2KL3wNXl16g
<rob_> havenwood: thanks!
<mikecmpbll> ty!
allcentury has joined #ruby
grh has quit [Ping timeout: 256 seconds]
Filiphe has joined #ruby
jerme has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 245 seconds]
pandaant has joined #ruby
CloCkWeRX has quit [Quit: Leaving.]
JeanCarl1Machado has quit [Ping timeout: 258 seconds]
JeanCarloMachado has quit [Ping timeout: 265 seconds]
arooni has quit [Quit: ZNC - http://znc.in]
18WAAQKBI has joined #ruby
6A4AAA61G has joined #ruby
doublemalt__ has quit [Ping timeout: 268 seconds]
andrewvos has joined #ruby
Emmanuel_Chanel has joined #ruby
Emmanuel_Chanel has quit [Max SendQ exceeded]
Emmanuel_Chanel has joined #ruby
igniting has quit [Ping timeout: 256 seconds]
bluOxigen has quit [Read error: Connection reset by peer]
hahuang61 has joined #ruby
nowhere_man has quit [Remote host closed the connection]
webguynow has quit [Ping timeout: 250 seconds]
6A4AAA61G has quit [Ping timeout: 246 seconds]
nowhere_man has joined #ruby
webguynow has joined #ruby
ace05 has joined #ruby
arooni has joined #ruby
JeanCarloMachado has joined #ruby
bayed has joined #ruby
hahuang61 has quit [Ping timeout: 244 seconds]
aegis3121 has quit [Ping timeout: 260 seconds]
aegis312_ has joined #ruby
ace05 has quit [Ping timeout: 258 seconds]
polishdub has joined #ruby
anisha_ has quit [Quit: This computer has gone to sleep]
manjaro-kde5 has joined #ruby
djbkd has joined #ruby
JeanCarloMachado has quit [Ping timeout: 244 seconds]
nettoweb has joined #ruby
18WAAQKBI has quit [Ping timeout: 260 seconds]
djbkd has quit [Ping timeout: 250 seconds]
pandaant has quit [Remote host closed the connection]
Filiphe has quit [Remote host closed the connection]
bovis has joined #ruby
rippa has joined #ruby
JeanCarloMachado has joined #ruby
Dysp has quit [Quit: Page closed]
grh has joined #ruby
<bovis> can a block have a default parameter, something like array.each { |idx=""| ..operations.. } to counter an array value possibly being nil in the original array?
<bovis> there are other ways to deal with the issue, but this seemed like a possible simple way
sepp2k has joined #ruby
ocbtec has quit [Quit: leaving]
vali has quit [Remote host closed the connection]
i8igmac has joined #ruby
JeanCarl1Machado has joined #ruby
<rob_> boxrick1: each_with_index { |x, i| ... }
<rob_> s/boxrick1/bovis/
CoderFrank has joined #ruby
<bovis> rob_: thanks
<boxrick1> O_O
* boxrick1 bocomes bovis
dogweather has joined #ruby
<bovis> s/bovis/boxrick1
skweek has joined #ruby
<bovis> and suddenly I feel funny
pragmaticus has quit [Read error: Connection reset by peer]
ocbtec has joined #ruby
<jokke> hey
maokomioko has joined #ruby
maokomioko has quit [Client Quit]
<jokke> i have a method wrapped_proc(block)
<jokke> in it i want to expose some methods from a module Helpers
<xrlk> same
<xrlk> I just use singletons
dogweather has quit [Ping timeout: 245 seconds]
<jokke> so i do this: proc { Helpers.instance_eval(&block) }
<xrlk> the more the merrier
JeanCarl1Machado has quit [Ping timeout: 252 seconds]
<jokke> this works fine
<jokke> but if my block is expecting arguments, i'm screwed
<jokke> i don't know how to pass them to the block
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<jokke> i tried proc { |*args| Helpers.instance_eval { block.call(*args) } }
<al2o3-cr> jokke: instance_exec
<jokke> instead of eval?
shinnya has joined #ruby
<al2o3-cr> yep
<jokke> ah i see
<jokke> cool
agit0 has quit [Ping timeout: 245 seconds]
<jokke> hm nope
ferr has quit [Quit: WeeChat 1.5]
<jokke> this is what i have: https://p.jreinert.com/W5Bm/
JeanCarloMachado has quit [Ping timeout: 256 seconds]
<jokke> al2o3-cr: is that what you meant?
bmgoog has joined #ruby
c355e3b has joined #ruby
<al2o3-cr> instance_exec(*args) { ... }
claudiuinberlin has quit [Remote host closed the connection]
<jokke> instance_exec(*args, &block) even?
claudiuinberlin has joined #ruby
<al2o3-cr> jokke: yep
<al2o3-cr> sorry if they are only short i'm flicking between irc and youtube :(
JeanCarloMachado has joined #ruby
JeanCarl1Machado has joined #ruby
nankyokusei has joined #ruby
<al2o3-cr> def wrapped_proc &b; proc { |*a| Helpers.instance_exec *a, &b } end
pokalyis has joined #ruby
claudiuinberlin has quit [Ping timeout: 256 seconds]
grh has quit [Ping timeout: 260 seconds]
<al2o3-cr> oh pass *a too
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nankyokusei has quit [Ping timeout: 265 seconds]
manjaro-kde5 has quit [Ping timeout: 240 seconds]
tomphp has joined #ruby
claudiuinberlin has joined #ruby
solocshaw has joined #ruby
Pumukel has joined #ruby
claudiuinberlin has quit [Remote host closed the connection]
edwinvdgraaf has quit [Ping timeout: 246 seconds]
|ifei5g00d has joined #ruby
Scrooge has quit [Remote host closed the connection]
mark_66 has left #ruby ["PART #RubyOnRails :PART #elixir-lang :PART #crystal-lang :PONG :leguin.freenode.net"]
blackwind_123 has joined #ruby
maloik has quit [Remote host closed the connection]
maloik has joined #ruby
Tharbakim has joined #ruby
claudiuinberlin has joined #ruby
gingray has quit [Ping timeout: 268 seconds]
ace05 has joined #ruby
nullbyte_ has joined #ruby
machinewar has joined #ruby
nullbyte_ has left #ruby [#ruby]
last_staff has quit [Quit: last_staff]
preyalone has joined #ruby
jgnagy has joined #ruby
ace05 has quit [Ping timeout: 248 seconds]
banisterfiend has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Salih has quit [Quit: Leaving]
ace05 has joined #ruby
yardenbar has quit [Ping timeout: 244 seconds]
pwnd_nsfw has quit [Read error: Connection reset by peer]
pwnd_nsfw has joined #ruby
jgnagy has quit [Ping timeout: 244 seconds]
tlaxkit has joined #ruby
ace05 has quit [Ping timeout: 246 seconds]
tvw has quit [Remote host closed the connection]
aegis312_ has quit [Ping timeout: 246 seconds]
cdg has quit [Remote host closed the connection]
jmignault has quit [Ping timeout: 246 seconds]
TvL2386 has quit [Quit: Ex-Chat]
connor_goodwolf has quit [Ping timeout: 260 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
aegis3121 has joined #ruby
aganov has quit [Remote host closed the connection]
connor_goodwolf has joined #ruby
blackmesa has joined #ruby
quazimodo has quit [Ping timeout: 248 seconds]
ayonkhan has joined #ruby
solocshaw has quit [Ping timeout: 256 seconds]
newdan has joined #ruby
claudiuinberlin has quit [Remote host closed the connection]
PaulCape_ has quit [Quit: .]
robert___ has joined #ruby
<newdan> Is there a way in a Rake task to tell if any of the prerequisites actually ran? I tried #needed? but it didn't seem to do what I want
robert___ has left #ruby [#ruby]
jmignault has joined #ruby
nowhere_man has quit [Remote host closed the connection]
nowhere_man has joined #ruby
SteenJobs has joined #ruby
mluts has quit [Ping timeout: 244 seconds]
PaulCapestany has joined #ruby
claudiuinberlin has joined #ruby
XV8 has joined #ruby
polysics has joined #ruby
conta1 has quit [Ping timeout: 258 seconds]
agit0 has joined #ruby
ayonkhan has quit [Quit: Textual IRC Client: www.textualapp.com]
banisterfiend has joined #ruby
skweek has quit [Ping timeout: 246 seconds]
shinnya has quit [Ping timeout: 256 seconds]
banisterfiend has quit [Client Quit]
agit0 has quit [Client Quit]
ruby-lang993 has joined #ruby
<ruby-lang993> hey guys can someone help me fix
<ruby-lang993> Could not find a valid gem 'rails' (>= 0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)
<ruby-lang993> cant install any gems
sentriz has joined #ruby
<ruby-lang993> hey sentri
banisterfiend has joined #ruby
<sentriz> ruby-lang993: uwit
<ruby-lang993> please admin ban sentriz
* sentriz sets mode +b on ruby-lang993
<baweaver> ruby-lang993: check in with rubygems
<baweaver> there were a few articles on fixing it but it's a danged trip :/
Pumukel has quit [Ping timeout: 240 seconds]
<ruby-lang993> I've been trying to fix this shit for like an hour
<baweaver> https://gist.github.com/luislavena/f064211759ee0f806c88 - try this and some of the comments
<baweaver> I know the feeling mate.
<baweaver> sentriz: don't pretend to be an op
<baweaver> ruby-lang993: why ban?
<sentriz> it's a joke m8
synthroid has quit [Remote host closed the connection]
<ruby-lang993> baweaver: this isn't working I've tried all the stuff there
<sentriz> i know ruby-lang993 irl
<baweaver> Try a few of my comments towards the bottom.
<ruby-lang993> what are you talking about sentriz?
<baweaver> it's a crapshow, I know.
<baweaver> you can search by my irc handle
<ruby-lang993> I need to use this for a project and can't get it working. So idk what to do
<baweaver> I'd found a few things that worked on my Mac.
<baweaver> All else fails and you need to be productive now, delete the https server and add the http one
<baweaver> insecure, yes, but sometimes things need to be done.
<baweaver> havenwood: you around?
claudiuinberlin has quit [Remote host closed the connection]
<ruby-lang993> how would I do that baweaver
<baweaver> one sec, let me find it again
<ruby-lang993> thanks a lot
<baweaver> gem sources -a http://rubygems.org
agit0 has joined #ruby
dbugger has quit [Remote host closed the connection]
<ruby-lang993> that shit works
<havenwood> baweaver: hey, yup I'm here!
<ruby-lang993> thanks so much dude
skweek has joined #ruby
centrx has joined #ruby
claudiuinberlin has joined #ruby
flying has quit []
claudiuinberlin has quit [Remote host closed the connection]
* sentriz slaps ruby-lang993 around a bit with a large trout
dagda1 has joined #ruby
claudiuinberlin has joined #ruby
* ruby-lang993 bans sentriz
hightower3 has joined #ruby
agit0 has quit [Client Quit]
pokalyis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
* ruby-lang993 unbans sentriz with my massive shaft
<baweaver> easy there.
Ishido has joined #ruby
* ruby-lang993 bans baweaver for insolence
<baweaver> ?offtopic
<ruby[bot]> this seems to be off-topic. Please move your discussion to #ruby-offtopic, to keep this channel free for Ruby related problems. Thanks!
agit0 has joined #ruby
hightower2 has quit [Ping timeout: 240 seconds]
vuoto has joined #ruby
<sentriz> oship
mim1k|work has quit [Ping timeout: 252 seconds]
ruby-lang993 has quit [Quit: Page closed]
igniting has joined #ruby
mim1k|work has joined #ruby
igniting has quit [Max SendQ exceeded]
igniting has joined #ruby
xcesariox has joined #ruby
brendan- has joined #ruby
xcesariox has quit [Client Quit]
machinewar has quit [Remote host closed the connection]
xcesariox has joined #ruby
matheusmoreira has quit [Ping timeout: 248 seconds]
amclain has joined #ruby
matheusmoreira has joined #ruby
andrewvos has quit [Ping timeout: 260 seconds]
weaksauce has joined #ruby
phantompain has quit [Ping timeout: 245 seconds]
synthroid has joined #ruby
ace05 has joined #ruby
djbkd has joined #ruby
andikr has quit [Remote host closed the connection]
jsrn_ has quit [Quit: Leaving]
pokalyis has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SesMan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has quit [Remote host closed the connection]
JoshS has joined #ruby
agent_white has joined #ruby
ace05 has quit [Ping timeout: 260 seconds]
<dminuoso> Mmm, is there some obscure way to create an object of File with a StringIO backed?
<dminuoso> Or maybe I should explain where this is coming from.
djbkd has quit [Remote host closed the connection]
claudiuinberlin has joined #ruby
djbkd has joined #ruby
<dminuoso> RMagick defines a method Image#write that explicitly tests whether the argument is T_FILE or not (and if not it opens a file using the argument.to_s as a filename)
<dminuoso> I want RMagick to write its stuff into a StringIO object.
dagda1 has quit [Quit: Textual IRC Client: www.textualapp.com]
aegis3121 has quit [Ping timeout: 260 seconds]
claudiuinberlin has quit [Remote host closed the connection]
SesMan has joined #ruby
xcesariox has quit [Ping timeout: 250 seconds]
snguyen has joined #ruby
SteenJobs has quit [Quit: SteenJobs]
aufi has quit [Ping timeout: 256 seconds]
SesMan has quit [Client Quit]
alan_w has joined #ruby
Rodya_ has joined #ruby
dogweather has joined #ruby
dogweather has quit [Remote host closed the connection]
dogweather has joined #ruby
phantompain has joined #ruby
SteenJobs has joined #ruby
dionysus69 has joined #ruby
cdg has joined #ruby
<mikecmpbll> T_FILE?
newdan has left #ruby ["ERC (IRC client for Emacs 24.5.1)"]
SCHAAP137 has joined #ruby
dogweather has quit [Ping timeout: 258 seconds]
Rumbles has quit [Ping timeout: 260 seconds]
SteenJobs has quit [Client Quit]
tlaxkit has quit [Quit: tlaxkit]
<mikecmpbll> oh nvm
SteenJobs has joined #ruby
Salih has joined #ruby
swills has quit [Ping timeout: 260 seconds]
<dminuoso> I mean I guess I can simply use to_blob and then pack it all into a StringIO again but meh
bmurt has joined #ruby
ddffg has joined #ruby
govg has joined #ruby
claudiuinberlin has joined #ruby
patrick99e99 has quit [Ping timeout: 246 seconds]
nankyokusei has joined #ruby
yardenbar has joined #ruby
gusrub_ has joined #ruby
rippa has quit [Ping timeout: 260 seconds]
solocshaw has joined #ruby
xcesariox has joined #ruby
dopamean_ has joined #ruby
alexherbo2 has quit [Quit: WeeChat 1.5]
Yxhuvud has quit [Remote host closed the connection]
nankyokusei has quit [Ping timeout: 244 seconds]
Yxhuvud has joined #ruby
Lord_of_Life has quit [Excess Flood]
Couch has quit [Ping timeout: 265 seconds]
alphor has joined #ruby
nrd_pxs has joined #ruby
Lord_of_Life has joined #ruby
sparch has quit [Ping timeout: 244 seconds]
alphor has quit [Read error: Connection reset by peer]
Mekkis has quit [Ping timeout: 260 seconds]
solocshaw has quit [Ping timeout: 258 seconds]
Mekkis has joined #ruby
JeanCarloMachado has quit [Ping timeout: 268 seconds]
mikecmpbll has quit [Ping timeout: 246 seconds]
JeanCarloMachado has joined #ruby
mim1k|wo1k has joined #ruby
Olipro has quit [Ping timeout: 245 seconds]
Dimik has joined #ruby
mim1k|work has quit [Ping timeout: 260 seconds]
Olipro has joined #ruby
aegis3121 has joined #ruby
agit0 has quit [Quit: zzzZZZ….]
chris349 has joined #ruby
_whitelogger has joined #ruby
jokester has quit [Ping timeout: 260 seconds]
TomyWork has quit [Remote host closed the connection]
sparch has joined #ruby
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby
jcp__ has quit [Ping timeout: 260 seconds]
MrBusiness2 has quit [Ping timeout: 260 seconds]
JeanCarloMachado has quit [Ping timeout: 245 seconds]
JeanCarl1Machado has quit [Ping timeout: 260 seconds]
GodFather has joined #ruby
jcp__ has joined #ruby
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Max SendQ exceeded]
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Max SendQ exceeded]
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Max SendQ exceeded]
Guest33222 has joined #ruby
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Max SendQ exceeded]
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Max SendQ exceeded]
claudiuinberlin has quit []
skweek has quit [Ping timeout: 248 seconds]
Fernando-Basso has quit [Ping timeout: 256 seconds]
JacobsLadd3r has joined #ruby
JacobsLadd3r has quit [Max SendQ exceeded]
djbkd has quit [Ping timeout: 260 seconds]
agit0 has joined #ruby
Guest33222 is now known as kechja
CoderFrank has quit [Ping timeout: 256 seconds]
sdothum has quit [Read error: Connection reset by peer]
ace05 has joined #ruby
Beams has quit [Quit: .]
gusrub_ has quit [Remote host closed the connection]
CoderFrank has joined #ruby
kechja has quit [Quit: WeeChat 1.6]
ruby-lang658 has joined #ruby
skweek has joined #ruby
sdothum has joined #ruby
JeanCarloMachado has joined #ruby
JeanCarl1Machado has joined #ruby
Immune has joined #ruby
jerme has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ruby-lang658 has quit [Client Quit]
ace05 has quit [Ping timeout: 256 seconds]
dunpeal has joined #ruby
blackmesa has quit [Ping timeout: 240 seconds]
jmignault has quit [Ping timeout: 260 seconds]
jmignault has joined #ruby
solocshaw has joined #ruby
blackwind_123 has quit [Ping timeout: 248 seconds]
dhollinger has quit [Ping timeout: 246 seconds]
blackwind_123 has joined #ruby
rubysquid has joined #ruby
railssmith has quit [Ping timeout: 256 seconds]
millerti has joined #ruby
machinewar has joined #ruby
mluts has joined #ruby
sparch has quit [Ping timeout: 260 seconds]
jokester has joined #ruby
grh has joined #ruby
kechja has joined #ruby
agent_white has quit [Quit: brb]
muelleme has joined #ruby
creat has quit [Ping timeout: 260 seconds]
rubysquid has quit [Quit: Page closed]
gusrub_ has joined #ruby
ldnunes has joined #ruby
mikecmpbll has joined #ruby
[Butch] has joined #ruby
jmignault has quit [Ping timeout: 260 seconds]
skweek has quit [Ping timeout: 260 seconds]
pizzaops has quit [Ping timeout: 260 seconds]
blackmesa has joined #ruby
gusrub_ has quit [Ping timeout: 248 seconds]
pizzaops has joined #ruby
ur5us has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
sparch has joined #ruby
sparch has joined #ruby
sparch has quit [Changing host]
brendan- has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
tyang_ has joined #ruby
splud has joined #ruby
splud has quit [Client Quit]
splud has joined #ruby
Renich has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
TheCubeLord has joined #ruby
TheCubeLord has quit [Changing host]
TheCubeLord has joined #ruby
tyang has quit [Ping timeout: 258 seconds]
edwinvdgraaf has joined #ruby
blackwind_123 has joined #ruby
ocbtec has quit [Quit: leaving]
banisterfiend has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dhollinger has joined #ruby
Snowy has quit [Remote host closed the connection]
gizmore has quit [Ping timeout: 260 seconds]
SteenJobs has quit [Quit: SteenJobs]
Snowy has joined #ruby
jerme has joined #ruby
Immune has quit [Ping timeout: 260 seconds]
jerme has quit [Client Quit]
edwinvdgraaf has quit [Ping timeout: 260 seconds]
claudiuinberlin has joined #ruby
jerme has joined #ruby
Snowy has quit [Ping timeout: 256 seconds]
Cohedrin has joined #ruby
brendan- has joined #ruby
gingray has joined #ruby
XV8 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
solocshaw has quit [Ping timeout: 256 seconds]
gusrub_ has joined #ruby
banisterfiend has joined #ruby
solocshaw has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has quit [Ping timeout: 245 seconds]
symm- has joined #ruby
dnicole has quit [Remote host closed the connection]
dnicole has joined #ruby
jmignault has joined #ruby
SteenJobs has joined #ruby
xaxisx_ has joined #ruby
agent_white has joined #ruby
muelleme has quit [Ping timeout: 256 seconds]
vuoto has quit [Remote host closed the connection]
XV8 has joined #ruby
djbkd has joined #ruby
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ghost9 has joined #ruby
nettoweb has joined #ruby
dnicole has quit [Ping timeout: 258 seconds]
<ghost9> Hi
<ghost9> I asked this yesterday but had to immediately bail sry
<ghost9> how can I make rvm work? it doesn't seem to be recognized in shell
Immune has joined #ruby
<TheCubeLord> is it in /bin?
ace05 has joined #ruby
ramfjord has joined #ruby
millerti has joined #ruby
ghost9 has quit [Ping timeout: 260 seconds]
ace05 has quit [Ping timeout: 246 seconds]
ghost9 has joined #ruby
DLSteve has joined #ruby
<ghost9> hey can you repeat what you said
<ghost9> timed out
<ghost9> I'm assuming I need to install rvm?
muelleme has joined #ruby
tyang_ has quit [Quit: Leaving]
solocshaw has quit [Ping timeout: 240 seconds]
tyang has joined #ruby
dogweather has joined #ruby
TheCubeLord has quit [Quit: F*** This S*** Im out!]
brent__ has joined #ruby
skweek has joined #ruby
tyang_ has joined #ruby
tyang has quit [Read error: Connection reset by peer]
TheCubeLord has joined #ruby
TheCubeLord has joined #ruby
TheCubeLord has quit [Changing host]
muelleme has quit [Ping timeout: 250 seconds]
tyang_ has quit [Read error: Connection reset by peer]
djbkd has quit [Remote host closed the connection]
ace05 has joined #ruby
babblebre has joined #ruby
djbkd has joined #ruby
muelleme has joined #ruby
gusrub_ has quit [Remote host closed the connection]
ghost9 has quit [Ping timeout: 260 seconds]
kirun has joined #ruby
gusrub_ has joined #ruby
djbkd has quit [Ping timeout: 256 seconds]
nrd_pxs has quit [Ping timeout: 260 seconds]
gusrub_ has quit [Remote host closed the connection]
smlocal has joined #ruby
codfection has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
tyang has joined #ruby
gusrub_ has joined #ruby
blackwind_123 has joined #ruby
smlocal has quit [Remote host closed the connection]
gusrub_ has quit [Remote host closed the connection]
bocaneri has quit [Read error: Connection reset by peer]
agarciava has joined #ruby
nankyokusei has joined #ruby
<agarciava> hi there, how can I exec a c gem out from ruby? using the so file segfaults, I guess need some env vars
gusrub_ has joined #ruby
jcao219 has joined #ruby
TheCubeLord has quit [Quit: F*** This S*** Im out!]
nankyokusei has quit [Ping timeout: 245 seconds]
rektide_ has joined #ruby
alexherbo2 has joined #ruby
mitsuhiko has quit [Ping timeout: 260 seconds]
<rektide_> hi. i'm working on a plugin that's going to be in a core loop, and concerned about performance.
mitsuhiko has joined #ruby
rafadc has joined #ruby
<centrx> and then?
nrd_pxs has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
<rektide_> does having a rescue for a function def have a big impact? i don't expect it to trip often at all, but i keep reading about "do not use exceptions for ..."
marxarelli has joined #ruby
dionysus69 has quit [Ping timeout: 248 seconds]
<rektide_> these all seem to be measuring exceptions firing though, not the handler. but i know that in languages like js, just having the try{}catch{} can have significant impact, and i'm not sure what ruby's advice is here
jenrzzz has joined #ruby
<centrx> rektide_: Using exceptions for control flow is bad design, it makes the code more conceptually difficult/complicated
pwnd_nsfw has quit [Ping timeout: 258 seconds]
<centrx> rektide_: I do see some articles as recently as 2015 saying that Ruby rescue is slow (as in other languages)
djbkd has joined #ruby
<apeiros> rektide_: benchmark it? consider using benchmark-ips for that.
blackwind_123 has joined #ruby
ur5us has quit [Remote host closed the connection]
pwnd_nsfw has joined #ruby
SHyx0rmZ has joined #ruby
<rektide_> ok. i modified http://blog.honeybadger.io/benchmarking-exceptions-in-ruby-yep-theyre-slow/ and rescue itself seems to have neglidgible impact, yay.
shelling__ has quit [Ping timeout: 260 seconds]
davidt has joined #ruby
cdg has quit [Remote host closed the connection]
rodfersou has joined #ruby
ur5us has joined #ruby
shelling__ has joined #ruby
gusrub_ has quit [Remote host closed the connection]
<dminuoso> asm>> def foo() end
<ruby[bot]> dminuoso: I have disassembled your code, the result is at https://eval.in/675651
<dminuoso> asm>> def foo() rescue; end
<ruby[bot]> dminuoso: I have disassembled your code, the result is at https://eval.in/675652
Immune has quit [Ping timeout: 260 seconds]
dogweather has quit []
jerme has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<rektide_> writeup on my testing for the cost of having an exception handler: https://gist.github.com/rektide/28e1f21765ce19485215b7574ef70730
machinewar has quit [Ping timeout: 256 seconds]
rektide_ has left #ruby [#ruby]
blackwind_123 has quit [Ping timeout: 245 seconds]
jcao219 has quit [Ping timeout: 248 seconds]
solocshaw has joined #ruby
gusrub_ has joined #ruby
<centrx> cool
rodfersou has quit [Ping timeout: 244 seconds]
rodferso1 has joined #ruby
<dminuoso> Renich: Honestly the considerations of exceptions should not be related to their cost, but rather on how they operate.
blackwind_123 has joined #ruby
<dminuoso> Oh they left.
davidt has quit []
<Renich> :)
GodFather has quit [Ping timeout: 252 seconds]
harfangk has quit [Quit: Textual IRC Client: www.textualapp.com]
lxsameer has quit [Quit: WeeChat 1.6]
muelleme has quit [Ping timeout: 250 seconds]
MrBusiness2 has joined #ruby
agit0 has quit [Quit: zzzZZZ….]
Snowy has joined #ruby
agit0 has joined #ruby
blackwind_123 has quit [Ping timeout: 244 seconds]
mrsolo has quit [Ping timeout: 260 seconds]
nisstyre has quit [Read error: Connection reset by peer]
jgnagy has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
MrBloo has quit [Ping timeout: 260 seconds]
muelleme has joined #ruby
solocshaw has quit [Ping timeout: 268 seconds]
mrsolo has joined #ruby
blackmesa has quit [Ping timeout: 268 seconds]
MrBloo has joined #ruby
dmarr has quit [Ping timeout: 260 seconds]
jgnagy has quit [Ping timeout: 256 seconds]
<agarciava> hi there, how can I exec a c gem out from ruby? using the so file segfaults, I guess need some env vars
dmarr has joined #ruby
parabolize has joined #ruby
tyang_ has joined #ruby
smlocal has joined #ruby
sparch has quit [Quit: peão quit gente]
anjen has joined #ruby
Madplatypus has joined #ruby
whathappwns has quit [Ping timeout: 260 seconds]
whathappwns has joined #ruby
tyang has quit [Ping timeout: 258 seconds]
railssmith has joined #ruby
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby
tyang__ has joined #ruby
jaruga___ has quit [Quit: jaruga___]
_djbkd has joined #ruby
djbkd has quit [Ping timeout: 245 seconds]
rafadc has quit [Ping timeout: 256 seconds]
nrd_pxs has quit [Ping timeout: 260 seconds]
tyang_ has quit [Ping timeout: 258 seconds]
spiette has quit [Quit: :qa!]
doublemalt__ has quit [Ping timeout: 252 seconds]
ldnunes has quit [Quit: Leaving]
Rutix has joined #ruby
Rutix has joined #ruby
Rutix has quit [Changing host]
asdf_ has joined #ruby
asdf_ has quit [Client Quit]
danst has quit [Ping timeout: 265 seconds]
aegis3121 has quit [Quit: Textual IRC Client: www.textualapp.com]
danst has joined #ruby
asdf_ has joined #ruby
nettoweb has quit [Ping timeout: 265 seconds]
anjen has quit [Quit: anjen]
ramfjord has quit [Ping timeout: 252 seconds]
asdf_ has quit [Client Quit]
blackwind_123 has joined #ruby
JeanCarl1Machado has quit [Ping timeout: 246 seconds]
JeanCarloMachado has quit [Ping timeout: 252 seconds]
jhack has joined #ruby
muelleme has quit [Ping timeout: 260 seconds]
masterasia has quit [Quit: Leaving]
ronp_usa1 has joined #ruby
dnicole has joined #ruby
ronp_usa1 has quit [Client Quit]
hightower3 has quit [Ping timeout: 250 seconds]
marxarelli has quit [Read error: Connection reset by peer]
smlocal has quit [Remote host closed the connection]
nettoweb has joined #ruby
Lord_of_Life has quit [Excess Flood]
Lord_of_Life has joined #ruby
smlocal has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
nankyokusei has joined #ruby
nankyokusei has quit [Remote host closed the connection]
rodferso1 has quit [Ping timeout: 256 seconds]
Darmani has joined #ruby
xcesariox has quit [Read error: Connection reset by peer]
GodFather has joined #ruby
nrd_pxs has joined #ruby
smlocal has quit [Ping timeout: 258 seconds]
hightower3 has joined #ruby
XV8 has quit [Quit: Textual IRC Client: www.textualapp.com]
patrick99e99 has joined #ruby
workmad3 has quit [Ping timeout: 265 seconds]
rodfersou has joined #ruby
muelleme has joined #ruby
_djbkd has quit [Quit: My people need me...]
agit0 has quit [Quit: zzzZZZ….]
Pumukel has joined #ruby
tdy has quit [Ping timeout: 258 seconds]
phantompain has quit [Ping timeout: 260 seconds]
Rodya_ has quit [Quit: Leaving...]
yardenbar has quit [Ping timeout: 244 seconds]
marxarelli has joined #ruby
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
johnmilton has quit [Remote host closed the connection]
edwinvdgraaf has joined #ruby
blackwind_123 has joined #ruby
dcluna has quit [Remote host closed the connection]
ramfjord has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
millerti has joined #ruby
marxarelli is now known as marxarelli|afk
boadie has quit [Remote host closed the connection]
marxarelli|afk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
patrick99e99 has quit [Ping timeout: 240 seconds]
boadie has joined #ruby
patrick99e99 has joined #ruby
marxarelli has joined #ruby
muelleme has quit [Ping timeout: 252 seconds]
jhack has quit [Ping timeout: 244 seconds]
csk has joined #ruby
blackwind_123 has joined #ruby
hightower3 has quit [Ping timeout: 246 seconds]
dcluna has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
miqlas-H has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
tdy has joined #ruby
nettoweb has joined #ruby
[Butch] has quit [Ping timeout: 248 seconds]
blackwind_123 has joined #ruby
jhack has joined #ruby
aidalgol has joined #ruby
tyang__ has quit [Ping timeout: 258 seconds]
swills has joined #ruby
phantompain has joined #ruby
ben__ has joined #ruby
cdg has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
agit0 has joined #ruby
blackwind_123 has joined #ruby
jhack has quit [Ping timeout: 256 seconds]
jtd has quit [Remote host closed the connection]
hightower3 has joined #ruby
jhack has joined #ruby
jtd has joined #ruby
mluts has quit [Ping timeout: 256 seconds]
mostlybadfly has quit [Quit: Connection closed for inactivity]
mostlybadfly has joined #ruby
mjago has joined #ruby
rafadc has joined #ruby
minimalism has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
Immune has joined #ruby
preyalone has quit [Quit: Connection closed for inactivity]
jhack has quit [Ping timeout: 256 seconds]
pawnbox has quit [Remote host closed the connection]
SeepingN has joined #ruby
jhack has joined #ruby
dcluna has quit [Remote host closed the connection]
dcluna has joined #ruby
jhack_ has joined #ruby
Snowy has quit [Read error: Connection reset by peer]
jhack has quit [Ping timeout: 250 seconds]
Snowy has joined #ruby
interpolate has quit [Quit: interpolate]
jhack has joined #ruby
blackwind_123 has joined #ruby
jhack_ has quit [Ping timeout: 258 seconds]
jwl has quit [Quit: bye.]
rfoust has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
blackbombay_ has quit [Ping timeout: 268 seconds]
dopamean_ has quit [Ping timeout: 256 seconds]
pawnbox has joined #ruby
jenrzzz has joined #ruby
jmignault has quit [Ping timeout: 268 seconds]
tomphp has joined #ruby
blackwind_123 has quit [Ping timeout: 245 seconds]
blackmesa has joined #ruby
pawnbox has quit [Ping timeout: 258 seconds]
mluts has joined #ruby
claudiuinberlin has quit []
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bovis has quit [Quit: leaving]
Yzguy has joined #ruby
<Yzguy> Hello! Quick question. I'm passing arguments into a Rakefile task, I found this article: http://www.rakefieldmanual.com/fascicles/002-require-an-argument.html. Is that the preferred way to do "required arguments"?
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
machinewar has joined #ruby
<machinewar> centrx: yes rescue is very slow
<machinewar> if you're doing it a lot
<agarciava> hi there, how can I exec a c gem out from ruby? using the so file segfaults, I guess need some env vars
tdy has quit [Ping timeout: 252 seconds]
agent_white has quit [Quit: brb]
croberts has quit [Ping timeout: 250 seconds]
mluts has quit [Quit: leaving]
mluts has joined #ruby
smlocal_ has joined #ruby
synthroid has quit []
SteenJobs has quit [Quit: SteenJobs]
kirun has quit [Quit: Konversation terminated!]
interpolate has joined #ruby
mluts has quit [Client Quit]
mluts has joined #ruby
Salih has quit [Quit: Leaving]
SteenJobs has joined #ruby
phantompain has quit [Ping timeout: 240 seconds]
SteenJobs has quit [Client Quit]
patrick99e99 has quit [Read error: Connection reset by peer]
patrick99e99 has joined #ruby
patrick99e99 has quit [Read error: Connection reset by peer]
mwat has joined #ruby
mwat has quit [Client Quit]
mluts has quit [Quit: leaving]
mluts has joined #ruby
rfoust has joined #ruby
agarciava has quit [Quit: Page closed]
yuung has joined #ruby
<yuung> for some reason, Zlib::GzipReader is only reading the first line of the file - has anyone run into this before?
patrick99e99 has joined #ruby
<yuung> i do `gz = Zlib::GzipReader.open(uri); gz.read`, and get only one line. it's a csv.gz file, and i know it has more than 1 row after opening it in excel
patrick99e99 has quit [Read error: Connection reset by peer]
mluts has quit [Client Quit]
centrx has quit []
mluts has joined #ruby
miqlas-H has quit [Ping timeout: 260 seconds]
skweek has quit [Ping timeout: 256 seconds]
_sfiguser has quit [Ping timeout: 252 seconds]
tdy has joined #ruby
mluts has quit [Client Quit]
mluts has joined #ruby
marxarelli is now known as marxarelli|afk
smlocal_ has quit [Remote host closed the connection]
workmad3 has joined #ruby
sepp2k has quit [Quit: Leaving.]
nowhere_man has quit [Ping timeout: 240 seconds]
tdy has quit [Ping timeout: 256 seconds]
SteenJobs has joined #ruby
mluts has quit [Quit: leaving]
jhack has quit [Ping timeout: 246 seconds]
Pumukel has quit []
nettoweb has joined #ruby
aufi has joined #ruby
grh has quit [Ping timeout: 256 seconds]
edwinvdgraaf has quit [Remote host closed the connection]
firstdayonthejob has joined #ruby
mluts has joined #ruby
gusrub_ has quit [Remote host closed the connection]
jhack has joined #ruby
xrlk has quit [Ping timeout: 260 seconds]
s2013 has joined #ruby
agent_white has joined #ruby
_sfiguser has joined #ruby
skweek has joined #ruby
millerti has joined #ruby
nankyokusei has joined #ruby
jdawgaz has joined #ruby
smlocal has joined #ruby
byte512 has quit [Ping timeout: 268 seconds]
allcentury has quit [Ping timeout: 250 seconds]
polishdub has quit [Quit: Leaving]
marxarelli|afk has quit [Read error: Connection reset by peer]
jdawgaz has quit [Client Quit]
KineticX has joined #ruby
Snowy has quit [Remote host closed the connection]
Snowy has joined #ruby
swills has quit [Ping timeout: 258 seconds]
rafadc has quit [Ping timeout: 244 seconds]
Renich has quit [Quit: leaving]
xrlk has joined #ruby
Snowy_ has joined #ruby
Snowy_ has quit [Remote host closed the connection]
spiette has joined #ruby
Snowy_ has joined #ruby
blackwind_123 has joined #ruby
vqrs has quit [Ping timeout: 250 seconds]
troys has joined #ruby
jdawgaz has joined #ruby
Snowy has quit [Ping timeout: 256 seconds]
jdawgaz has quit [Client Quit]
edwinvdgraaf has joined #ruby
vqrs has joined #ruby
blackbombay_ has joined #ruby
nankyoku_ has joined #ruby
quazimodo has joined #ruby
toretore has quit [Ping timeout: 245 seconds]
dnicole has quit []
blackwind_123 has quit [Ping timeout: 260 seconds]
nankyokusei has quit [Ping timeout: 245 seconds]
yuung has quit [Quit: leaving]
Snowy_ has quit [Read error: Connection reset by peer]
Snowy has joined #ruby
csk has quit [Quit: ZZZzzz…]
Lord_of_Life has quit [Excess Flood]
dar123 has joined #ruby
jdawgaz has joined #ruby
dnicole has joined #ruby
zapcode has joined #ruby
Lord_of_Life has joined #ruby
gusrub_ has joined #ruby
skweek has quit [Remote host closed the connection]
Guest25823 is now known as alamar
bruce_lee has quit [Read error: Connection reset by peer]
nankyoku_ has quit [Ping timeout: 256 seconds]
vuoto has joined #ruby
jdawgaz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<gener1c> -dev
<gener1c> is there a ruby dev channel?
nowhere_man has joined #ruby
dnicole has quit [Remote host closed the connection]
jdawgaz has joined #ruby
Yzguy has quit [Quit: Bye]
blackbombay has joined #ruby
aufi has quit [Ping timeout: 256 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<havenwood> gener1c: This is probably the best place. Contributing to Ruby?
<gener1c> yeah
<gener1c> i just added a really small feature to net/ftp.rb
<gener1c> but it didnt have an issue for it
<havenwood> nice
lacour has joined #ruby
<gener1c> heh , it wasnt such a big deal and i am not sure if it was done with good coding practice
<gener1c> i want to talk to someone about it
blackbombay_ has quit [Ping timeout: 248 seconds]
<gener1c> the contribute.md is not that specific on those things
<havenwood> gener1c: Just curious, but is it this issue?: https://bugs.ruby-lang.org/issues/12919
<gener1c> nope
<gener1c> it didnt have an issue afaik
<gener1c> i added support for parameters in status method
<gener1c> "overload"
<havenwood> gener1c: Ahh, just thought it might be you since it was recent and net-ftp. Never mind!
<gener1c> heh
<havenwood> Gadgetoid: ah, nice
<havenwood> oops, mt
<gener1c> so first there is the <2
<gener1c> i dont like that it should be =1
<gener1c> second, should i make tests for it? use a different method?
jdawgaz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jackjackdripper has joined #ruby
<gener1c> because it can be used for listing on the "command" session for faster list etc
<havenwood> gener1c: It's the first day of RubyConf so a bunch of the Ruby committers are occupied but I'd suggest starting an issue to discuss it on the issue tracker: https://bugs.ruby-lang.org/projects/ruby-trunk/issues
<gener1c> oh ok thanks
<havenwood> gener1c: And here is a good place to get feedback as well! :-)
<gener1c> :D
<gener1c> just on other days
machinewar has quit []
c0mrad3 has quit [Quit: Connection closed for inactivity]
dunpeal has quit [Ping timeout: 250 seconds]
gingray has quit [Ping timeout: 258 seconds]
blackwind_123 has joined #ruby
vuoto has quit [Remote host closed the connection]
chris2 has quit [Ping timeout: 245 seconds]
swills has joined #ruby
djbkd has joined #ruby
matp_ has joined #ruby
nettoweb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
swills has quit [Remote host closed the connection]
swills has joined #ruby
swills has quit [Remote host closed the connection]
swills has joined #ruby
blackwind_123 has quit [Ping timeout: 258 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
matp has quit [Ping timeout: 246 seconds]
dunpeal has joined #ruby
tomphp has joined #ruby
malconis has quit [Read error: Connection reset by peer]
tvw has joined #ruby
smlocal has quit [Remote host closed the connection]
polysics has quit [Remote host closed the connection]
troys is now known as troys_
polysics has joined #ruby
kechja has quit [Ping timeout: 246 seconds]
Snowy has quit [Read error: Connection reset by peer]
bmurt has joined #ruby
mjago has quit [Ping timeout: 260 seconds]
SteenJobs has quit [Quit: SteenJobs]
Snowy has joined #ruby
polysics has quit [Ping timeout: 265 seconds]
smlocal has joined #ruby
jgt1 has quit [Ping timeout: 256 seconds]
tuxaddicted has joined #ruby
blackwind_123 has joined #ruby
sylario has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
skweek has joined #ruby
blackwind_123 has quit [Read error: Connection reset by peer]
smlocal has quit [Remote host closed the connection]
dcluna has quit [Ping timeout: 256 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marr has quit [Ping timeout: 265 seconds]
ramfjord has quit [Ping timeout: 268 seconds]
smlocal has joined #ruby
SeepingN has quit [Remote host closed the connection]
SeepingN has joined #ruby
rfoust has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ishido has quit [Remote host closed the connection]
gusrub_ has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 245 seconds]
firstdayonthejob has quit [Ping timeout: 265 seconds]
biberu has quit []
ramfjord has joined #ruby
blackwind_123 has joined #ruby
edwinvdgraaf has quit [Remote host closed the connection]
koooge has joined #ruby
koooge_ has joined #ruby
koooge_ has quit [Client Quit]
hightower2 has joined #ruby
dnicole has joined #ruby
gusrub_ has joined #ruby
CloCkWeRX has joined #ruby
jhack has quit [Ping timeout: 252 seconds]
hahuang61 has joined #ruby
dnicole has quit [Ping timeout: 260 seconds]
jgnagy has joined #ruby
blackwind_123 has quit [Ping timeout: 258 seconds]