havenwood changed the topic of #ruby to: Rules & more: http://ruby-community.com || Ruby 2.3.0; 2.2.4; 2.1.8; 2.0.0-p648: https://ruby-lang.org || Paste >3 lines of text on https://gist.github.com || log @ http://irclog.whitequark.org/ruby/
BlackCoyote has quit [Ping timeout: 276 seconds]
firstdayonthejob has quit [Ping timeout: 272 seconds]
jottr has joined #ruby
spider-mario has quit [Read error: Connection reset by peer]
arescorpio has joined #ruby
jottr has quit [Ping timeout: 260 seconds]
freeone3000 has joined #ruby
<freeone3000> New and exciting problems: https://gist.github.com/freeone3000/82b722a65a37688f3c49
<freeone3000> Updated with attempts to call --version on each.
cschneid_ has quit [Remote host closed the connection]
BlackCoyote has joined #ruby
chipotle has quit [Quit: cheerio]
symm- has joined #ruby
BlackCoyote has quit [Max SendQ exceeded]
SCHAAP137 has quit [Remote host closed the connection]
<dorei> >> require 'io/console'
<ruby[bot]> dorei: # => true (https://eval.in/504863)
<Ox0dea> 19>> require 'io/console'
<ruby[bot]> Ox0dea: # => true (https://eval.in/504864)
pawnbox has joined #ruby
<Ox0dea> It's a gem that's been bundled with Ruby since forever.
pwnd_nsfw has joined #ruby
<apeiros> ?experiment dorei
<ruby[bot]> dorei: Please use your local irb or pry (see ?pry) to experiment, ruboto's eval functionality is for demonstration purposes only.
BlackCoyote has joined #ruby
<dorei> apeiros: how can you tell apart the two cases? :S
DanKnox[away] has quit [Quit: ZNC - http://znc.in]
<Ox0dea> dorei: Can't you?//
<apeiros> dorei: seriously? to whom did you demonstrate what?
<dorei> apeiros: i dont know, to the same person that Ox0dea demonstrated the same thing
atomical has joined #ruby
hakunin has joined #ruby
DanKnox[away] has joined #ruby
<apeiros> dorei: suuuure
<freeone3000> Ox0dea: I know. That's why it's odd. How do we fix it?
<apeiros> dorei: just so you know - trying to weasel out is something which gets me pissy quickly.
<dorei> apeiros: that's your problem, not mine
<apeiros> !kick dorei watch it
dorei was kicked from #ruby by ruby[bot] [watch it]
pawnbox has quit [Ping timeout: 240 seconds]
goodroot has quit [Ping timeout: 240 seconds]
Gasher has joined #ruby
<Gasher> Hey, I'm new to Ruby. I just wanted to clarify my assumption: Is the |varaible| a temporary variable for the do statement?
DanKnox[away] has quit [Remote host closed the connection]
<zambini> It's what is passed into the block
<lucasb> anyway, seems like ruby 2.0 will be EOLed soon, so it's good to upgrade
B1n4r10 has quit [Ping timeout: 260 seconds]
<Ox0dea> Gasher: That's a fine way to think about it.
goodroot has joined #ruby
<Ox0dea> Blocks introduce a new scope, if that's the crux of your question.
<Darmani> apeiros - Using the banhammer well I see? =P
<apeiros> Darmani: it's a kick with a 1min ban.
DanKnox[away] has joined #ruby
<Ox0dea> >> value = :old; [1,2,3].each { |value| }; value # Gasher
<ruby[bot]> Ox0dea: # => :old (https://eval.in/504865)
snockerton has quit [Quit: Leaving.]
<Darmani> But did he deserve it?
<apeiros> Darmani: if you want to discuss that -> #ruby-banned.
<Gasher> Thanks, I'm still getting used to some of Ruby's syntax, thanks and good night :)
DanKnox[away] has quit [Client Quit]
<Darmani> There's a channel for that? lmao
<Ox0dea> Darmani: How come you still come here?
<Darmani> Ox0dea: Why do you care?
Gasher has quit [Quit: Leaving]
<Ox0dea> Are you asking me to quell my curiosity for your benefit?
<Darmani> Ox0dea - It was a simple question.
<Ox0dea> As was mine.
<lucasb> Darmani, Ox0dea: watch it! apeiros will kick both of you.
Limix has quit [Quit: Limix]
<Ox0dea> apeiros still feels bad about that time he kicked me.
gbgdev has joined #ruby
cicloid has quit [Quit: zzZZzzzZzzzzzZZZz]
<apeiros> Ox0dea: sure
<Ox0dea> ^_^
<Darmani> lucasb - I wouldn't put it past him =p
DanKnox[away] has joined #ruby
<Darmani> Ox0dea - Sometimes I need help. That's why I'm here. Plus you are all like family<33
<Darmani> lulz
<Ox0dea> I thought you'd given up on learning Ruby.
<Darmani> LOL
<Darmani> Who told you that?
northfurr has joined #ruby
northfurr has quit [Client Quit]
bb010g has quit [Quit: Connection closed for inactivity]
sakix has joined #ruby
wldcordeiro has quit [Ping timeout: 265 seconds]
<freeone3000> What's the best way to install ruby on Amazon Linux? It appears the ruby it comes with does not have io.console, so I'm sort of stuck as for what to do next.
<Radar> freeone3000: What Ruby version do you have?
asccigcc has quit [Quit: asccigcc]
<freeone3000> Radar: https://gist.github.com/freeone3000/82b722a65a37688f3c49 . Second file is my ruby version, but the bundle --version underneath makes me think I don't really have that version of ruby
<Radar> Ok, so 2.0.0.
<Radar> gem install io-console might get it for you.
quazimodo has joined #ruby
northfurr has joined #ruby
<quazimodo> We have a failing sidekiq worker and I was debugging it, the except that is being raised is IllegalStateMonitorException. I googled this and I'm getting Java code... the worker uses phantomjs so I'm so confused
<quazimodo> does sidekiq use java?
<Radar> no
<eam> unless you're using jruby I suppose
<quazimodo> here we go
<quazimodo> it's cruby
M-Kodo has quit [Remote host closed the connection]
M-mistake has quit [Read error: Connection reset by peer]
M-shine has quit [Remote host closed the connection]
<quazimodo> ooooo weird
DanKnox[away] has quit [Quit: ZNC - http://znc.in]
<Radar> freeone3000: sucks :(
<quazimodo> RuntimeError: java.lang.IllegalMonitorStateException sidekiq/middleware/server/retry_jobs.rb:136:in `attempt_retry'
<quazimodo> thats' so unexpected, i'm going to go investigate. Surprising shit
<Ox0dea> freeone3000: yum install ruby-devel
DanKnox[away] has joined #ruby
<Radar> quazimodo: That's re-raising an exception.
RobertBirnie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<quazimodo> Radar: yeah I'm going to have to go searching to see why
mondok has quit [Ping timeout: 260 seconds]
<freeone3000> Ox0dea: Excellent. That moved me to https://gist.github.com/freeone3000/83f7a707718eed25b18a (updated)
<Radar> quazimodo: Try to reproduce it outside the context of a Sidekiq job?
DanKnox[away] has quit [Client Quit]
<quazimodo> ~something~ in our stack is touching something that I'm not expecting
<quazimodo> yeah we're unable to
<freeone3000> Ox0dea: It looks like my compiler can't build executables, I'm going to try installing "Development Tools" group
<quazimodo> it looks to be happening when the ram drops to a couple hundred megs on this server
<quazimodo> I'll start stripping things out
DanKnox[away] has joined #ruby
<freeone3000> And that'll take a bit... But this looks like the correct path, thanks.
<Ox0dea> freeone3000: Yep, that should do it. :)
iateadonut has joined #ruby
<Ox0dea> "Development Tools" is gonna bring in lots of stuff you probably don't need, though.
<freeone3000> Ox0dea: And that got it. It's now running 'bundle install' successfully, thanks.
DLSteve has joined #ruby
ziyadb has quit [Quit: Connection closed for inactivity]
<Radar> quazimodo: Hire a consultant time, methinks. I don't think anyone in here could debug it.
<quazimodo> perhaps
<quazimodo> I'm going to dig a bit more
M-shine has joined #ruby
<quazimodo> oddly enough the job is fine when we run by hand in console on the machine, but not when run in sidekiq via unicorn
JohnT has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dlitvak has joined #ruby
<Radar> Unicorn doesn't involve itself with Sidekiq jobs
<Radar> the request enqueues a job in Sidekiq then the Sidekiq worker takes that job and works with it
<Radar> So if you think it's RAM, give the machine more RAM?
<Radar> Might be that it's trying to allocate more RAM than is free and that's all it is.
<Radar> Occam's Razor and all that.
lucasb has quit [Quit: leaving]
edwinvdgraaf has joined #ruby
chipotle has joined #ruby
dlitvak_ has quit [Ping timeout: 260 seconds]
blackmes1 has joined #ruby
<quazimodo> Radar: you are thinking the same line we are
<quazimodo> that error seems to be about mutex and thread stuff
<quazimodo> I think its' probably the ram allocation too
<Radar> quazimodo: There's one way to find out.
<quazimodo> tohugh the solution to add more ram ... hwat happens when load goes up... weirderrors again...
choke has quit [Quit: Textual IRC Client: www.textualapp.com]
<Darmani> Radar are you busy?
<quazimodo> yeah i'll call hte host
<Radar> Darmani: Constantly.
M-Kodo has joined #ruby
<Radar> quazimodo: Time to rewrite it in Elixir.
<Darmani> Lmao maybe I should be more specific..
<quazimodo> Radar: ive been heading down that path
<quazimodo> you enjoying it?
<Darmani> Do you have a moment to look at my code =P
pietr0 has quit [Quit: pietr0]
edwinvdgraaf has quit [Ping timeout: 264 seconds]
sftrabbit has quit [Quit: sftrabbit]
<Radar> Darmani: I would if I didn't spend it answering questions about whether I have time to look at it.
<Radar> ;)
<Darmani> You know, sarcasm kills kittens.
<Radar> I'm feeling like a real smartass today because I was having a shit day then the next thing I did was amazing and so I feel better.
<Darmani> Everytime you use sarcasm, god kills a baby kitten.
<Darmani> Please think of the kittens.
<Radar> Darmani: It's ok. There's a lot of cats.
pawnbox has joined #ruby
<Darmani> Radar - lmao
<Darmani> Well let me fix a few things and i'll show it to you
<Ox0dea> Many more cats than gods.
<Ox0dea> (I worship Maru.)
northfurr has quit [Quit: northfurr]
<Radar> Darmani: Thanks :)
<quazimodo> Radar: you know if celluloid does any java touching?
<quazimodo> I can't imagine it does
<Radar> quazimodo: It does not.
<quazimodo> yeah I was grasping at straws
<Radar> My guess is it's whatever is running PhantomJS.
pawnbox has quit [Ping timeout: 250 seconds]
platzhirsch has joined #ruby
kalopsian has quit [Ping timeout: 250 seconds]
<Darmani> Radar - So this is a very simple, stupid video game. And I'm sure I'm not doing it right. Can you show me how something like this would be done?
cdg has quit [Remote host closed the connection]
G186 has joined #ruby
DurstBurger has joined #ruby
kalopsian has joined #ruby
victortyau has joined #ruby
M-mistake has joined #ruby
<Radar> Darmani: No need for self. prefix when referencing instance variables.
<Radar> @name.@defense.size is weird too. Which one do you mean to reference?
G186 has left #ruby [#ruby]
<Darmani> umm if one player was to attack another
<Darmani> So that would be like the second player? or character?
6A4ABQHYC has quit [Remote host closed the connection]
<Radar> You're passing another object there, so you should probably call it other_player instead of name.
hnagamin has joined #ruby
<baweaver> also name the class Player
<Darmani> Okayy
<Darmani> How would I reference the other_player?
northfurr has joined #ruby
<Radar> You don't need @strength because attr_accessor makes them available as methofds
<Radar> methods*
<Radar> And @strength isn't an array or a string, so you can't call .size on it
<Darmani> :o
<Darmani> got it.
blackmes1 has quit [Ping timeout: 255 seconds]
howdoicomputer has joined #ruby
<baweaver> also for take_damage I would suggest not using puts
<Radar> I'll leave it to you to figure out why attack returns nil.
<baweaver> that's not the concern of the object
babblebre has quit [Quit: Connection closed for inactivity]
<baweaver> also, how much damage does it take?
<Darmani> Radar - Mmk. Thanks man. You are a gentleman and a scholar<3
minimalism has quit [Quit: minimalism]
<baweaver> If PlayerA has 100 ATK vs PlayerB with 10 DEF, wouldn't you expect a lot more damage?
<Darmani> baweaver - That's a good question... I didn't really think that far ahead.
<Darmani> I really just wanted to get the code to run without errors lol
kalopsian has quit [Ping timeout: 264 seconds]
sakix has quit [Ping timeout: 240 seconds]
mfb2 has quit [Remote host closed the connection]
<baweaver> attack: player_b.take_damage [player_a.attack - player_b.defense, 0].max
chipotle has quit [Quit: cheerio]
freerobby has quit [Quit: Leaving.]
<Ox0dea> s/0/1/ maybe.
binaryplease has quit [Ping timeout: 260 seconds]
howdoicomputer has quit [Ping timeout: 255 seconds]
<baweaver> maybe, depends on style of it more than anything
gowikel has joined #ruby
<baweaver> then again I'd say that the attack method isn't the concern of a player either
<baweaver> a player is just a data structure
<baweaver> have an external module of actions that take two or more players and tell them what to do with eachother
x77686d has quit [Quit: x77686d]
shinnya has quit [Ping timeout: 272 seconds]
hanneli has quit [Remote host closed the connection]
<baweaver> Actions::Attack.physical(player_a, player_b)
zeroDivisible has quit [Quit: WeeChat 1.3]
tomchapin has joined #ruby
<baweaver> though that strafes more functional
gowikel has quit [Quit: Konversation terminated!]
wldcordeiro has joined #ruby
<baweaver> Pokemon might look like: Actions::special(attacker: pikachu, using: thunderbolt, against: magikarp)
sandstrom has quit [Quit: My computer has gone to sleep.]
<baweaver> Might namespace moves as well for their elements
dlitvak_ has joined #ruby
dopie has quit [Quit: Lost terminal]
<baweaver> most of the reason to abstract the actions would be that otherwise you end up with concerns of the actions and other pokemon all over a single entity
dopie has joined #ruby
chouhoulis has quit [Remote host closed the connection]
myntcake has quit [Ping timeout: 264 seconds]
stuartb has quit [Ping timeout: 240 seconds]
benlieb has quit [Quit: benlieb]
stuartb has joined #ruby
dopie has quit [Client Quit]
UtkarshRay has quit [Remote host closed the connection]
rkazak has joined #ruby
<baweaver> Darmani: try making Pokemon :D
<Ox0dea> You could have Monster#attack invoke #defend on other, but that's not very good.
dopie has joined #ruby
dlitvak has quit [Ping timeout: 255 seconds]
IrishGringo has joined #ruby
hnagamin has quit [Quit: さようなら]
IrishGringo_ has quit [Ping timeout: 240 seconds]
hnagamin has joined #ruby
hnagamin has joined #ruby
Guest91159 is now known as saneax_AFK
IrishGringo has quit [Excess Flood]
pilne has joined #ruby
mistermocha has quit []
IrishGringo has joined #ruby
pawnbox has joined #ruby
jgt has quit [Ping timeout: 256 seconds]
Melpaws has quit [Quit: Leaving.]
jackjackdripper has quit [Quit: Leaving.]
fsapo has joined #ruby
pawnbox has quit [Ping timeout: 250 seconds]
symm- has quit [Ping timeout: 245 seconds]
ss_much has quit [Quit: Connection closed for inactivity]
diegoviola has joined #ruby
dfockler has quit [Quit: Leaving]
__chris has joined #ruby
peeja has quit [Ping timeout: 245 seconds]
<Darmani> baweaver - Lol that's a good idea.
chipotle has joined #ruby
kalopsian has joined #ruby
hnagamin has quit [Quit: さようなら]
chipotle has quit [Quit: cheerio]
kalopsian has quit [Ping timeout: 265 seconds]
dfinninger has quit [Remote host closed the connection]
B1n4r10 has joined #ruby
UtkarshRay has joined #ruby
BlackCoyote has quit [Quit: Leaving]
ni291187 has joined #ruby
hnagamin has joined #ruby
davedev24 has quit []
jam_ has joined #ruby
ramfjord has quit [Ping timeout: 250 seconds]
graphettion has joined #ruby
baweaver has quit [Remote host closed the connection]
hnagamin has quit [Ping timeout: 240 seconds]
czsr has joined #ruby
czsr has quit [Changing host]
czsr has joined #ruby
ferr has quit [Ping timeout: 245 seconds]
griffindy has joined #ruby
platzhirsch has quit [Ping timeout: 276 seconds]
tenderlove has quit [Remote host closed the connection]
ferr has joined #ruby
baweaver has joined #ruby
Limix has joined #ruby
mary5030 has joined #ruby
mary5030_ has quit [Read error: No route to host]
Snowy has quit [Remote host closed the connection]
kalopsian has joined #ruby
blackmes1 has joined #ruby
nbdy has joined #ruby
dstarh has joined #ruby
baweaver has quit [Ping timeout: 265 seconds]
jottr has joined #ruby
gbgdev has quit [Remote host closed the connection]
duckpuppy has joined #ruby
x77686d has joined #ruby
dlitvak_ has quit [Ping timeout: 260 seconds]
dlitvak has joined #ruby
blackmes1 has quit [Ping timeout: 240 seconds]
ajf- has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jottr has quit [Ping timeout: 240 seconds]
marr has quit [Ping timeout: 240 seconds]
B1n4r10 has quit [Ping timeout: 240 seconds]
mfb2 has joined #ruby
guacamol_ has joined #ruby
wolffles has joined #ruby
diegoviola has quit [Quit: WeeChat 1.3]
guacamole has quit [Ping timeout: 250 seconds]
jam_ has quit [Remote host closed the connection]
hannelita has joined #ruby
guacamol_ has quit [Ping timeout: 256 seconds]
Jardayn has quit [Quit: Leaving]
bonhoeffer has joined #ruby
tenderlove has joined #ruby
onlyme has joined #ruby
hannelita has quit [Ping timeout: 240 seconds]
baweaver has joined #ruby
czsr has quit [Remote host closed the connection]
dstarh has quit [Read error: Connection reset by peer]
tenderlove has quit [Client Quit]
ni291187 has quit [Remote host closed the connection]
northfurr has quit [Ping timeout: 245 seconds]
DLSteve has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
zambini has quit [Quit: Leaving.]
jgt has joined #ruby
howdoicomputer has joined #ruby
DanKnox[away] has quit [Quit: ZNC - http://znc.in]
IrishGringo_ has joined #ruby
IrishGringo has quit [Read error: Connection reset by peer]
DanKnox[away] has joined #ruby
northfurr has joined #ruby
djbkd has quit [Quit: My people need me...]
howdoicomputer has quit [Ping timeout: 272 seconds]
jgt has quit [Ping timeout: 264 seconds]
idefine has joined #ruby
onlyme has quit [Remote host closed the connection]
onlyme has joined #ruby
mfb2 has quit [Read error: Connection reset by peer]
dlitvak_ has joined #ruby
mfb2 has joined #ruby
paradisaeidae has quit [Read error: Connection reset by peer]
Waheedi has quit [Quit: Waheedi]
paradisaeidae has joined #ruby
IrishGringo has joined #ruby
dlitvak has quit [Ping timeout: 240 seconds]
IrishGringo_ has quit [Ping timeout: 255 seconds]
govg has joined #ruby
sneakerhax has quit [Ping timeout: 256 seconds]
northfurr has quit [Quit: northfurr]
zeknox1 has joined #ruby
zeknox1 is now known as zeknox
zeknox has quit [Changing host]
zeknox has joined #ruby
wolffles has quit [Quit: wolffles]
<zeknox> anyone know of a way to use nokogiri xpath case insensitive without having to use translate() … my Gemfile.lock shows I'm using xpath 2.0 but I cant use lower-case() that is suppose to be added
frem has quit [Quit: Connection closed for inactivity]
wolffles has joined #ruby
agent_white has joined #ruby
northfurr has joined #ruby
jgpawletko has joined #ruby
c355e3b has quit [Quit: Connection closed for inactivity]
M-mistake has quit [Ping timeout: 240 seconds]
<Ox0dea> zeknox: This looks to be what you're after: http://stackoverflow.com/a/8812293
lacuna has quit [Remote host closed the connection]
guacamole has joined #ruby
solocshaw has quit [Ping timeout: 240 seconds]
PsionTheory has quit [Remote host closed the connection]
scripore has joined #ruby
rkazak has quit [Quit: Sleep.....ing....]
M-mistake has joined #ruby
atomical_ has joined #ruby
janebootydoe has quit [Ping timeout: 276 seconds]
jbrhbr has quit [Ping timeout: 264 seconds]
Bloomer has joined #ruby
chouhoulis has joined #ruby
atomical has quit [Ping timeout: 245 seconds]
duckpuppy has quit [Ping timeout: 272 seconds]
jam_ has joined #ruby
guacamole has quit [Quit: Textual IRC Client: www.textualapp.com]
<Darmani> People
<Darmani> quuick question.
Xeago has joined #ruby
mary5030 has quit [Read error: Connection reset by peer]
<Darmani> What's a FREE book on Ruby that I should read?
<Darmani> :O
<Darmani> Radar you're like an angel with no wings
jam___ has joined #ruby
<Ox0dea> Who says he doesn't have wings?
sakix has joined #ruby
<Darmani> Ox0dea - yeah, that's true. I frequently imagine you as a donkey =p
<zeknox> Ox0dea: thanks for the link, I'll test that out
pawnbox has joined #ruby
<Radar> No Red Bull, so no wings.
<Ox0dea> zeknox: Why's translate() a no-go?
<Darmani> Radar - Don't drink that shiit. That's so bad for you.
<Radar> Darmani: Yes, I know. I don't even have caffeine.
<zeknox> Ox0dea: its running slow as shiz and CPU is spiking pretty bad
<Darmani> Radar - how do you function without caffeine? Are you even human?
<Radar> Darmani: I have ascended to a higher astral plane.
pawnbox has quit [Remote host closed the connection]
UtkarshRay has quit [Remote host closed the connection]
jam_ has quit [Ping timeout: 276 seconds]
pawnbox has joined #ruby
<Darmani> Radar - Clearly.
<Darmani> I guess that explains the wings lol
mary5030 has joined #ruby
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Xeago has quit [Ping timeout: 264 seconds]
emilford has quit [Ping timeout: 256 seconds]
emilford has joined #ruby
blackmes1 has joined #ruby
Melpaws has joined #ruby
mrsolo_ has joined #ruby
victortyau has quit [Quit: Textual IRC Client: www.textualapp.com]
mrsolo_ has quit [Client Quit]
dlitvak has joined #ruby
B1n4r10 has joined #ruby
lacuna has joined #ruby
lacuna has joined #ruby
dlitvak_ has quit [Ping timeout: 240 seconds]
emilford has quit [Ping timeout: 276 seconds]
wolffles has quit [Quit: wolffles]
blackmes1 has quit [Ping timeout: 260 seconds]
Limix has quit [Quit: Limix]
bollullera has quit [Excess Flood]
goodroot has quit [Ping timeout: 245 seconds]
PhantomSpank has quit []
Limix has joined #ruby
usershell has joined #ruby
emilford has joined #ruby
Limix has quit [Client Quit]
ReK2 has quit [Remote host closed the connection]
jam___ has quit [Remote host closed the connection]
hannelita has joined #ruby
Ebok has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ReK2 has joined #ruby
ferr has quit [Ping timeout: 250 seconds]
dlitvak has quit [Remote host closed the connection]
usershell has quit [Ping timeout: 260 seconds]
Mackerel has joined #ruby
hannelita has quit [Ping timeout: 240 seconds]
sakix has quit [Ping timeout: 276 seconds]
emilford has quit [Ping timeout: 260 seconds]
Mackerel is now known as Guest2126
crdpink has quit [Ping timeout: 240 seconds]
crdpink2 has joined #ruby
duckpuppy has joined #ruby
northfurr has quit [Ping timeout: 245 seconds]
Pufferfish has quit [Ping timeout: 272 seconds]
Guest2126 has quit [Remote host closed the connection]
emilford has joined #ruby
jgt has joined #ruby
northfurr has joined #ruby
myntcake has joined #ruby
agent_white has quit [Quit: brb]
dlitvak has joined #ruby
tomchapin has joined #ruby
jgt has quit [Ping timeout: 276 seconds]
emilford has quit [Ping timeout: 272 seconds]
nbdy has quit [Quit: Textual IRC Client: www.textualapp.com]
northfurr has quit [Ping timeout: 260 seconds]
Jammy_Work has joined #ruby
janebootydoe has joined #ruby
dlitvak has quit [Ping timeout: 276 seconds]
emilford has joined #ruby
tomchapi_ has joined #ruby
tomchapin has quit [Ping timeout: 240 seconds]
Hammy_Work has quit [Ping timeout: 256 seconds]
Asher has joined #ruby
TomPeed has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
chipotle has joined #ruby
mrsolo_ has joined #ruby
sakix has joined #ruby
__chris has quit [Quit: This computer has gone to sleep]
janebootydoe has quit [Ping timeout: 276 seconds]
emilford has quit [Ping timeout: 240 seconds]
tildes has joined #ruby
emilford has joined #ruby
janebootydoe has joined #ruby
bronson has joined #ruby
baweaver has quit [Remote host closed the connection]
colegatron has quit [Ping timeout: 255 seconds]
choke has joined #ruby
duckpuppy has quit [Ping timeout: 265 seconds]
atomical has joined #ruby
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jgpawletko has quit [Ping timeout: 264 seconds]
jgpawletko_ has joined #ruby
atomical has quit [Max SendQ exceeded]
funnel has quit [Ping timeout: 260 seconds]
pilne has quit [Quit: Quitting]
bronson has quit [Ping timeout: 265 seconds]
atomical has joined #ruby
tomchapi_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
atomical_ has quit [Ping timeout: 250 seconds]
northfurr has joined #ruby
braincra- has joined #ruby
mrsolo_ has quit [Quit: This computer has gone to sleep]
Djole has quit [Ping timeout: 272 seconds]
yxhuvud has quit [Ping timeout: 276 seconds]
<quazimodo> Radar: was a package being called through like 3 layers of delegation
<quazimodo> a java app ... dur
<Radar> quazimodo: and how did you fix it?
bb010g has joined #ruby
Djole has joined #ruby
varesa_ has quit [Ping timeout: 276 seconds]
parus has quit [Remote host closed the connection]
parus has joined #ruby
braincrash has quit [Ping timeout: 250 seconds]
<quazimodo> no idea was stuffing face as coworker isolated where exactly things broke via copious logger.warns
yxhuvud has joined #ruby
<quazimodo> next step figure out how that external package is being used
<quazimodo> we tested it and it workson that machine from command line
<quazimodo> perhaps we change our task to call the binary manually with `binary do stuff` and see what happens
<quazimodo> I'll check how the gem that provides the functionality uses it frist
varesa_ has joined #ruby
Rodya_ has joined #ruby
baweaver has joined #ruby
colegatron has joined #ruby
<quazimodo> this was an interesting bug
sakix has quit [Ping timeout: 265 seconds]
<Ox0dea> Do a postmortem.
funnel has joined #ruby
awox is now known as kbni
baweaver has quit [Ping timeout: 240 seconds]
Rodya_ has quit [Remote host closed the connection]
Rodya_ has joined #ruby
jottr has joined #ruby
blackmes1 has joined #ruby
arescorpio has quit [Quit: Leaving.]
duckpuppy has joined #ruby
goodroot has joined #ruby
braincra- has quit [Ping timeout: 245 seconds]
jgpawletko has joined #ruby
northfurr has quit [Ping timeout: 265 seconds]
jottr has quit [Ping timeout: 276 seconds]
jgpawletko_ has quit [Ping timeout: 260 seconds]
blackmes1 has quit [Ping timeout: 265 seconds]
kobain has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/]
northfurr has joined #ruby
duckpuppy has quit [Ping timeout: 240 seconds]
rkazak has joined #ruby
goodroot has quit [Ping timeout: 245 seconds]
sneakerhax has joined #ruby
hannelita has joined #ruby
braincrash has joined #ruby
emilford has quit [Ping timeout: 260 seconds]
hannelita has quit [Ping timeout: 255 seconds]
emilford has joined #ruby
Eiam_ has joined #ruby
fsapo has quit [Remote host closed the connection]
howdoicomputer has joined #ruby
huluhuluhulu has quit [Quit: huluhuluhulu]
dopie has quit [Quit: Lost terminal]
dopie has joined #ruby
sakix has joined #ruby
victortyau has joined #ruby
astrofog has joined #ruby
krz has joined #ruby
howdoicomputer has quit [Ping timeout: 276 seconds]
sakix has quit [Ping timeout: 255 seconds]
dopie has quit [Quit: Lost terminal]
dopie has joined #ruby
emilford has quit [Quit: Lost terminal]
tref_ has joined #ruby
tjbiddle has joined #ruby
dlitvak has joined #ruby
Musashi007 has joined #ruby
yfeldblum has quit [Remote host closed the connection]
dlitvak has quit [Ping timeout: 255 seconds]
JohnT has joined #ruby
payload has joined #ruby
djbkd has joined #ruby
yfeldblum has joined #ruby
zast has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
jgpawletko has quit [Ping timeout: 240 seconds]
sdothum has joined #ruby
beast has quit [Quit: Leaving]
northfurr has quit [Quit: northfurr]
fedexo has joined #ruby
cicloid has joined #ruby
norc has joined #ruby
m1dnight1 has joined #ruby
northfurr has joined #ruby
m1dnight_ has quit [Ping timeout: 272 seconds]
gix has quit [Ping timeout: 260 seconds]
Darmani has quit [Ping timeout: 252 seconds]
jgpawletko has joined #ruby
arup_r has joined #ruby
astrobun_ has joined #ruby
jgpawletko has quit [Client Quit]
astrobun_ has quit [Remote host closed the connection]
astrobun_ has joined #ruby
mrsolo_ has joined #ruby
matp has joined #ruby
gix has joined #ruby
rkazak has quit [Quit: Sleep.....ing....]
victortyau has quit [Quit: Textual IRC Client: www.textualapp.com]
hnagamin has joined #ruby
Rodya_ has quit [Remote host closed the connection]
bronson has joined #ruby
akem has joined #ruby
m1dnight1 is now known as m1dnight_
janebootydoe has quit [Quit: Leaving]
tjbiddle has quit [Ping timeout: 240 seconds]
Omni- has quit [Ping timeout: 255 seconds]
pawnbox has quit [Remote host closed the connection]
mfb2 has quit [Remote host closed the connection]
mrsolo_ has quit [Quit: This computer has gone to sleep]
Musashi007 has quit [Quit: Musashi007]
dext has joined #ruby
haraoka has joined #ruby
tjbiddle has joined #ruby
blackmes1 has joined #ruby
lacuna has quit [Remote host closed the connection]
baweaver has joined #ruby
pawnbox has joined #ruby
mfb2_ has joined #ruby
bronson has quit [Remote host closed the connection]
jam_ has joined #ruby
cicloid has quit [Quit: zzZZzzzZzzzzzZZZz]
blackmes1 has quit [Ping timeout: 265 seconds]
JohnT has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mrsolo_ has joined #ruby
mrsolo_ has quit [Remote host closed the connection]
jam_ has quit [Ping timeout: 255 seconds]
payload has quit [Quit: Leaving]
jam_ has joined #ruby
jam___ has joined #ruby
jgt has joined #ruby
jam_ has quit [Ping timeout: 256 seconds]
northfurr has quit [Quit: northfurr]
AnoHito has quit [Read error: Connection reset by peer]
AnoHito has joined #ruby
yfeldblum has quit [Ping timeout: 240 seconds]
jgt has quit [Ping timeout: 264 seconds]
hxegon_AFK has joined #ruby
hxegon_AFK is now known as hxegon
usershell has joined #ruby
rkazak has joined #ruby
consti has quit [Quit: Textual IRC Client: www.textualapp.com]
Omni_ has joined #ruby
speaking1ode has joined #ruby
freerobby has joined #ruby
juddey has quit [Ping timeout: 256 seconds]
hnagamin has quit [Ping timeout: 245 seconds]
guacamole has joined #ruby
<quazimodo> Radar: RJB with sidekiq is pretty shit
<quazimodo> i think it's RJB
<quazimodo> can't be sure if RJB or the jar file it' using
jam_ has joined #ruby
hnagamin has joined #ruby
jam___ has quit [Ping timeout: 272 seconds]
zapata has quit [Quit: WeeChat 1.3]
blackgoat has quit [Quit: WeeChat 1.3]
hannelita has joined #ruby
mfb2_ has quit [Remote host closed the connection]
djcp has quit [Ping timeout: 276 seconds]
kaspergrubbe has quit [Ping timeout: 276 seconds]
yqt has quit [Ping timeout: 240 seconds]
djcp has joined #ruby
AnoHito has quit [Read error: Connection reset by peer]
AnoHito has joined #ruby
kaspergrubbe has joined #ruby
elaptics`away is now known as elaptics
zapata has joined #ruby
DanKnox[away] has quit [Quit: ZNC - http://znc.in]
DanKnox[away] has joined #ruby
B1n4r10 has quit [Ping timeout: 264 seconds]
<Radar> right
hannelita has quit [Ping timeout: 272 seconds]
tref_ has quit [Quit: tref_]
yxhuvud has quit [Ping timeout: 276 seconds]
yxhuvud has joined #ruby
disconnekted has joined #ruby
tjbiddle has quit [Quit: tjbiddle]
howdoi has joined #ruby
tmtwd has joined #ruby
disconnekted has quit [Remote host closed the connection]
ur5us has quit [Ping timeout: 272 seconds]
ur5us has joined #ruby
[spoiler] has quit [Ping timeout: 276 seconds]
krz has quit [Ping timeout: 250 seconds]
Danielss89 has quit [Ping timeout: 276 seconds]
Danielss89 has joined #ruby
djbkd has quit [Remote host closed the connection]
headius has quit [Ping timeout: 276 seconds]
droptone has quit [Ping timeout: 276 seconds]
djbkd has joined #ruby
droptone has joined #ruby
rakm has joined #ruby
headius has joined #ruby
[spoiler] has joined #ruby
tildes has quit [Ping timeout: 264 seconds]
arup_r has quit []
graphettion_ has joined #ruby
radgeRayden_ has joined #ruby
graphettion_ has quit [Remote host closed the connection]
tildes has joined #ruby
idefine has quit [Remote host closed the connection]
JohnT has joined #ruby
v0n has quit [Ping timeout: 276 seconds]
usershell has quit [Remote host closed the connection]
graphettion has quit [Ping timeout: 276 seconds]
djbkd has quit [Ping timeout: 250 seconds]
anisha has joined #ruby
jottr has joined #ruby
r4um has joined #ruby
atmosx has joined #ruby
radgeRayden has quit [Ping timeout: 276 seconds]
v0n has joined #ruby
griffindy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
fedexo has quit [Ping timeout: 240 seconds]
Musashi007 has joined #ruby
jottr has quit [Ping timeout: 265 seconds]
usershell has joined #ruby
blackmes1 has joined #ruby
bronson has joined #ruby
ohaibbq has joined #ruby
ur5us has quit [Remote host closed the connection]
aganov has joined #ruby
idefine has joined #ruby
djbkd has joined #ruby
blackmes1 has quit [Ping timeout: 265 seconds]
sigurding has joined #ruby
krz has joined #ruby
ur5us has joined #ruby
yfeldblum has joined #ruby
j_mcnally has joined #ruby
rodolfowtf has quit [Read error: Connection reset by peer]
paradisaeidae has quit [Ping timeout: 256 seconds]
tmtwd has quit [Ping timeout: 272 seconds]
ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ur5us has quit [Remote host closed the connection]
darkf has joined #ruby
idefine has quit [Ping timeout: 240 seconds]
bronson has quit [Ping timeout: 265 seconds]
karapetyan has joined #ruby
micah_ has joined #ruby
<micah_> hey, how do i reference a rake rule as a dependency for another task, is that possible?
freerobby has quit [Quit: Leaving.]
<micah_> or can i only have rules dependent on rules?
howdoicomputer has joined #ruby
tlarevo has joined #ruby
lxsameer has joined #ruby
lacuna has joined #ruby
lacuna has joined #ruby
kalopsian has quit [Ping timeout: 255 seconds]
anisha_ has joined #ruby
arup_r has joined #ruby
howdoicomputer has quit [Ping timeout: 260 seconds]
saneax_AFK is now known as saneax
gambl0re has joined #ruby
saneax is now known as Guest71024
sneakerhax has quit [Ping timeout: 260 seconds]
rkazak has quit [Read error: Connection reset by peer]
__main__ has quit [Read error: Connection reset by peer]
__main__ has joined #ruby
ur5us has joined #ruby
rkazak has joined #ruby
__main__ has quit [Read error: Connection reset by peer]
sigurding has quit [Quit: sigurding]
yfeldblum has quit [Ping timeout: 250 seconds]
__main__ has joined #ruby
yfeldblum has joined #ruby
dopie has quit [Quit: Lost terminal]
dopie has joined #ruby
dopie has quit [Client Quit]
dopie has joined #ruby
jottr has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
mfb2 has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
JohnT has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
laszlo1 has joined #ruby
<quazimodo> Radar: I played with phoenix a bit
yfeldblum has quit [Remote host closed the connection]
<quazimodo> it's a different experience but I really like it so far
<quazimodo> so snappy
yfeldblum has joined #ruby
jottr has quit [Ping timeout: 260 seconds]
hxegon has quit [Quit: PEACE OUT]
yardenbar has joined #ruby
scripore has quit [Quit: This computer has gone to sleep]
tlarevo_ has joined #ruby
amclain has quit [Quit: Leaving]
tlarevo has quit [Ping timeout: 245 seconds]
tmtwd has joined #ruby
B1n4r10 has joined #ruby
dopie has quit [Quit: Lost terminal]
dopie has joined #ruby
aufi has joined #ruby
tlarevo_ has quit [Read error: Connection reset by peer]
scripore has joined #ruby
tlarevo has joined #ruby
Eiam_ has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
B1n4r10 has quit [Ping timeout: 255 seconds]
claw has quit [Ping timeout: 260 seconds]
dopie has quit [Quit: Lost terminal]
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
claw has joined #ruby
sigurding has joined #ruby
tildes has quit [Ping timeout: 240 seconds]
zast has quit [Remote host closed the connection]
fantazo has joined #ruby
Musashi007 has quit [Quit: Musashi007]
DoubleMalt has quit [Remote host closed the connection]
guacamole has quit [Quit: My face has gone to sleep. ZZZzzz…]
harly has joined #ruby
ur5us has joined #ruby
onlyme has quit [Remote host closed the connection]
juddey has joined #ruby
Arnvald has joined #ruby
quazimodo has quit [Ping timeout: 240 seconds]
codecop has joined #ruby
PedramT has joined #ruby
j_mcnally has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mfb2 has quit [Ping timeout: 255 seconds]
iateadonut has quit [Read error: Connection reset by peer]
blackmes1 has joined #ruby
devbug has quit [Read error: Connection reset by peer]
rippa has joined #ruby
chouhoulis has quit [Remote host closed the connection]
dfockler has joined #ruby
idefine has joined #ruby
arup_r has quit [Read error: Connection reset by peer]
PedramT has quit [Remote host closed the connection]
guacamole has joined #ruby
edwinvdgraaf has joined #ruby
ziyadb has joined #ruby
PedramT has joined #ruby
scepticulous has joined #ruby
blackmes1 has quit [Ping timeout: 272 seconds]
tmtwd has quit [Ping timeout: 260 seconds]
PedramT has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
terminalrecluse has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
idefine has quit []
aufi has quit [Quit: Konversation terminated!]
PedramT has joined #ruby
minimalism has joined #ruby
ta has quit [Remote host closed the connection]
jgt has joined #ruby
aufi has joined #ruby
solars has joined #ruby
PedramT has quit [Remote host closed the connection]
PedramT has joined #ruby
stevemackinnon has quit [Remote host closed the connection]
edwinvdgraaf has quit [Remote host closed the connection]
dopie has joined #ruby
mondok has joined #ruby
codecop has quit [Remote host closed the connection]
usershell has quit [Read error: Connection reset by peer]
PedramT has quit [Remote host closed the connection]
jgt has quit [Ping timeout: 256 seconds]
laszlo1 has left #ruby ["WeeChat 1.3"]
fclausen has quit [Ping timeout: 272 seconds]
lipoqil has quit [Quit: Connection closed for inactivity]
arup_r has joined #ruby
Xeago has joined #ruby
gagrio has joined #ruby
usershell has joined #ruby
PedramT has joined #ruby
gagrio has quit [Remote host closed the connection]
gagrio has joined #ruby
pawnbox has joined #ruby
jbrhbr has joined #ruby
Xeago has quit [Ping timeout: 245 seconds]
n00bdev has joined #ruby
kerunaru has joined #ruby
hnagamin has quit [Ping timeout: 240 seconds]
scripore has quit [Quit: This computer has gone to sleep]
andikr has joined #ruby
hnagamin has joined #ruby
dn` has joined #ruby
rsc___ has joined #ruby
x77686d has quit [Quit: x77686d]
firstdayonthejob has joined #ruby
zapata has quit [Ping timeout: 240 seconds]
User458764 has joined #ruby
govg has quit [Ping timeout: 265 seconds]
govg has joined #ruby
ohaibbq has quit [Quit: Leaving...]
DirtyFinn has joined #ruby
scripore has joined #ruby
fclausen has joined #ruby
tjohnson has quit [Quit: Connection closed for inactivity]
radgeRayden_ is now known as radgeRayden
anisha_ has quit [Quit: Leaving]
antgel has joined #ruby
last_staff has joined #ruby
fclausen has quit [Ping timeout: 272 seconds]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
PedramT has quit [Remote host closed the connection]
finisherr has joined #ruby
Ebok has joined #ruby
PedramT has joined #ruby
jas02 has joined #ruby
DoubleMalt has joined #ruby
anisha_ has joined #ruby
scripore has quit [Quit: This computer has gone to sleep]
mary5030_ has joined #ruby
BTRE has quit [Quit: Leaving]
SCHAAP137 has joined #ruby
mary5030 has quit [Ping timeout: 250 seconds]
jgt has joined #ruby
TomyWork has joined #ruby
usershell has quit [Remote host closed the connection]
bronson has joined #ruby
scripore has joined #ruby
ta has joined #ruby
ta has quit [Remote host closed the connection]
blackmes1 has joined #ruby
ta has joined #ruby
mark3 has joined #ruby
astrobun_ has quit [Remote host closed the connection]
Averna has joined #ruby
PedramT has quit [Remote host closed the connection]
PedramT has joined #ruby
bronson has quit [Ping timeout: 265 seconds]
astrobun_ has joined #ruby
ur5us has quit [Remote host closed the connection]
n00bdev has quit []
skade has joined #ruby
govg has quit [Ping timeout: 276 seconds]
blackmes1 has quit [Ping timeout: 245 seconds]
astrobun_ has quit [Read error: Connection reset by peer]
astrobu__ has joined #ruby
Trieste has quit [Max SendQ exceeded]
tenzan has joined #ruby
govg has joined #ruby
tenzan has quit [Client Quit]
elaptics is now known as elaptics`away
Trieste has joined #ruby
edwinvdgraaf has joined #ruby
howdoicomputer has joined #ruby
arup_r has quit [Remote host closed the connection]
srenatus has joined #ruby
quazimodo has joined #ruby
Trieste has quit [Max SendQ exceeded]
Trieste has joined #ruby
astrobu__ has quit [Ping timeout: 255 seconds]
scripore has quit [Quit: This computer has gone to sleep]
PedramT has quit [Remote host closed the connection]
ixti has quit [Quit: WeeChat 1.4]
PedramT has joined #ruby
howdoicomputer has quit [Ping timeout: 265 seconds]
Trieste has quit [Max SendQ exceeded]
sergey_makagon has joined #ruby
Trieste has joined #ruby
fclausen has joined #ruby
xiaohanyu has joined #ruby
Spami has joined #ruby
tlarevo has quit []
hnagamin has quit [Ping timeout: 240 seconds]
zly has quit [Quit: upgrade]
Trieste has quit [Max SendQ exceeded]
baweaver has quit [Remote host closed the connection]
Trieste has joined #ruby
Burgestrand has joined #ruby
arup_r has joined #ruby
hannelita has joined #ruby
einarj has joined #ruby
Trieste has quit [Max SendQ exceeded]
Trieste has joined #ruby
IrishGringo has quit [Read error: Connection reset by peer]
Burgestrand has quit [Client Quit]
troulouliou_div2 has joined #ruby
arup_r has quit [Client Quit]
jam_ has quit [Remote host closed the connection]
Burgestrand has joined #ruby
sepp2k has joined #ruby
PedramT has quit [Remote host closed the connection]
Jackneill has joined #ruby
hannelita has quit [Ping timeout: 240 seconds]
astrobun_ has joined #ruby
astrobun_ has quit [Remote host closed the connection]
IrishGringo has joined #ruby
firstdayonthejob has quit [Ping timeout: 255 seconds]
glowcoil is now known as incomprehensibly
Hounddog has joined #ruby
karapetyan has quit [Remote host closed the connection]
PedramT has joined #ruby
incomprehensibly is now known as glowcoil
hayden_ has joined #ruby
juddey has quit [Ping timeout: 245 seconds]
blackms has joined #ruby
<blackms> hello, is there someone here who uses rubymine?
<ddv> no one
<Radar> literally nobody
<Ox0dea> Nary a soul.
<Radar> except that one guy but nobody is sure if he is alive any more or even if he existed in the first place
tjbiddle has joined #ruby
<Ox0dea> Some say he's still trying to get Bundler integrated to this day.
Hounddog has quit [Ping timeout: 240 seconds]
<Radar> "Just one more package"
<blackms> is it bad?
lacuna has quit [Remote host closed the connection]
<blackms> lol
<blackms> cmon no
<Radar> blackms: Do you really feel like you need RubyMine? Why won't something as basic as Sublime Text 3 be good enough for you?
blaxter has joined #ruby
<blackms> Radar, because I already have the license
usershell has joined #ruby
<Radar> I'm sorry. So sorry.
<Radar> david-tenant-crying-in-rain.gif
steffkes has joined #ruby
steffkes has joined #ruby
<blackms> and I really appreciated PyCharm
<Ox0dea> Radar: The one with the nose droplet or without?
xiaohanyu has quit [Ping timeout: 264 seconds]
Hounddog has joined #ruby
<blackms> lol
<blackms> nice pic
cfloare has quit [Ping timeout: 240 seconds]
<Ox0dea> (Warning: very unseeable.)
<blackms> dr who
<blackms> but still i like pycharm
<blackms> the problem with rubymine is not rubymine itself, it's me
cfloare has joined #ruby
blaxter has quit [Ping timeout: 255 seconds]
jottr has joined #ruby
cgfbee has quit [Ping timeout: 264 seconds]
cfloare has quit [Remote host closed the connection]
Dimik has quit [Ping timeout: 276 seconds]
cgfbee has joined #ruby
cfloare has joined #ruby
bithon has quit [Ping timeout: 265 seconds]
<blackms> btw Radar one reason to have rubymine instead of st3 is to have an integrated debugger
<blackms> just to say one
karapetyan has joined #ruby
<Radar> blackms: One reason for me to go for a swim in the local river here is to grow a third arm which I'm pretty sure I'd find useful if I had one.
<ddv> the visual debugger is nice but then again pry, byebug are great also
<Radar> My debugger is in my terminal.
sandstrom has joined #ruby
<Radar> My test runner is in my terminal
<Radar> A cmd+tab away
elaptics`away is now known as elaptics
<Radar> Or, it's on the same screen just in another window.
jottr has quit [Ping timeout: 240 seconds]
<blackms> ddv, yes you are right, but the problem here is the time to learn another thing
cgfbee has quit [Max SendQ exceeded]
zapata has joined #ruby
<blackms> I mean, ok you are right, I'm doing exactly what shouldn't be done. I'm using an IDE to provide my lack of knowledge
<Ox0dea> But that's the point of technological innovation!
<Radar> A knowledge crutch.
<Ox0dea> Welcome to the future.
<blackms> and I know that this is bad, but I usually don't use ruby and since I'm doing things at work I have to keep in mind the time
cfloare has quit [Ping timeout: 265 seconds]
<blackms> well... it's impossible to reason with you
<Radar> Hm that's what I was just about to say.
<blackms> have a nice day gugu guru :)
huyderman has joined #ruby
cgfbee has joined #ruby
cgfbee has quit [Excess Flood]
blaxter has joined #ruby
cfloare has joined #ruby
fclausen has quit [Ping timeout: 272 seconds]
PedramT has quit [Remote host closed the connection]
djbkd has quit []
Melpaws has quit [Quit: Leaving.]
mary5030 has joined #ruby
Arnvald has quit [Read error: Connection reset by peer]
Arnvald has joined #ruby
karapetyan has quit [Remote host closed the connection]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
PedramT has joined #ruby
tjbiddle has quit [Quit: tjbiddle]
mary5030_ has quit [Ping timeout: 260 seconds]
duderon__ has joined #ruby
tjbiddle has joined #ruby
stevemackinnon has joined #ruby
cornerma1 has joined #ruby
PedramT has quit [Remote host closed the connection]
PedramT has joined #ruby
ly_caon has joined #ruby
radgeRayden has quit [Ping timeout: 256 seconds]
cfloare has quit [Ping timeout: 256 seconds]
cornerman has quit [Ping timeout: 245 seconds]
cornerma1 is now known as cornerman
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Xeago has joined #ruby
Xeago has quit [Read error: Connection reset by peer]
drptbl has joined #ruby
blackmes1 has joined #ruby
cgfbee has joined #ruby
stevemackinnon has quit [Ping timeout: 272 seconds]
kerunaru has quit [Quit: Textual IRC Client: www.textualapp.com]
User458764 has joined #ruby
Xeago has joined #ruby
nerium has quit [Quit: nerium]
PedramT has quit [Remote host closed the connection]
Xeago has quit [Read error: Connection reset by peer]
PedramT has joined #ruby
ly_caon has quit [Quit: WeeChat 0.4.2]
cgfbee has quit [K-Lined]
astrobun_ has joined #ruby
vdamewood has joined #ruby
dfockler has quit [Ping timeout: 260 seconds]
Hounddog has quit [Remote host closed the connection]
IrishGringo has quit [Ping timeout: 240 seconds]
sftrabbit has joined #ruby
cfloare has joined #ruby
Xeago has joined #ruby
rdark has joined #ruby
blackmes1 has quit [Ping timeout: 256 seconds]
govg has quit [Ping timeout: 260 seconds]
workmad3 has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
x0f_ has quit [Ping timeout: 272 seconds]
Xeago has quit [Read error: Connection reset by peer]
blackmes1 has joined #ruby
rkoller has joined #ruby
ramfjord has joined #ruby
mary5030 has quit [Read error: Connection reset by peer]
Snowy has joined #ruby
Ebok has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Xeago has joined #ruby
Xeago has quit [Remote host closed the connection]
ur5us has joined #ruby
xiaohanyu has joined #ruby
chthon has joined #ruby
troulouliou_div2 has quit [Ping timeout: 260 seconds]
Xeago has joined #ruby
Xeago has quit [Read error: Connection reset by peer]
fclausen has joined #ruby
IrishGringo has joined #ruby
dmolina has joined #ruby
scripore has joined #ruby
xiaohanyu has left #ruby [#ruby]
usershell has quit [Read error: Connection reset by peer]
quazimodo has quit [Ping timeout: 265 seconds]
dopie has quit [Quit: Lost terminal]
Ishido has joined #ruby
usershell has joined #ruby
Xeago has joined #ruby
Xeago has quit [Read error: Connection reset by peer]
blackgoat has joined #ruby
guacamole has quit [Quit: My face has gone to sleep. ZZZzzz…]
pawnbox has quit [Remote host closed the connection]
marr has joined #ruby
pawnbox has joined #ruby
pawnbox has quit [Remote host closed the connection]
cajone has quit [Ping timeout: 245 seconds]
colegatron has quit [Ping timeout: 260 seconds]
pawnbox has joined #ruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #ruby
gbgdev has joined #ruby
karapetyan has joined #ruby
gbgdev has quit [Remote host closed the connection]
Musashi007 has joined #ruby
valeri_ufo has quit [Ping timeout: 250 seconds]
Ishido has quit [Remote host closed the connection]
n00bdev has joined #ruby
valeri_ufo has joined #ruby
karapetyan has quit [Ping timeout: 265 seconds]
Ishido has joined #ruby
platzhirsch has joined #ruby
fantazo has quit [Ping timeout: 255 seconds]
krz has quit [Read error: Connection reset by peer]
drptbl has quit [Quit: My MAC has gone to sleep. zZz..]
lipoqil has joined #ruby
tulak has joined #ruby
astrobun_ has quit [Remote host closed the connection]
zenlot1 is now known as zenlot
Averna has quit [Quit: Ex-Chat]
Xeago has joined #ruby
ferr has joined #ruby
colegatron has joined #ruby
cajone has joined #ruby
n00bdev has quit []
krz has joined #ruby
PedramT has quit [Remote host closed the connection]
ur5us has quit [Remote host closed the connection]
codecop has joined #ruby
DaniG2k has joined #ruby
dwfait has joined #ruby
jameswatling has joined #ruby
Snowy is now known as brunettesgf
jbrhbr has quit [Quit: Leaving.]
blackmes1 has quit [Ping timeout: 260 seconds]
astrofog has quit [Quit: Quite]
mary5030 has joined #ruby
brunettesgf is now known as Snowy
Musashi007 has quit [Quit: Musashi007]
tvw has joined #ruby
workmad3 has quit [Quit: leaving]
araujo has quit [Quit: Leaving]
dionysus69 has joined #ruby
workmad3 has joined #ruby
micah_ has quit [Ping timeout: 255 seconds]
fclausen has quit [Ping timeout: 272 seconds]
dionysus69 has quit [Client Quit]
sergey_makagon has quit [Remote host closed the connection]
drptbl has joined #ruby
BTRE has joined #ruby
Bloomer has quit [Remote host closed the connection]
binaryplease has joined #ruby
Arnvald has quit [Remote host closed the connection]
Melpaws has joined #ruby
Arnvald has joined #ruby
tvw has quit [Ping timeout: 245 seconds]
scripore has quit [Quit: This computer has gone to sleep]
PedramT has joined #ruby
IrishGringo has quit [Ping timeout: 245 seconds]
howdoicomputer has joined #ruby
IrishGringo has joined #ruby
pandaant has joined #ruby
Arnvald has quit [Ping timeout: 240 seconds]
Trieste has quit [Max SendQ exceeded]
scripore has joined #ruby
Trieste has joined #ruby
dlitvak has joined #ruby
IrishGringo_ has joined #ruby
IrishGringo has quit [Read error: Connection reset by peer]
sonOfRa has quit [Quit: Bye!]
howdoicomputer has quit [Ping timeout: 256 seconds]
sonOfRa has joined #ruby
rodfersou has joined #ruby
fclausen has joined #ruby
baweaver has joined #ruby
dlitvak has quit [Ping timeout: 264 seconds]
ayonkhan has joined #ruby
skade has quit [Quit: Computer has gone to sleep.]
finisherr has left #ruby [#ruby]
scripore has quit [Quit: This computer has gone to sleep]
baweaver has quit [Ping timeout: 240 seconds]
drptbl has quit [Quit: My MAC has gone to sleep. zZz..]
jam_ has joined #ruby
UtkarshRay has joined #ruby
skade has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
sandstrom has quit [Quit: My computer has gone to sleep.]
arup_r has joined #ruby
ldnunes has joined #ruby
shredding has joined #ruby
jam_ has quit [Ping timeout: 256 seconds]
gbgdev has joined #ruby
hannelita has joined #ruby
atmosx has quit [Quit: Lost in trance]
ferr has quit [Ping timeout: 240 seconds]
waka has joined #ruby
waka_ has joined #ruby
skade has quit [Quit: Computer has gone to sleep.]
karapetyan has joined #ruby
jxs_ has joined #ruby
CloCkWeRX has quit [Ping timeout: 260 seconds]
haraoka has quit [Ping timeout: 256 seconds]
hnagamin has joined #ruby
karapetyan has quit [Ping timeout: 260 seconds]
dlitvak has joined #ruby
decoponio has joined #ruby
jottr has joined #ruby
sandstrom has joined #ruby
karapetyan has joined #ruby
jgt has quit [Ping timeout: 260 seconds]
Xeago has quit [Remote host closed the connection]
fclausen has quit [Ping timeout: 272 seconds]
tjbiddle has quit [Quit: tjbiddle]
skade has joined #ruby
dlitvak_ has joined #ruby
ss_ss_ has quit [Remote host closed the connection]
dlitvak has quit [Ping timeout: 265 seconds]
jottr has quit [Ping timeout: 276 seconds]
sandstrom has quit [Quit: My computer has gone to sleep.]
waka_ has quit [Remote host closed the connection]
waka has quit [Remote host closed the connection]
karapetyan has quit [Ping timeout: 250 seconds]
lycaonian has joined #ruby
skade has quit [Quit: Computer has gone to sleep.]
matp has quit [Ping timeout: 255 seconds]
dlitvak_ has quit [Ping timeout: 240 seconds]
arup___ has joined #ruby
CloCkWeRX has joined #ruby
pandaant has quit [Remote host closed the connection]
waka_ has joined #ruby
waka has joined #ruby
jameswatling has quit [Remote host closed the connection]
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
arup_r has quit [Ping timeout: 245 seconds]
blackmes1 has joined #ruby
Burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dlitvak has joined #ruby
colegatron has quit [Ping timeout: 260 seconds]
dionysus69 has joined #ruby
nfk|laptop has joined #ruby
waka_ has quit [Remote host closed the connection]
waka has quit [Remote host closed the connection]
karapetyan has joined #ruby
waka_ has joined #ruby
waka has joined #ruby
waka__ has joined #ruby
bronson has joined #ruby
pdoherty has joined #ruby
waka__ has quit [Remote host closed the connection]
waka_ has quit [Remote host closed the connection]
waka has quit [Remote host closed the connection]
burbus has joined #ruby
waka has joined #ruby
Encapsulation has quit [Ping timeout: 240 seconds]
FooMunki has joined #ruby
f4cl3y has joined #ruby
karapetyan has quit [Ping timeout: 276 seconds]
Stratus3D has joined #ruby
mondok has quit [Ping timeout: 260 seconds]
bronson has quit [Ping timeout: 265 seconds]
sepp2k has quit [Quit: Leaving.]
<Stratus3D> Wrote an article on HashNuke's asdf, which has greatly simplified my Ruby (and Node.js) version management. Check it out: https://news.ycombinator.com/item?id=10937262
<canton7> the fact that you linked to HN and not the article suggests you're only sharing it to get promotion, not to be useful to other users..?
anisha has quit [Quit: Leaving]
fclausen has joined #ruby
colegatron has joined #ruby
IrishGringo has joined #ruby
<Stratus3D> canton7: I wrote the article in hopes that others would find it useful. I shared the HN link so others can read the article or promote the HN post.
sepp2k has joined #ruby
IrishGringo_ has quit [Read error: Connection reset by peer]
<Stratus3D> canton7: Is sharing HN links for promotion against the rules in here?
<canton7> I didn't say that :P
c355e3b has joined #ruby
drptbl has joined #ruby
Alina-malina has joined #ruby
karapetyan has joined #ruby
c0m0 has joined #ruby
sergey_makagon has joined #ruby
last_staff has quit [Quit: last_staff]
Alina-malina has left #ruby ["Leaving"]
InvGhost has joined #ruby
yqt has joined #ruby
karapetyan has quit [Ping timeout: 272 seconds]
sergey_makagon has quit [Ping timeout: 255 seconds]
DaniG2k has quit [Quit: leaving]
yqt has quit [Ping timeout: 272 seconds]
Jardayn has joined #ruby
nfk|laptop has quit [Ping timeout: 265 seconds]
sunslide has quit [Ping timeout: 252 seconds]
binaryplease has quit [Ping timeout: 240 seconds]
ayonkhan has quit [Quit: Textual IRC Client: www.textualapp.com]
CloCkWeRX has quit [Ping timeout: 272 seconds]
usershell has quit [Read error: Connection reset by peer]
atmosx has joined #ruby
matp has joined #ruby
felixal has joined #ruby
usershell has joined #ruby
chriscoffee has joined #ruby
karapetyan has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
Ox0dea has quit [Quit: WeeChat 1.4-rc1]
jameswatling has joined #ruby
karapetyan has quit [Ping timeout: 240 seconds]
c0m0 has quit [Ping timeout: 255 seconds]
last_staff has joined #ruby
Pupeno has joined #ruby
Pupeno has quit [Changing host]
Pupeno has joined #ruby
binaryplease has joined #ruby
sergey_makagon has joined #ruby
Pupeno has quit [Client Quit]
yfeldblum has quit [Ping timeout: 240 seconds]
PedramT has quit [Ping timeout: 272 seconds]
Xeago has joined #ruby
krz has quit [Read error: Connection reset by peer]
moeabdol has joined #ruby
Axy has joined #ruby
Axy has quit [Changing host]
Axy has joined #ruby
ferr has joined #ruby
CloCkWeRX has joined #ruby
howdoi has joined #ruby
Ox0dea has joined #ruby
sftrabbit has quit [Quit: sftrabbit]
joonty has joined #ruby
<Ox0dea> Stratus3D: $ chruby | xargs -I ver chruby-exec ver -- ruby -v
<Ox0dea> How do I do that with asdf?
skade has joined #ruby
Mia has quit [Ping timeout: 265 seconds]
Burgestrand has joined #ruby
ChameleonSix4 has joined #ruby
ChameleonSix4 has quit [Client Quit]
Axy has quit [Ping timeout: 256 seconds]
fclausen has quit [Ping timeout: 272 seconds]
lindistock has joined #ruby
rodfersou has quit [Quit: Lost terminal]
lindistock has quit [Remote host closed the connection]
rodfersou has joined #ruby
pawnbox has quit [Remote host closed the connection]
rodfersou has quit [Client Quit]
rodfersou has joined #ruby
sigurding has quit [Quit: sigurding]
CloCkWeRX has quit [Quit: Leaving.]
sftrabbit has joined #ruby
sftrabbit has quit [Client Quit]
karapetyan has joined #ruby
matp_ has joined #ruby
sandstrom has joined #ruby
ropeney has joined #ruby
Xeago has quit [Remote host closed the connection]
pawnbox has joined #ruby
matp has quit [Ping timeout: 260 seconds]
sftrabbit has joined #ruby
pawnbox has quit [Remote host closed the connection]
lindistock has joined #ruby
ropeney has quit [Client Quit]
pawnbox has joined #ruby
karapetyan has quit [Ping timeout: 245 seconds]
blackmes1 has quit [Read error: Connection reset by peer]
postmodern has quit [Quit: Leaving]
sftrabbit has quit [Client Quit]
howdoicomputer has joined #ruby
sepp2k has quit [Quit: Leaving.]
dlitvak has quit [Ping timeout: 250 seconds]
anagha_ has joined #ruby
matp_ is now known as matp
sftrabbit has joined #ruby
Burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
x0f has joined #ruby
sepp2k has joined #ruby
IrishGringo has quit [Ping timeout: 240 seconds]
howdoicomputer has quit [Ping timeout: 250 seconds]
jameswatling has quit []
Coldblackice has quit [Ping timeout: 240 seconds]
dlitvak has joined #ruby
baweaver has joined #ruby
Xeago has joined #ruby
onlyme has joined #ruby
dcunit3d has joined #ruby
aupadhye has joined #ruby
dwfait has quit [Remote host closed the connection]
jam_ has joined #ruby
ponga has joined #ruby
baweaver has quit [Ping timeout: 240 seconds]
arup___ has quit [Remote host closed the connection]
onlyme has quit [Ping timeout: 272 seconds]
blackmes1 has joined #ruby
IrishGringo has joined #ruby
tesuji has joined #ruby
<Papierkorb> Is there an article somewhere comparing MRI version 2.2 vs 2.3 performance with (micro) benchmarks?
jam_ has quit [Ping timeout: 250 seconds]
sdothum has joined #ruby
huluhuluhulu has joined #ruby
sigurding has joined #ruby
blackgoat has quit [Quit: WeeChat 1.3]
onlyme has joined #ruby
karapetyan has joined #ruby
binaryplease has quit [Quit: WeeChat 1.3]
scripore has joined #ruby
User458764 has joined #ruby
sftrabbit has quit [Quit: sftrabbit]
PedramT has joined #ruby
arup_r has joined #ruby
onlyme has quit [Quit: Be back later ...]
onlyme has joined #ruby
rsc___ has quit [Quit: rsc___]
roshanavand has joined #ruby
drptbl has quit [Quit: My MAC has gone to sleep. zZz..]
onlyme_ has joined #ruby
onlyme has quit [Remote host closed the connection]
Stratus3D has quit [Quit: leaving]
<dionysus69> is head first ruby a nice way to learn ruby "WELL" ?
jottr has joined #ruby
Kryptonical has quit [Read error: Connection reset by peer]
peteyg has quit [Read error: Connection reset by peer]
Kryptonical has joined #ruby
peteyg has joined #ruby
carella has joined #ruby
ruby764 has joined #ruby
<ruby764> Hello
dlitvak has quit [Ping timeout: 250 seconds]
<sjums> how else woud you really learn it, dionysus69 ? :)
<ruby764> I'm trying to install ruby on rails on mac OS X El Capitan 10.11.2 following this tutorial http://railsapps.github.io/installrubyonrails-mac.html
<ruby764> but getting an error while installing ruby
dlitvak has joined #ruby
<ddv> ruby764: simple, install homebrew, cruby, ruby-build, gem install rails
<ddv> chruby*
jottr has quit [Ping timeout: 264 seconds]
<ruby764> MacBook-Air:~ gauravsarin$ rvm install ruby-2.3.0 Searching for binary rubies, this might take some time. No binary rubies available for: osx/10.11/x86_64/ruby-2.3.0. Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. Checking requirements for osx. Installing requirements for osx. Updating system............................ Installing required packages: autoconf, automake, libtool, pkg
Macaveli has joined #ruby
<ruby764> I get an error when I run rvm install ruby-2.3.0
Macaveli has quit [Max SendQ exceeded]
FooMunki has quit [Quit: FooMunki]
FooMunki has joined #ruby
<ruby764> Error running 'requirements_osx_brew_libs_install autoconf automake libtool pkg-config libyaml readline libksba', showing last 15 lines of /Users/gauravsarin/.rvm/log/1453293172_ruby-2.3.0/package_install_autoconf_automake_libtool_pkg-config_libyaml_readline_libksba.log
Macaveli has joined #ruby
<ruby764> ddv - I'm using rvm
gbgdev has quit [Remote host closed the connection]
<ddv> ruby764: did you install osx command line tools?
<ruby764> yes that is already there
<ddv> alright, no idea then chruby works fine for me
<ruby764> After the above error i searched on stackoverflow and ran this command sudo chown -R "$USER" "$HOME"
rethi has quit [Quit: Changing server]
<ruby764> Now when i run rvm install ruby-2.3.0 i get the following error
<ruby764> Checking requirements for osx. ==> Upgrading 1 outdated package, with result: openssl 1.0.2e_1 Error: You must `brew link pkg-config` before openssl can be installed Requirements installation failed with status: 1.
blackmes1 has quit [Ping timeout: 240 seconds]
rethi has joined #ruby
<ruby764> any idea
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<ruby764> join #rvm
<ddv> ruby764: what does brew doctor say?
like-all has joined #ruby
rethi has quit [Client Quit]
sftrabbit has joined #ruby
moeabdol has quit [Ping timeout: 240 seconds]
dlitvak_ has joined #ruby
<ruby764> there are lots of warnings
mondok has joined #ruby
synthroid has joined #ruby
<ruby764> how do I paste them
rkoller has quit [Quit: Textual IRC Client: www.textualapp.com]
<ruby764> Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted. Unexpected .pc files: /usr/local/lib/pkgconfig/tcl.pc /usr/local/lib/pkgconfig/tk.pc Warning: Unbrewed static libraries were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Ho
dlitvak has quit [Ping timeout: 264 seconds]
<ruby764> Warning: Unbrewed static libraries were found in /usr/local/lib. If you didn't put them there on purpose they could cause problems when building Homebrew formulae, and may need to be deleted. Unexpected static libraries: /usr/local/lib/libtclstub8.6.a /usr/local/lib/libtkstub8.6.a Warning: You have unlinked kegs in your Cellar Leaving kegs unlinked can lead to build-trouble and cause brews that depend on those kegs to fail
<ruby764> Warning: You have unlinked kegs in your Cellar Leaving kegs unlinked can lead to build-trouble and cause brews that depend on those kegs to fail to run properly once built. Run `brew link` on these: pkg-config
duckpuppy has joined #ruby
ramfjord has quit [Ping timeout: 265 seconds]
iateadonut has joined #ruby
<like-all> Hi, guys. I try to run ronn on my buildserver inside chroot environment. However, ronn fails here https://gist.github.com/Like-all/4f9d56dd160f18c75daf#file-gistfile1-txt-L37-L54 I even tried to export LANG, but it didn't help. What's wrong?
drptbl has joined #ruby
vdamewood has quit [Quit: Life beckons.]
bronson has joined #ruby
ta has quit [Remote host closed the connection]
hnagamin has quit [Ping timeout: 276 seconds]
dfinninger has joined #ruby
bronson has quit [Ping timeout: 265 seconds]
anisha has joined #ruby
InvGhost has quit [Read error: Connection reset by peer]
dlitvak has joined #ruby
dlitvak has quit [Read error: Connection reset by peer]
dlitvak has joined #ruby
dlitvak_ has quit [Ping timeout: 260 seconds]
jxs_ has quit [Remote host closed the connection]
d0nn1e has quit [Ping timeout: 255 seconds]
atomical has quit [Max SendQ exceeded]
atomical has joined #ruby
d0nn1e has joined #ruby
sergey_makagon has quit [Read error: Connection reset by peer]
<chrisarcand> Can someone help me understand the reasoning behind the path used for gem installations using rbenv? This config output confuses me: https://gist.github.com/chrisarcand/bbf593c745fda3ee3a02
sergey_makagon has joined #ruby
pdoherty has quit [Ping timeout: 240 seconds]
lindistock has quit [Remote host closed the connection]
jmignault has joined #ruby
dfinninger has quit [Remote host closed the connection]
duckpuppy has quit [Ping timeout: 264 seconds]
j_mcnally has joined #ruby
dwfait has joined #ruby
dfinninger has joined #ruby
dfinninger has quit [Remote host closed the connection]
peteyg_ has joined #ruby
hakunin_ has joined #ruby
synthroi_ has joined #ruby
jud^ has joined #ruby
<shevy> chrisarcand you mean /Users/carcand/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0 ?
tulak_ has joined #ruby
mac__ has joined #ruby
Jardayn_two has joined #ruby
Keltia_ has joined #ruby
Pisuke has joined #ruby
helpa-bot has joined #ruby
user083_ has joined #ruby
<chrisarcand> shevy: Yeah; why extra version number there/why is it different/etc?
Melpaws1 has joined #ruby
zeknox1 has joined #ruby
Asher1 has joined #ruby
fexilal has joined #ruby
<havenwood> chrisarcand: ABI compatibility is versioned {MAJOR}.{MINOR}.0.
DirtyFin_ has joined #ruby
dionysus70 has joined #ruby
mary5030_ has joined #ruby
<havenwood> chrisarcand: The 2.2.0 is the ABI version.
pawnbox_ has joined #ruby
<shevy> chrisarcand oh yes, the 2.2.x will always have 2.2.0
rvchangue has quit [Ping timeout: 255 seconds]
musl_ has joined #ruby
utkarsh has joined #ruby
<havenwood> at least it's not 1.9.3 where the ABI was 1.9.1!
sigurding has quit [Quit: sigurding]
ereslibre_laptop has joined #ruby
ereslibre_laptop has quit [Changing host]
ereslibre_laptop has joined #ruby
helpa-bot has quit [Remote host closed the connection]
dwfait has quit [Ping timeout: 260 seconds]
helpa-bot has joined #ruby
nwhirschfeld_ has joined #ruby
WebDawg has quit [Ping timeout: 256 seconds]
kalleth_ has joined #ruby
Gnubie__ has joined #ruby
rikai_ has joined #ruby
ex0ns_ has joined #ruby
vandemar_ has joined #ruby
vandemar_ has joined #ruby
pleiosau1 has joined #ruby
xsdg_ has joined #ruby
DEac-_ has joined #ruby
fantazo has joined #ruby
sts_ has joined #ruby
helpa-bot has quit [Remote host closed the connection]
zacts_ has joined #ruby
jericon_ has joined #ruby
Ariadeno has joined #ruby
isomorph1smes has joined #ruby
alol_ has joined #ruby
PaulePan1er has joined #ruby
kaspergr1bbe has joined #ruby
ltp_ has joined #ruby
Sebastia1Thorn has joined #ruby
exceion_ has joined #ruby
mosez_ has joined #ruby
sts___ has joined #ruby
helpa-bot has joined #ruby
saltsa_ has joined #ruby
philtr_ has joined #ruby
mhb_ has joined #ruby
kiki_lam1 has joined #ruby
cfloare_ has joined #ruby
pwnd_nsfw has quit [Quit: Leaving]
janelleb_ has joined #ruby
Melpaws1 has left #ruby [#ruby]
sung__ has joined #ruby
matti__ has joined #ruby
Ariadeno is now known as Guest10495
rfi has joined #ruby
raypulve1 has joined #ruby
cscheib_ has joined #ruby
ihme-TTilus has joined #ruby
stephenh_ has joined #ruby
miah_ has joined #ruby
sunya7a__ has joined #ruby
Kero_ has joined #ruby
cout_ has joined #ruby
[ace]_ has joined #ruby
setient_ has joined #ruby
peterhu_ has joined #ruby
ByronJoh1son has joined #ruby
Muz_ has joined #ruby
abyss_ has joined #ruby
slash_ni1k has joined #ruby
<chrisarcand> havenwood: TIL ABI, looks like I have some reading to do :) Thanks!
Jardayn has quit [Disconnected by services]
Jardayn_two has quit [Quit: Leaving]
helpa-bot has quit [Remote host closed the connection]
aryaching has joined #ruby
drptbl_ has joined #ruby
skakri` has joined #ruby
vbatts|w` has joined #ruby
ItSANgo has joined #ruby
mhenrixon has joined #ruby
tekku has joined #ruby
KrzaQ- has joined #ruby
Phanes- has joined #ruby
tvsutton_ has joined #ruby
skullcrasher_ has joined #ruby
mayamai has joined #ruby
Mr_Pancake- has joined #ruby
mistym has quit [Remote host closed the connection]
aep_ has joined #ruby
Jello_Raptor_ has joined #ruby
[derpy] has joined #ruby
bier_ has joined #ruby
kadoppe_ has joined #ruby
mgorbach_ has joined #ruby
samuelkadolph_ has joined #ruby
ekem has joined #ruby
z3uS| has joined #ruby
mattpatt_ has joined #ruby
Evan^ has joined #ruby
thejoecarroll_ has joined #ruby
code_[BNC] has joined #ruby
atmosx has quit [Read error: Connection reset by peer]
\13k has joined #ruby
df- has joined #ruby
mfl has joined #ruby
d0nn1e_ has joined #ruby
kkh has joined #ruby
gbailey has joined #ruby
Shidash_ has joined #ruby
elaptics` has joined #ruby
helpa-bot has joined #ruby
braincra- has joined #ruby
nuck has joined #ruby
yeltzooo9 has joined #ruby
d0nn1e has quit [*.net *.split]
onlyme_ has quit [*.net *.split]
scripore has quit [*.net *.split]
felixal has quit [*.net *.split]
Spami has quit [*.net *.split]
mark3 has quit [*.net *.split]
braincrash has quit [*.net *.split]
hakunin has quit [*.net *.split]
Derailed has quit [*.net *.split]
zeknox has quit [*.net *.split]
thejoecarroll has quit [*.net *.split]
Freeaqingme has quit [*.net *.split]
varesa has quit [*.net *.split]
linduxed has quit [*.net *.split]
mclee has quit [*.net *.split]
caffeinic has quit [*.net *.split]
zacts has quit [*.net *.split]
helpa has quit [*.net *.split]
Keltia has quit [*.net *.split]
aep has quit [*.net *.split]
sumark has quit [*.net *.split]
code_ has quit [*.net *.split]
Couch has quit [*.net *.split]
unreal has quit [*.net *.split]
vandemar has quit [*.net *.split]
user083 has quit [*.net *.split]
Shidash has quit [*.net *.split]
abyss has quit [*.net *.split]
AlexRussia has quit [*.net *.split]
Mr_Pancake has quit [*.net *.split]
akkad has quit [*.net *.split]
jud has quit [*.net *.split]
rikai has quit [*.net *.split]
Jello_Raptor has quit [*.net *.split]
mgorbach has quit [*.net *.split]
Amnez777 has quit [*.net *.split]
elaptics has quit [*.net *.split]
saltsa has quit [*.net *.split]
gbailey- has quit [*.net *.split]
nizmow has quit [*.net *.split]
df has quit [*.net *.split]
SebastianThorn has quit [*.net *.split]
julieeharshaw has quit [*.net *.split]
KrzaQ has quit [*.net *.split]
phutchins has quit [*.net *.split]
cscheib has quit [*.net *.split]
sjohnsen has quit [*.net *.split]
cout has quit [*.net *.split]
KervyN has quit [*.net *.split]
skakri has quit [*.net *.split]
samuelkadolph has quit [*.net *.split]
skullcrasher has quit [*.net *.split]
setient has quit [*.net *.split]
passcod has quit [*.net *.split]
fourq has quit [*.net *.split]
kalleth has quit [*.net *.split]
Sp4rKy has quit [*.net *.split]
mhenrixon_ has quit [*.net *.split]
kloeri has quit [*.net *.split]
philtr has quit [*.net *.split]
tvsutton has quit [*.net *.split]
matti has quit [*.net *.split]
braidn has quit [*.net *.split]
sarlalian has quit [*.net *.split]
ltp has quit [*.net *.split]
oddalot has quit [*.net *.split]
majjoha has quit [*.net *.split]
raypulver has quit [*.net *.split]
PaulePanter has quit [*.net *.split]
alol has quit [*.net *.split]
yeltzooo has quit [*.net *.split]
xsdg has quit [*.net *.split]
mosez has quit [*.net *.split]
jericon has quit [*.net *.split]
conrfrmn has quit [*.net *.split]
jtperreault has quit [*.net *.split]
codehotter has quit [*.net *.split]
TTilus has quit [*.net *.split]
coffeejunk has quit [*.net *.split]
Guest50975 has quit [*.net *.split]
stephenh has quit [*.net *.split]
ironcamel has quit [*.net *.split]
sts has quit [*.net *.split]
[ace] has quit [*.net *.split]
Koshian has quit [*.net *.split]
jmignault has quit [*.net *.split]
drptbl has quit [*.net *.split]
synthroid has quit [*.net *.split]
mondok has quit [*.net *.split]
peteyg has quit [*.net *.split]
pawnbox has quit [*.net *.split]
dionysus69 has quit [*.net *.split]
Melpaws has quit [*.net *.split]
mary5030 has quit [*.net *.split]
tulak has quit [*.net *.split]
cfloare has quit [*.net *.split]
DirtyFinn has quit [*.net *.split]
gagrio has quit [*.net *.split]
duderon__ has quit [*.net *.split]
kaspergrubbe has quit [*.net *.split]
Asher has quit [*.net *.split]
moufl has quit [*.net *.split]
kadoppe has quit [*.net *.split]
Guest7611 has quit [*.net *.split]
musl has quit [*.net *.split]
Cyrus has quit [*.net *.split]
ereslibre has quit [*.net *.split]
iamayam has quit [*.net *.split]
tekk has quit [*.net *.split]
duracrisis has quit [*.net *.split]
guardian has quit [*.net *.split]
dasher00 has quit [*.net *.split]
arob has quit [*.net *.split]
stevednd has quit [*.net *.split]
MyMind has quit [*.net *.split]
miah has quit [*.net *.split]
bahar has quit [*.net *.split]
exceion has quit [*.net *.split]
Log1x has quit [*.net *.split]
nwhirschfeld has quit [*.net *.split]
Affix has quit [*.net *.split]
edwardly has quit [*.net *.split]
weaksauce has quit [*.net *.split]
Ankhers has quit [*.net *.split]
RTG` has quit [*.net *.split]
mhb has quit [*.net *.split]
z3uS has quit [*.net *.split]
`derpy has quit [*.net *.split]
peterhu has quit [*.net *.split]
j2k has quit [*.net *.split]
ByronJohnson has quit [*.net *.split]
Phanes has quit [*.net *.split]
Evan- has quit [*.net *.split]
blake has quit [*.net *.split]
Kero has quit [*.net *.split]
Sigma00 has quit [*.net *.split]
cats has quit [*.net *.split]
DexterLB has quit [*.net *.split]
thomas has quit [*.net *.split]
pleiosaur has quit [*.net *.split]
janelleb has quit [*.net *.split]
yonatankoren has quit [*.net *.split]
DEac- has quit [*.net *.split]
gf3 has quit [*.net *.split]
bier has quit [*.net *.split]
mattpatt has quit [*.net *.split]
Muz has quit [*.net *.split]
moua has quit [*.net *.split]
rdema has quit [*.net *.split]
ja has quit [*.net *.split]
groundnuty has quit [*.net *.split]
xybre has quit [*.net *.split]
sts__ has quit [*.net *.split]
bhaak has quit [*.net *.split]
utkarsh_ has quit [*.net *.split]
elemeken has quit [*.net *.split]
\13k_ has quit [*.net *.split]
DefV has quit [*.net *.split]
rfi_ has quit [*.net *.split]
NfNitLoop has quit [*.net *.split]
ericwood_ has quit [*.net *.split]
fold3 has quit [*.net *.split]
Gnubie_ has quit [*.net *.split]
sunya7a_ has quit [*.net *.split]
kiki_lamb has quit [*.net *.split]
isomorphismes has quit [*.net *.split]
jidar has quit [*.net *.split]
low-profile has quit [*.net *.split]
sung has quit [*.net *.split]
slash_nick has quit [*.net *.split]
DylanJ has quit [*.net *.split]
z4ph0d has quit [*.net *.split]
ex0ns has quit [*.net *.split]
nitrix has quit [*.net *.split]
df- is now known as df
matti__ is now known as matti
mfl is now known as moufl
samuelkadolph_ is now known as samuelkadolph
braincra- is now known as braincrash
grumpycat has joined #ruby
TheMoonMaster has joined #ruby
nuck is now known as Guest93487
z3uS| is now known as z3uS
Mr_Pancake- is now known as Mr_Pancake
dionysus70 is now known as dionysus69
mgorbach_ is now known as mgorbach
Ankhers has joined #ruby
bahar has joined #ruby
nizmow_ has joined #ruby
arob has joined #ruby
varesa has joined #ruby
ja has joined #ruby
sumark has joined #ruby
Sigma00 has joined #ruby
sjohnsen has joined #ruby
passcod has joined #ruby
Affix has joined #ruby
julieeharshaw has joined #ruby
akkad has joined #ruby
grumpycat is now known as cats
Affix is now known as Guest25994
jgt has joined #ruby
helpa-bot has quit [Remote host closed the connection]
ccaffeini has joined #ruby
DefV has joined #ruby
Sp4rKy has joined #ruby
moei has quit [Quit: Leaving...]
Spami has joined #ruby
onlyme_ has joined #ruby
edwardly has joined #ruby
g3funk has joined #ruby
edwardly has quit [Changing host]
edwardly has joined #ruby
yonatankoren has joined #ruby
unreal has joined #ruby
Guest25994 has quit [Changing host]
Guest25994 has joined #ruby
Amnez777 has joined #ruby
Guest25994 is now known as Affix
fourq has joined #ruby
z4ph0d has joined #ruby
RTG` has joined #ruby
fourq is now known as Guest23046
ericwood has joined #ruby
KervyN has joined #ruby
Guest81954 has joined #ruby
Derailed has joined #ruby
andikr has quit [Quit: No Ping reply in 180 seconds.]
shredding has quit [Ping timeout: 250 seconds]
chrisseaton has quit []
ricer2_g4H4 has quit [Ping timeout: 272 seconds]
duckpuppy has joined #ruby
FooMunki has quit [Quit: FooMunki]
romero has quit [Remote host closed the connection]
Amnez777 has quit [Changing host]
Amnez777 has joined #ruby
romero has joined #ruby
abyss has joined #ruby
romero is now known as Guest73276
abyss_ has quit [Ping timeout: 272 seconds]
krz has joined #ruby
dwfait has joined #ruby
andikr has joined #ruby
nertzy has joined #ruby
like-all has quit [Read error: Connection timed out]
PsionTheory has joined #ruby
Couch has joined #ruby
dasher00 has joined #ruby
Jardayn has joined #ruby
gagrio has joined #ruby
chrisseaton has joined #ruby
codehotter has joined #ruby
majjoha has joined #ruby
jtperreault has joined #ruby
prestorium has joined #ruby
xybre has joined #ruby
like-all has joined #ruby
AlexRussia has joined #ruby
phutchins has joined #ruby
stevednd has joined #ruby
rdema has joined #ruby
helpa has joined #ruby
mclee has joined #ruby
low-profile has joined #ruby
sarlalian has joined #ruby
Cyrus has joined #ruby
karapetyan has quit [Remote host closed the connection]
Cyrus is now known as Guest68889
NfNitLoop has joined #ruby
Mia has joined #ruby
jidar has joined #ruby
sgambino has joined #ruby
j2k has joined #ruby
Log1x has joined #ruby
Log1x has quit [Changing host]
Log1x has joined #ruby
<chrisarcand> havenwood: So the point of ABI versioning in Ruby's case is that gems compiled in different Ruby versions using the same C api (same ABI) could be shared? (But are not shared in my rbenv case, they are in separate rubies that all happen to have the same ABI number)
fold3 has joined #ruby
mark3 has joined #ruby
conrfrmn has joined #ruby
moei has joined #ruby
sgambino has quit [Client Quit]
shinnya has joined #ruby
oddalot has joined #ruby
karapetyan has joined #ruby
mondok has joined #ruby
groundnuty has joined #ruby
ironcamel has joined #ruby
coffeejunk has joined #ruby
linduxed has joined #ruby
Koshian has joined #ruby
sgambino has joined #ruby
jottr has joined #ruby
BTRE has quit [Ping timeout: 240 seconds]
moei has left #ruby [#ruby]
peitera- has quit [Quit: acy]
Burgestrand has joined #ruby
dlitvak_ has joined #ruby
g3funk is now known as braidn
peitera has joined #ruby
<havenwood> chrisarcand: One hangup for actually sharing gems just by ABI is that the RubyGems default is to hardcode the path to the Ruby in gem executables that are installed. You can use a shebang instead with the --env-shebang option that is set to become default with the RubyGems 2.6 milestone.
hnagamin has joined #ruby
dlitvak has quit [Ping timeout: 276 seconds]
<shevy> havenwood knows a lot
nertzy has quit [Quit: Leaving]
aganov has quit [Remote host closed the connection]
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<chrisarcand> havenwood: Awesome, thanks for all the clarification :) Appreciate it.
sgambino has joined #ruby
<havenwood> chrisarcand: You're welcome. No prob!
dlitvak_ has quit [Ping timeout: 260 seconds]
ramortegui has joined #ruby
disconnekted has joined #ruby
chthon has quit [Quit: Ex-Chat]
quazimodo has joined #ruby
KrzaQ- is now known as KrzaQ
sgambino has quit [Client Quit]
tulak_ has quit [Ping timeout: 276 seconds]
sgambino has joined #ruby
vdamewood has joined #ruby
andikr has quit [Remote host closed the connection]
Ebok has joined #ruby
dlitvak has joined #ruby
<Bish> that aws shit is powerful, never used it before
<Bish> jesus.
bronson has joined #ruby
kloeri has joined #ruby
elaptics` is now known as elaptics
nertzy has joined #ruby
r4um has quit [Quit: leaving]
treehug88 has joined #ruby
last_staff has quit [Quit: last_staff]
howdoicomputer has joined #ruby
<apeiros> so it turns water into wine?
bronson has quit [Ping timeout: 265 seconds]
vbatts|w` is now known as vbatts|work
vbatts|work has left #ruby ["found the other side of the rainbow"]
cicloid has joined #ruby
kobain has joined #ruby
dfinninger has joined #ruby
howdoicomputer has quit [Ping timeout: 240 seconds]
<prestorium> hi all. I'm coding a POC using raw ruby. How should I handle my classes loading? I'm coming from PHP with composer + autoload.php, which has require 'foo.php'; require 'bar.php' and so on.
<prestorium> What is the ruby way to do that?
<prestorium> I won't use any framework for now
<apeiros> a POC?
bMalum has joined #ruby
<prestorium> Proof of Concept
<apeiros> ruby convention is: put all files in lib/, have names map the constants like Foo::BarBaz -> foo/barbaz.rb
<ddv> piece of c...
<apeiros> rails convention slightly deviates in that convention and uses Foo::BarBaz -> foo/bar_baz.rb
Macaveli has quit [Quit: Textual IRC Client: www.textualapp.com]
<shevy> those monsters!
hxegon has joined #ruby
<apeiros> while testing, make sure your $LOAD_PATH is set up properly, usually you do that by e.g. -I (capital i, not lowercase L): ruby -Ilib bin/your_executable
User458764 has joined #ruby
<apeiros> and in the files, you require in each file what you need, relative to the lib dir. e.g. if foo.rb, which defines Foo, you need Foo::BarBaz, you have on top of the file `require 'foo/bar_baz.rb'`
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<apeiros> that's all.
<prestorium> apeiros, hmmm what about appending '../lib' to $LOAD_PATH inside my bin/exe?
<apeiros> generally should not do that since you'll want to make your thing a gem. and gem handles that for you.
<apeiros> so fixing the $LOAD_PATH in the executable can be counterproductive.
<apeiros> personally I use 2 lines of code in my exes, one which tests whether ../lib exists, and if so, adds it to $LOAD_PATH. that's borderline acceptable.
<prestorium> got it! thank you very much for now apeiros ! :)
davedev24 has joined #ruby
WebDawg has joined #ruby
pwnd_nsfw has joined #ruby
onlyme_ has quit [Quit: Be back later ...]
onlyme_ has joined #ruby
ajf- has joined #ruby
kao has joined #ruby
floatingpoint has joined #ruby
Kero_ is now known as Kero
jam_ has joined #ruby
ruby764 has quit [Ping timeout: 252 seconds]
DirtyFin_ has quit []
Macaveli has joined #ruby
avenj has quit [Ping timeout: 240 seconds]
disconnekted has quit [Remote host closed the connection]
dcunit3d has quit [Ping timeout: 240 seconds]
onlyme_ has quit [Ping timeout: 256 seconds]
__chris has joined #ruby
tjohnson has joined #ruby
jam_ has quit [Ping timeout: 250 seconds]
benzrf has left #ruby ["WeeChat 1.3"]
Bloomer has joined #ruby
PedramT has quit [Remote host closed the connection]
malconis has joined #ruby
blackmes1 has joined #ruby
B1n4r10 has joined #ruby
malconis has quit [Remote host closed the connection]
mfb2 has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
Psy-Q has joined #ruby
sdothum has joined #ruby
<Psy-Q> is there a name for a chainable method (like in activerecord, Thing.where(:foo => 'bar').first) so i could search for something that helps me write my own chainable methods?
myntcake has quit [Remote host closed the connection]
<apeiros> Psy-Q: higher-order methods is one name.
<Psy-Q> apeiros: thank you
<apeiros> "proxy object returning method" is not really a name, but kind of a pattern
mfb2_ has joined #ruby
<apeiros> and usually the pattern used with HOM
Guest23046 is now known as fourq
malconis has joined #ruby
fourq has quit [Changing host]
fourq has joined #ruby
Macaveli has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mfb2 has quit [Ping timeout: 276 seconds]
kalopsian has joined #ruby
sgambino has joined #ruby
fantazo has quit [Ping timeout: 240 seconds]
Arnvald has joined #ruby
techietrash has quit [Quit: Bye! <(^_^<)]
paultreny has quit [Quit: ¯\_(ツ)_/¯]
_ramix_ has joined #ruby
techietrash has joined #ruby
Bloomer has quit [Remote host closed the connection]
paultreny has joined #ruby
paultreny is now known as Guest51294
Guest71024 is now known as saneax_AFK
BTRE has joined #ruby
like-all has quit [Read error: Connection timed out]
Guest81954 has quit [Changing host]
Guest81954 has joined #ruby
Guest81954 is now known as nitrix
PedramT has joined #ruby
drptbl_ has quit [Quit: My MAC has gone to sleep. zZz..]
Bloomer has joined #ruby
drptbl has joined #ruby
like-all has joined #ruby
chthon has joined #ruby
pwnd_nsfw has quit [Read error: Connection reset by peer]
mary5030_ has quit [Remote host closed the connection]
pwnd_nsfw has joined #ruby
araujo has joined #ruby
araujo has quit [Changing host]
araujo has joined #ruby
BTRE has quit [Remote host closed the connection]
karapetyan has quit [Remote host closed the connection]
PedramT has quit [Remote host closed the connection]
dionysus69 has quit [Ping timeout: 260 seconds]
Guest68889 is now known as Cyrus
Cyrus has quit [Changing host]
Cyrus has joined #ruby
frem has joined #ruby
avenj has joined #ruby
avenj has quit [Changing host]
avenj has joined #ruby
kao has quit [Quit: Textual IRC Client: www.textualapp.com]
hayden_ has quit [Quit: Connection closed for inactivity]
skakri` is now known as skakri
roshanav_ has joined #ruby
lele|w has joined #ruby
18VAAAA4S has joined #ruby
roshanavand has quit [Read error: Connection reset by peer]
PedramT has joined #ruby
Kryptonic has joined #ruby
Spleeze has quit [Quit: QUIT]
PedramT has quit [Remote host closed the connection]
ricer2_g4H4 has joined #ruby
DylanJ has joined #ruby
newdan has joined #ruby
DexterLB has joined #ruby
bhaak has joined #ruby
moua has joined #ruby
thomas has joined #ruby
diegoviola has joined #ruby
DylanJ has quit [Max SendQ exceeded]
DexterLB has quit [Max SendQ exceeded]
Arnvald has quit [Ping timeout: 250 seconds]
Bloomer has quit [Remote host closed the connection]
j_mcnally has quit [Ping timeout: 265 seconds]
DexterLB has joined #ruby
DylanJ has joined #ruby
bhaak is now known as Guest74863
Spleeze has joined #ruby
freeone3000 has left #ruby ["Konversation terminated!"]
polishdub has joined #ruby
Kryptonical has quit [Ping timeout: 260 seconds]
bluOxigen has joined #ruby
_ramix_ has left #ruby ["Saliendo"]
PedramT has joined #ruby
Xeago has quit [Remote host closed the connection]
PedramT has quit [*.net *.split]
18VAAAA4S has quit [*.net *.split]
lxsameer has quit [Quit: Leaving]
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sgambino has joined #ruby
__chris has quit [Ping timeout: 256 seconds]
sumark has quit [Remote host closed the connection]
__chris has joined #ruby
sumark has joined #ruby
fexilal has quit [Ping timeout: 265 seconds]
skade has quit [Quit: Computer has gone to sleep.]
Spleeze has quit [Quit: QUIT]
Spleeze has joined #ruby
hxegon is now known as hxegon_AFK
Azulinho has joined #ruby
Arnvald has joined #ruby
IrishGringo has quit [Read error: Connection reset by peer]
dfinninger has quit [Remote host closed the connection]
skade has joined #ruby
IrishGringo has joined #ruby
felixal has joined #ruby
solars has quit [Ping timeout: 256 seconds]
babblebre has joined #ruby
kalopsian has quit [Quit: Lost terminal]
fantazo has joined #ruby
Bloomer has joined #ruby
robbyoconnor has quit [Excess Flood]
mark3 has left #ruby ["PART #RubyOnRails :PART #jquery :PART #reactjs :PART ##javascript :PART #elixir-lang :PART #debian :PART #zsh :PART #nethunter :PONG :weber.freenode.net"]
robbyoconnor has joined #ruby
usershel_ has joined #ruby
GinoManWorks has joined #ruby
imperator has joined #ruby
<imperator> good morning
lacuna has joined #ruby
usershell has quit [Ping timeout: 265 seconds]
VeryBewitching has joined #ruby
usershel_ has quit [Remote host closed the connection]
jottr has quit [Ping timeout: 256 seconds]
dhollinger has joined #ruby
Azulinho has quit [Quit: Azulinho]
joneshf-laptop has joined #ruby
Azulinho has joined #ruby
hxegon_AFK is now known as hxegon
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sgambino has joined #ruby
mrtomme has quit [Ping timeout: 248 seconds]
tenderlove has joined #ruby
freerobby has joined #ruby
mrtomme has joined #ruby
blackmes1 has quit [Ping timeout: 260 seconds]
sandstrom has quit [Quit: My computer has gone to sleep.]
gbgdev has joined #ruby
finisherr has joined #ruby
IrishGringo has quit [Remote host closed the connection]
IrishGringo has joined #ruby
cdg has joined #ruby
weckl has joined #ruby
tomchapin has joined #ruby
lucasb has joined #ruby
diegoviola has quit [Changing host]
diegoviola has joined #ruby
rethi has joined #ruby
thomas has quit [Quit: Reconnecting]
thomas has joined #ruby
<lucasb> I think I hit some bug or unfortunate feature
amoeba_ has joined #ruby
<shevy> in php?
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sgambino has joined #ruby
<lucasb> argf = ARGF.class.new('file1', 'file2'); #<-- this doesn't keep track of lineno
<lucasb> but it iterates the files, as expected
<lucasb> the only problem I saw is not updating lineno
PedramT has joined #ruby
startupality has joined #ruby
Dimik has joined #ruby
Arnvald has quit [Read error: Connection reset by peer]
Arnvald has joined #ruby
lacuna has quit [Read error: Connection reset by peer]
lacuna has joined #ruby
freerobby has quit [Quit: Leaving.]
slash_ni1k has quit [Changing host]
slash_ni1k has joined #ruby
slash_ni1k is now known as slash_nick
hayden_ has joined #ruby
<lucasb> just to clarify: if I do 'while line = argf.gets', it updates lineno
<lucasb> but if I do 'argf.each_line do |line| ...', it doesn't
pyoor has joined #ruby
goodroot has joined #ruby
Dimik has quit [Ping timeout: 272 seconds]
Muz_ is now known as Muz
jas02 has quit [Quit: jas02]
sepp2k has quit [Quit: Leaving.]
einarj has quit [Remote host closed the connection]
pawnbox_ has quit [Read error: No route to host]
pawnbox has joined #ruby
tomchapin has quit [Quit: Textual IRC Client: www.textualapp.com]
<shevy> what is this
<shevy> is this ruby code :)
troulouliou_div2 has joined #ruby
<lucasb> looks like it is :)
tomchapin has joined #ruby
sepp2k has joined #ruby
skcin7 has joined #ruby
dlitvak has quit [Remote host closed the connection]
mary5030 has joined #ruby
mary5030 has quit [Remote host closed the connection]
ziyadb has quit [Quit: Connection closed for inactivity]
mary5030 has joined #ruby
Bloomer has quit [Remote host closed the connection]
Bloomer has joined #ruby
El3ktra has quit [Ping timeout: 265 seconds]
khaki has joined #ruby
jhn has joined #ruby
Koshian has quit [Ping timeout: 260 seconds]
phreakocious has quit [Ping timeout: 260 seconds]
Koshian has joined #ruby
PedramT has quit [Remote host closed the connection]
whippythellama has quit [Ping timeout: 264 seconds]
ta0 has joined #ruby
PedramT has joined #ruby
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
aegis3121 has joined #ruby
nerium has joined #ruby
PedramT has quit [Remote host closed the connection]
Bloomer has quit []
<choke> Morning
PedramT has joined #ruby
huyderman has quit [Remote host closed the connection]
<choke> looks like it to me shevy -- i just had to google each_line 'cause i've never seen it before...
PedramT has quit [Remote host closed the connection]
<shevy> haha
<shevy> nah I meant ARGF.class.new and the trailing ; there mostly
DurstBurger has quit [Ping timeout: 276 seconds]
gagrio has quit [Ping timeout: 240 seconds]
krobzaur has joined #ruby
dlitvak has joined #ruby
mchu has joined #ruby
IrishGringo has quit [Ping timeout: 250 seconds]
finisherr has quit [Quit: finisherr]
<shevy> there are so many different ruby styles available, many of them confuse me
casadei has joined #ruby
<shevy> I need to find that .() example from Ox0dea again ...
<shevy> and combine it with -> and &.
gizmore has joined #ruby
chouhoulis has joined #ruby
DoubleMalt has quit [Remote host closed the connection]
sergey_makagon has quit []
dlitvak has quit [Ping timeout: 256 seconds]
BTRE has joined #ruby
<choke> ahh now i got you
arup_r has quit [Remote host closed the connection]
chouhoul_ has joined #ruby
<choke> and understand what you mean -- i don't think i've used a semi-colon yet in any of my code ( i may be wrong ) and the .class.new thing...
Guest74863 is now known as bhaak
guacamole has joined #ruby
ellistaa has joined #ruby
x77686d has joined #ruby
IrishGringo has joined #ruby
bhaak is now known as Guest51765
Guest51765 is now known as bhaak`
chouhoulis has quit [Ping timeout: 250 seconds]
whippythellama has joined #ruby
lxsameer has joined #ruby
ellistaa has left #ruby [#ruby]
Sucks has joined #ruby
<shevy> I sometimes saw it from former php users
freerobby has joined #ruby
<shevy> ARGF.class.new however had I have not seen before... I guess my brain just is really bad at parsing unknown things
al2o3-cr has quit [Quit: WeeChat 1.3]
<shevy> hmmm
<shevy> choke aren't you a PHPer!
PedramT has joined #ruby
treehug88 has quit [Read error: Connection reset by peer]
<choke> was -- past tense...
cschneid_ has joined #ruby
ta0 has quit [Ping timeout: 252 seconds]
newbie22 has joined #ruby
<choke> when i learn a new language, i learn the basic syntax and then delve right into best practices... though even with php I never named my classes
<choke> something.class.php
kalopsian has joined #ruby
bronson has joined #ruby
<choke> didn't need to, because everything had it's spot to be placed, and my folder hierarchy told me what is what and why its what
Sucks has quit [Read error: Connection reset by peer]
Sucks has joined #ruby
<diegoviola> ?ot
<ruby[bot]> this seems to be off-topic. Please move your discussion to #ruby-offtopic, to keep this channel free for Ruby related topics. Thanks!
Burgestrand has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<shevy> yeah I sorta do that with ruby
<shevy> either one file per class
WebDawg has quit [Quit: peace]
<shevy> or a class get its own directory! :)
howdoicomputer has joined #ruby
<gizmore> i go with include and extend directories for decorators :)
<choke> i do that -- one file per class ( always have ) -- depending on the context of its use... it makes for easier maintainability i think, and i don't have to remember what file a specific class is in.
anagha_ has quit [Quit: Connection closed for inactivity]
<newbie22> *: does anyone know a good website for learning idiomatic ruby
<newbie22> ???
bronson has quit [Ping timeout: 265 seconds]
ajf- has quit [Ping timeout: 265 seconds]
like-all has quit [Ping timeout: 255 seconds]
<shevy> newbie22 you probably have to get dirty and just write a lot of ruby code
sigurding has joined #ruby
mchu has quit [Quit: mchu]
WebDawg has joined #ruby
like-all has joined #ruby
aufi has quit [Quit: Konversation terminated!]
mondok has quit [Remote host closed the connection]
<newbie22> shevy: that was you, yesterday, giving me advice on "*idiomatic ruby",,,, no good sources of starter info ??
howdoicomputer has quit [Ping timeout: 272 seconds]
<shevy> newbie22 there is none
SCHAAP137 has quit [Remote host closed the connection]
rikai_ is now known as rikai
rikai has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
al2o3-cr has joined #ruby
<aegis3121> It's really just writing code, seeing examples, and getting feedback. Being more comfortable with what it has to offer.
ljames has quit []
zapata has quit [Ping timeout: 240 seconds]
Arnvald has quit [Remote host closed the connection]
<choke> http://stackoverflow.com/questions/613985/common-ruby-idioms newbie22 some may be out of date, but they're common idioms.. but shevy is right - writing a lot of code.
usershell has joined #ruby
<shevy> stackoverflow is really great, most of the time
<shevy> we old people had to use IRC for help!
<shevy> or even worse, MAILING LISTS
rikai has joined #ruby
<choke> oh man -- i remember mailing lists lol
treehug88 has joined #ruby
mchu has joined #ruby
<shevy> I never managed to get into them... but I remember that years ago chris2 commented on something related to the quality of the ruby mailing list no longer being as good as it used to be (something along those lines)
<newdan> newbie22: Not quite 'idiomatic' but still might be helpful: https://github.com/bbatsov/ruby-style-guide
<choke> I started in the development industry over 20 years ago, mailing lists were the best resource at the time..
Sucks has quit [Ping timeout: 265 seconds]
<hxegon> >> def dig(arg); Array(arg).inject(self) {|store, key| store[key] } # lol
<ruby[bot]> hxegon: # => /tmp/execpad-d2116d9efae8/source-d2116d9efae8:7: syntax error, unexpected end-of-input, expecting ke ...check link for more (https://eval.in/505310)
baweaver has joined #ruby
<hxegon> >> def dig(arg); Array(arg).inject(self) {|store, key| store[key] }; end # will I ever get one without a syntax error first time?
<ruby[bot]> hxegon: # => :dig (https://eval.in/505311)
WebDawg has quit [Quit: peace]
like-all has quit [Ping timeout: 255 seconds]
<newbie22> newdan: thank you
Sucks has joined #ruby
WebDawg has joined #ruby
Snowy has quit []
roshanav_ has quit [Remote host closed the connection]
zacts_ has quit [Quit: leaving]
cicloid has quit [Read error: Connection reset by peer]
roshanavand has joined #ruby
cicloid has joined #ruby
<choke> that style guide bugs me for some reason... i think we talked about that before, didn't we shevy?
<shevy> the style guide is a bit weird yeah but the best feature is rubocop's autocorrect - that alone makes the weirdness of the style guide acceptable for me :)
lacuna has quit [Remote host closed the connection]
jam_ has joined #ruby
<shevy> I could in theory turn all your people ugly ruby code into pretty shevy-esqe ruby code!
<shevy> (if I would write such a style guide that is)
baweaver has quit [Ping timeout: 265 seconds]
guacamole has quit [Read error: Connection reset by peer]
<choke> I still haven't played with robocop yet, but definitely seems like a cool tool
kalopsian has quit [Quit: leaving]
brixen has quit [Excess Flood]
kalopsian has joined #ruby
<choke> I might be writing a gem soon, so maybe i'll use it on that if i decide to do it ( a mongo gem, 'cause i want to use Rails5 and mongoid isn't slated to support it until the end of this year... )
roshanav_ has joined #ruby
<shevy> I tried to use rubocop on https://rubygems.org/gems/rubywebdialogs and it worked to some extent... like 50% cleaning or so, which is good... but I got tired of having to fix the manual rest, one day I shall try to have rubocop autofix all the problems on a 11 years old codebase
<choke> that'll be interesting lol
roshanavand has quit [Ping timeout: 240 seconds]
brixen has joined #ruby
zast has joined #ruby
nertzy2 has joined #ruby
DurstBurger has joined #ruby
jam_ has quit [Ping timeout: 272 seconds]
zapata has joined #ruby
dcunit3d has joined #ruby
PedramT has quit [Remote host closed the connection]
roshanav_ has quit [Ping timeout: 240 seconds]
TomyWork has quit [Ping timeout: 248 seconds]
startupality has quit [Quit: startupality]
asccigcc has joined #ruby
startupality has joined #ruby
nertzy has quit [Ping timeout: 260 seconds]
pyoor has left #ruby [#ruby]
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
platzhirsch has left #ruby [#ruby]
arup_r has joined #ruby
sgambino has joined #ruby
ponga has quit [Quit: Connection closed for inactivity]
ramfjord has joined #ruby
ziyadb has joined #ruby
sgambino has quit [Client Quit]
sgambino has joined #ruby
moeabdol has joined #ruby
moeabdol has quit [Client Quit]
dext has quit [Ping timeout: 264 seconds]
startupality has quit [Ping timeout: 240 seconds]
sgambino has quit [Client Quit]
lucasb has quit [Quit: leaving]
rakm has joined #ruby
Macaveli has joined #ruby
sandstrom has joined #ruby
casadei has quit [Remote host closed the connection]
dfinninger has joined #ruby
dlitvak has joined #ruby
newbie22 has quit [Quit: Leaving]
synthroi_ has quit [Remote host closed the connection]
moeabdol has joined #ruby
gf3 has joined #ruby
ramfjord has quit [Ping timeout: 276 seconds]
roshanavand has joined #ruby
bhaak` is now known as bhaak_
bhaak_ is now known as bhaak`
bhaak` is now known as bhaak_
lacuna has joined #ruby
drptbl has quit [Quit: My MAC has gone to sleep. zZz..]
varesa_ has quit [Ping timeout: 255 seconds]
rsc___ has joined #ruby
casadei has joined #ruby
Macaveli has quit [Quit: Textual IRC Client: www.textualapp.com]
roshanavand has quit [Ping timeout: 240 seconds]
aegis3121 has quit [Ping timeout: 250 seconds]
fedexo has joined #ruby
drptbl has joined #ruby
DLSteve has joined #ruby
preyalone has joined #ruby
guacamole has joined #ruby
tildes has joined #ruby
tulak has joined #ruby
dlitvak has quit [Remote host closed the connection]
pietr0 has joined #ruby
Kryptonic has quit [Read error: Connection reset by peer]
ferr has quit [Ping timeout: 240 seconds]
Kryptonical has joined #ruby
troulouliou_div2 has quit [Remote host closed the connection]
<atomical> Am I going to run into problems creating an array with a million threads? i have a mailchimp request and then i need to process one hundred records and then do another request. I'd like to process the records while some iowait is happening with the http call.
dlitvak has joined #ruby
blackmes1 has joined #ruby
sigurding has quit [Quit: sigurding]
guacamole has quit [Ping timeout: 265 seconds]
dlitvak has quit [Remote host closed the connection]
zambini has joined #ruby
JohnT has joined #ruby
[Butch] has joined #ruby
DLSteve has quit [Quit: Textual IRC Client: www.textualapp.com]
amclain has joined #ruby
moeabdol has quit [Ping timeout: 276 seconds]
varesa has quit [Quit: ZNC - http://znc.in]
<havenwood> atomical: Your system thread limit is probably less than a million. This dev machine gets to 2046 with: ruby -e "1.upto(Float::INFINITY) { |n| Thread.new { sleep }; puts n }"
prestorium has quit [Quit: Leaving]
mary5030 has quit [Ping timeout: 260 seconds]
<atomical> so i need to have some kind of worker queue for threads i guess
<atomical> i don't want to use threads.each { |thr| thr.join } because it blocks
mary5030 has joined #ruby
kalleth_ is now known as kalleth
<havenwood> atomical: consider a thread pool or use something like typhoeus' hydra which is made well and meant for such things: https://github.com/typhoeus/typhoeus
drptbl has quit [Quit: My MAC has gone to sleep. zZz..]
nizmow_ has quit [Ping timeout: 255 seconds]
<havenwood> atomical: Or another example would be HTTP.rb with Celluloid::IO: https://github.com/httprb/http/wiki/Parallel-requests-with-Celluloid::IO
<havenwood> (for single threaded parallel requests)
<havenwood> atomical: There is more than one way to do it!
<atomical> I'll check those out. I'm using the gibbon gem so I might look into some kind of thread pool
<al2o3-cr> +1 typhoeus
dext has joined #ruby
bb010g has quit [Quit: Connection closed for inactivity]
edwinvdgraaf has quit [Ping timeout: 240 seconds]
karapetyan has joined #ruby
blackms has quit [Ping timeout: 240 seconds]
varesa has joined #ruby
mary5030 has quit [Remote host closed the connection]
mary5030 has joined #ruby
dext has quit [Ping timeout: 265 seconds]
jottr has joined #ruby
amoeba_ is now known as amoeba
freerobby has quit [Quit: Leaving.]
freerobby has joined #ruby
dfinninger has quit [Remote host closed the connection]
finisherr has joined #ruby
dfinninger has joined #ruby
bluOxigen_ has joined #ruby
tildes has quit [Ping timeout: 256 seconds]
<imperator> one MEELION threads
<shevy> half of which will become zombies
bluOxigen has quit [Ping timeout: 264 seconds]
lycaonian has quit [Ping timeout: 276 seconds]
freerobby has quit [Client Quit]
jottr has quit [Ping timeout: 256 seconds]
joonty has quit [Ping timeout: 250 seconds]
akem has quit [Remote host closed the connection]
lacuna has quit [Remote host closed the connection]
skcin7 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
SCHAAP137 has joined #ruby
Mia has quit [Read error: Connection timed out]
lycaonian has joined #ruby
dfinninger has quit [Ping timeout: 255 seconds]
synthroid has joined #ruby
dfinninger has joined #ruby
UtkarshRay has quit [Remote host closed the connection]
speaking1ode has quit [Ping timeout: 260 seconds]
tesuji has quit [Ping timeout: 272 seconds]
synthroid has quit [Read error: No route to host]
synthroid has joined #ruby
speaking1ode has joined #ruby
benlieb has joined #ruby
lacuna has joined #ruby
dionysus69 has joined #ruby
pilne has joined #ruby
duckpuppy has quit [Ping timeout: 256 seconds]
diegoviola has quit [Read error: Connection reset by peer]
ramfjord has joined #ruby
nizmow has joined #ruby
chthon has quit [Ping timeout: 255 seconds]
TomyLobo has joined #ruby
diegoviola has joined #ruby
krz has quit [Ping timeout: 272 seconds]
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
JohnT has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Azulinho has quit [Ping timeout: 240 seconds]
akkad has quit [Excess Flood]
lacuna has quit [Read error: Connection reset by peer]
dc1 has joined #ruby
lacuna has joined #ruby
User458764 has joined #ruby
TomPeed has joined #ruby
JohnT has joined #ruby
sftrabbit has quit [Quit: sftrabbit]
dc1 has quit [Client Quit]
djbkd has joined #ruby
<shevy> so...
dc1 has joined #ruby
dext has joined #ruby
<shevy> who of you people have experience with transferring ruby maintainer/ownership of ruby projects AND for a project for which it has worked well?
peret has joined #ruby
UtkarshRay has joined #ruby
peret has left #ruby [#ruby]
baweaver has joined #ruby
akkad has joined #ruby
<imperator> shevy, I've transferred a few
<imperator> seems to have gone over alright
dc1 has quit [Client Quit]
dc1 has joined #ruby
<choke> well, time for me to actually get up and go to the office... see you all in a bit
choke has quit [Quit: Gone]
dc1 has quit [Client Quit]
baweaver has quit [Ping timeout: 240 seconds]
sgambino has joined #ruby
quazimodo has quit [Ping timeout: 272 seconds]
rkazak has quit [Quit: Sleep.....ing....]
skcin7 has joined #ruby
saneax_AFK is now known as saneax
saneax is now known as Guest37559
jbrhbr has joined #ruby
howdoicomputer has joined #ruby
iateadonut has quit [Quit: Leaving.]
ramfjord_ has joined #ruby
guacamole has joined #ruby
<tubbo> shevy: i've had projects transferred *to* me
guacamole has quit [Max SendQ exceeded]
dext has quit [Ping timeout: 256 seconds]
ramfjord has quit [Ping timeout: 250 seconds]
skade has quit [Quit: Computer has gone to sleep.]
jhn has quit [Read error: Connection reset by peer]
benhuda has joined #ruby
rsc___ has quit [Quit: rsc___]
rsc___ has joined #ruby
TomPeed has quit [Read error: Connection reset by peer]
dfinninger has quit [Remote host closed the connection]
rsc___ has quit [Client Quit]
dmolina has quit [Ping timeout: 256 seconds]
iamvery_ has joined #ruby
dfinninger has joined #ruby
frog0909_ has joined #ruby
aryaching_ has joined #ruby
workmad3_ has joined #ruby
makenoise has joined #ruby
dwfait has quit [Remote host closed the connection]
karapety_ has joined #ruby
astrobun_ has joined #ruby
arthurix has joined #ruby
zenspider_ has joined #ruby
tjohnson_ has joined #ruby
eboaz_ has joined #ruby
ryotarai_ has joined #ruby
hahuang61 has joined #ruby
Spami has quit [Ping timeout: 272 seconds]
sneakerhax has joined #ruby
camillo has joined #ruby
abra0_ has joined #ruby
benhuda_ has joined #ruby
Sucks_ has joined #ruby
guacamole has joined #ruby
sol_ has quit [Ping timeout: 240 seconds]
camillo is now known as sol_
nej has joined #ruby
plsk_ has joined #ruby
stuartb_ has joined #ruby
dling has joined #ruby
skcin7_ has joined #ruby
UtkarshRay has quit [Quit: Leaving]
sgambino_ has joined #ruby
shiver32 has joined #ruby
shiver32 has quit [Changing host]
shiver32 has joined #ruby
wnd_ has joined #ruby
crankhar1er has joined #ruby
janelleb has joined #ruby
antgel has quit [Ping timeout: 264 seconds]
neanderslob_ has joined #ruby
El3ktra has joined #ruby
El3ktra has quit [Changing host]
El3ktra has joined #ruby
TakumoKatekari has joined #ruby
TakumoKatekari has quit [Changing host]
TakumoKatekari has joined #ruby
dopie has joined #ruby
camilasann has joined #ruby
swgillespie_ has joined #ruby
sindork_ has joined #ruby
jottr has joined #ruby
yardenbar has quit [Ping timeout: 272 seconds]
hays has quit [Ping timeout: 244 seconds]
mac__ has quit [Quit: This computer has gone to sleep]
Guest37559 is now known as saneax_AFK
frem_ has joined #ruby
ThomaSs_ has joined #ruby
ElderFain- has joined #ruby
joonty has joined #ruby
gmci_ has joined #ruby
SilentEc1 has joined #ruby
fumduq has joined #ruby
hakunin_ is now known as hakunin
skakri` has joined #ruby
elaptics` has joined #ruby
snockerton has joined #ruby
dext has joined #ruby
ramfjord_ has quit [Ping timeout: 256 seconds]
Spami has joined #ruby
Arcaire_ has joined #ruby
Lildirt|SomeoneT has joined #ruby
Olipro_ has joined #ruby
Karunamon|2 has joined #ruby
thomasfedb_ has joined #ruby
Ankhers_ has joined #ruby
guacamole has quit [Ping timeout: 260 seconds]
sonne_ has joined #ruby
benhuda has quit [*.net *.split]
skcin7 has quit [*.net *.split]
sgambino has quit [*.net *.split]
karapetyan has quit [*.net *.split]
Sucks has quit [*.net *.split]
whippythellama has quit [*.net *.split]
IrishGringo has quit [*.net *.split]
sepp2k has quit [*.net *.split]
frem has quit [*.net *.split]
tjohnson has quit [*.net *.split]
Ebok has quit [*.net *.split]
groundnuty has quit [*.net *.split]
NfNitLoop has quit [*.net *.split]
Couch has quit [*.net *.split]
abyss has quit [*.net *.split]
sjohnsen has quit [*.net *.split]
ja has quit [*.net *.split]
Ankhers has quit [*.net *.split]
Guest93487 has quit [*.net *.split]
elaptics has quit [*.net *.split]
z3uS has quit [*.net *.split]
Mr_Pancake has quit [*.net *.split]
skakri has quit [*.net *.split]
aryaching has quit [*.net *.split]
janelleb_ has quit [*.net *.split]
workmad3 has quit [*.net *.split]
Jackneill has quit [*.net *.split]
parus has quit [*.net *.split]
chipotle has quit [*.net *.split]
stuartb has quit [*.net *.split]
hahuang65 has quit [*.net *.split]
gmci has quit [*.net *.split]
camilasan has quit [*.net *.split]
swgillespie has quit [*.net *.split]
Arcaire has quit [*.net *.split]
neanderslob has quit [*.net *.split]
chris2 has quit [*.net *.split]
astrobunny has quit [*.net *.split]
arthurix_ has quit [*.net *.split]
slackR has quit [*.net *.split]
C0deMaver1ck has quit [*.net *.split]
armyriad has quit [*.net *.split]
iamvery has quit [*.net *.split]
ryotarai has quit [*.net *.split]
sindork has quit [*.net *.split]
veloutin has quit [*.net *.split]
sonne has quit [*.net *.split]
kies has quit [*.net *.split]
shevy has quit [*.net *.split]
Olipro has quit [*.net *.split]
abra0 has quit [*.net *.split]
crankharder has quit [*.net *.split]
eggoez has quit [*.net *.split]
segy has quit [*.net *.split]
roger_rabbit has quit [*.net *.split]
plsk has quit [*.net *.split]
Elysia has quit [*.net *.split]
wnd has quit [*.net *.split]
frog0909 has quit [*.net *.split]
vondruch has quit [*.net *.split]
Takumo has quit [*.net *.split]
atom3 has quit [*.net *.split]
eboaz has quit [*.net *.split]
gsingh93 has quit [*.net *.split]
SirFunk_ has quit [*.net *.split]
badeball has quit [*.net *.split]
woodruffw has quit [*.net *.split]
shiver has quit [*.net *.split]
ElderFain has quit [*.net *.split]
zenspider has quit [*.net *.split]
adaedra has quit [*.net *.split]
davidcelis has quit [*.net *.split]
bodgix has quit [*.net *.split]
Lildirt has quit [*.net *.split]
infernix has quit [*.net *.split]
ThomaSs has quit [*.net *.split]
joast has quit [*.net *.split]
fumduq- has quit [*.net *.split]
FifthWall has quit [*.net *.split]
kitallisii has quit [*.net *.split]
SilentEcho has quit [*.net *.split]
Karunamon has quit [*.net *.split]
quarcu_ has quit [*.net *.split]
z3uS| has joined #ruby
ElderFain has joined #ruby
[adaedra] has joined #ruby
thomasfedb has quit [*.net *.split]
trajing has quit [*.net *.split]
abra0_ is now known as abra0
ryotarai_ is now known as ryotarai
ElderFain- is now known as ElderFain
ElderFain has quit [Changing host]
goezz has joined #ruby
yossarian has joined #ruby
sjohnsen has joined #ruby
Mr_Pancake has joined #ruby
quarcu has joined #ruby
z3uS| is now known as z3uS
griffindy has joined #ruby
SirFunk has joined #ruby
tjohnson_ is now known as tjohnson
nuck has joined #ruby
veloutin has joined #ruby
gsingh93 has joined #ruby
slackR has joined #ruby
Elysia has joined #ruby
davidcelis has joined #ruby
davidcelis has quit [Changing host]
davidcelis has joined #ruby
ferr has joined #ruby
Olipro_ is now known as Olipro
nuck is now known as Guest66976
FifthWall has joined #ruby
gmci_ is now known as gmci
Arcaire_ is now known as Arcaire
armyriad has joined #ruby
C0deMaver1ck has joined #ruby
abyss has joined #ruby
frem_ is now known as frem
badeball has joined #ruby
Ankhers_ is now known as Ankhers
C0deMaver1ck is now known as Guest56085
swgillespie_ is now known as swgillespie
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
kitallis has joined #ruby
shevy has joined #ruby
whippythellama has joined #ruby
trajing has joined #ruby
bodgix has joined #ruby
IrishGringo has joined #ruby
bronson has joined #ruby
Spami has quit [Read error: Connection reset by peer]
mondok has joined #ruby
fedexo has quit [Ping timeout: 260 seconds]
robbyoconnor has quit [Remote host closed the connection]
dopie has quit [Quit: Lost terminal]
parus has joined #ruby
atom3 has joined #ruby
dopie has joined #ruby
robbyoconnor has joined #ruby
segy has joined #ruby
JohnT has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
griffindy has quit [Ping timeout: 264 seconds]
JohnT has joined #ruby
tomchapin has joined #ruby
IrishGringo has quit [Remote host closed the connection]
wnd_ is now known as wnd
Couch has joined #ruby
setient_ is now known as setient
infernix has joined #ruby
vondruch has joined #ruby
Jackneill has joined #ruby
benhuda_ is now known as benhuda
shadoi has joined #ruby
bronson has quit [Ping timeout: 265 seconds]
roger_rabbit has joined #ruby
kies has joined #ruby
Guest58 has joined #ruby
chris2 has joined #ruby
NfNitLoop has joined #ruby
sepp2k has joined #ruby
akkad has quit [Excess Flood]
groundnuty has joined #ruby
dext has quit [Ping timeout: 264 seconds]
ht__ has joined #ruby
zeknox1 is now known as zeknox
zeknox has quit [Changing host]
zeknox has joined #ruby
sandstrom has quit [Quit: My computer has gone to sleep.]
skade has joined #ruby
anisha_ has quit [Quit: Leaving]
troulouliou_dev has joined #ruby
duckpuppy has joined #ruby
Meow-J has quit [Quit: Connection closed for inactivity]
arup_r has quit []
blaxter has quit [Quit: foo]
krz has joined #ruby
cpup has quit [Ping timeout: 265 seconds]
howdoicomputer has quit [Ping timeout: 272 seconds]
lycaonian is now known as Lycaonian
groundnuty has quit [*.net *.split]
Guest58 has quit [*.net *.split]
atom3 has quit [*.net *.split]
parus has quit [*.net *.split]
kitallis has quit [*.net *.split]
shevy has quit [*.net *.split]
whippythellama has quit [*.net *.split]
trajing has quit [*.net *.split]
bodgix has quit [*.net *.split]
joonty has quit [Quit: Leaving]
Xeago has joined #ruby
dfinninger has quit [Read error: Connection reset by peer]
jottr has quit [Ping timeout: 240 seconds]
gregf has quit [Quit: WeeChat 1.3]
usershell has quit [Read error: Connection reset by peer]
sandstrom has joined #ruby
groundnuty has joined #ruby
Guest58 has joined #ruby
atom3 has joined #ruby
parus has joined #ruby
kitallis has joined #ruby
shevy has joined #ruby
whippythellama has joined #ruby
trajing has joined #ruby
bodgix has joined #ruby
aegis3121 has joined #ruby
Guest58 has quit [Ping timeout: 255 seconds]
duckpuppy has quit [Ping timeout: 260 seconds]
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
akkad has joined #ruby
ht__ has quit [Quit: Konversation terminated!]
jam_ has joined #ruby
ht__ has joined #ruby
usershell has joined #ruby
tomchapin has joined #ruby
lipoqil has quit [Ping timeout: 260 seconds]
zipkid has quit [Ping timeout: 260 seconds]
dfockler has joined #ruby
Xeago has quit [Ping timeout: 240 seconds]
jbrhbr has quit [Quit: Leaving.]
moeabdol has joined #ruby
zambini has quit [Quit: Leaving.]
dfinninger has joined #ruby
zipkid has joined #ruby
oncall-pokemon has joined #ruby
makenoise has quit [Remote host closed the connection]
lipoqil has joined #ruby
tomchapin has quit [Client Quit]
makenoise has joined #ruby
micah_ has joined #ruby
dc1 has joined #ruby
dc1 has quit [Client Quit]
pawnbox has quit [Remote host closed the connection]
JohnT has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jam_ has quit [Ping timeout: 250 seconds]
jgpawletko has joined #ruby
Xeago has joined #ruby
jgt has quit [Ping timeout: 276 seconds]
JohnT has joined #ruby
zambini has joined #ruby
krobzaur_ has joined #ruby
moeabdol has quit [Ping timeout: 264 seconds]
karapety_ has quit [Remote host closed the connection]
lipoqil has quit [*.net *.split]
groundnuty has quit [*.net *.split]
atom3 has quit [*.net *.split]
parus has quit [*.net *.split]
kitallis has quit [*.net *.split]
shevy has quit [*.net *.split]
whippythellama has quit [*.net *.split]
trajing has quit [*.net *.split]
bodgix has quit [*.net *.split]
lipoqil has joined #ruby
groundnuty has joined #ruby
atom3 has joined #ruby
parus has joined #ruby
kitallis has joined #ruby
whippythellama has joined #ruby
shevy has joined #ruby
trajing has joined #ruby
bodgix has joined #ruby
mfb2_ has quit [Remote host closed the connection]
Xeago has quit [Read error: Connection reset by peer]
krobzaur has quit [Ping timeout: 272 seconds]
spider-mario has joined #ruby
cpup has joined #ruby
ur5us has joined #ruby
TomPeed has joined #ruby
troulouliou_dev has quit [Quit: Leaving]
baweaver has joined #ruby
usershell has quit [Remote host closed the connection]
usershell has joined #ruby
duckpuppy has joined #ruby
dfinninger has quit [Read error: Connection reset by peer]
baweaver has quit [Ping timeout: 240 seconds]
prestorium has joined #ruby
dfinninger has joined #ruby
chrisseaton has quit [Changing host]
chrisseaton has joined #ruby
floatingpoint has quit [Changing host]
floatingpoint has joined #ruby
babblebre has quit [Changing host]
babblebre has joined #ruby
dc1 has joined #ruby
hayden_ has quit [Changing host]
hayden_ has joined #ruby
ziyadb has quit [Changing host]
ziyadb has joined #ruby
preyalone has quit [Changing host]
preyalone has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
firstdayonthejob has joined #ruby
tjohnson has quit [Changing host]
tjohnson has joined #ruby
lipoqil has quit [*.net *.split]
groundnuty has quit [*.net *.split]
atom3 has quit [*.net *.split]
parus has quit [*.net *.split]
kitallis has quit [*.net *.split]
shevy has quit [*.net *.split]
whippythellama has quit [*.net *.split]
trajing has quit [*.net *.split]
bodgix has quit [*.net *.split]
swgillespie has quit [Changing host]
swgillespie has joined #ruby
frem has quit [Changing host]
frem has joined #ruby
gmci has quit [Changing host]
gmci has joined #ruby
Arcaire has quit [Changing host]
Arcaire has joined #ruby
vondruch has quit [Changing host]
vondruch has joined #ruby
Jackneill has joined #ruby
Jackneill has quit [Changing host]
mchu has quit [Quit: mchu]
dionysus69 has quit [Quit: dionysus69]
zipkid has quit [Changing host]
zipkid has joined #ruby
oncall-pokemon has quit [Changing host]
oncall-pokemon has joined #ruby
brixen has quit [Excess Flood]
brixen has joined #ruby
momomomomo has joined #ruby
usershell has quit [Remote host closed the connection]
makenoise has quit [Ping timeout: 250 seconds]
bb010g has joined #ruby
dc1 has quit [Quit: WeeChat 1.5-dev]
symm- has joined #ruby
groundnuty has joined #ruby
ur5us has quit [Ping timeout: 265 seconds]
ht__ has quit [Quit: Konversation terminated!]
bhaak_ is now known as bhaak
jacksonmills has joined #ruby
darkf has quit [Quit: Leaving]
jottr has joined #ruby
ur5us has joined #ruby
jbrhbr has joined #ruby
gruz0 has joined #ruby
zast has quit [Remote host closed the connection]
aegis3121 has quit [Ping timeout: 276 seconds]
cdg has quit [Remote host closed the connection]
howdoicomputer has joined #ruby
preyalone has quit [Quit: Connection closed for inactivity]
akkad has quit [Excess Flood]
dlitvak has joined #ruby
chouhoul_ has quit [Remote host closed the connection]
makenoise has joined #ruby
chouhoulis has joined #ruby
TomPeed is now known as justbleed
juddey has joined #ruby
hxegon has quit [Ping timeout: 276 seconds]
ht__ has joined #ruby
skade has quit [Quit: Computer has gone to sleep.]
hxegon has joined #ruby
makenoise has quit [Remote host closed the connection]
makenoise has joined #ruby
zeroDivisible has joined #ruby
blackmes1 has quit [Ping timeout: 276 seconds]
radgeRayden has joined #ruby
DoubleMalt has joined #ruby
duckpuppy has quit [Ping timeout: 240 seconds]
akkad has joined #ruby
hnagamin has quit [Ping timeout: 250 seconds]
roger_rabbit has quit [Changing host]
roger_rabbit has joined #ruby
baweaver has joined #ruby
Cohedrin has joined #ruby
choke has joined #ruby
moeabdol has joined #ruby
kalopsian has quit [Ping timeout: 272 seconds]
kalopsian has joined #ruby
hogetaro has quit [Ping timeout: 264 seconds]
Puffball has quit [Remote host closed the connection]
saneax_AFK is now known as saneax
InvGhost has joined #ruby
duckpuppy has joined #ruby
saneax is now known as Guest52233
Puffball has joined #ruby
dlitvak_ has joined #ruby
huluhuluhulu has quit [Quit: huluhuluhulu]
dlitvak has quit [Ping timeout: 272 seconds]
dseitz has quit [Max SendQ exceeded]
huluhuluhulu has joined #ruby
ta has joined #ruby
baweaver has quit [Remote host closed the connection]
robh71 has joined #ruby
SenpaiSilver has quit [Read error: Connection reset by peer]
makenoise has quit [Remote host closed the connection]
ferr has quit [Ping timeout: 264 seconds]
dlitvak_ has quit [Ping timeout: 240 seconds]
replay has joined #ruby
ht__ has quit [Quit: Konversation terminated!]
ht__ has joined #ruby
mfb2 has joined #ruby
moeabdol has quit [Quit: WeeChat 1.4]
freerobby has joined #ruby
Mia has joined #ruby
SenpaiSilver has joined #ruby
mfb2 has quit [Ping timeout: 256 seconds]
dlitvak has joined #ruby
makenoise has joined #ruby
huluhuluhulu has quit [Quit: huluhuluhulu]
lacuna_ has joined #ruby
<hxegon> hmm... I need some guidance on something. I'm using Array#shift inside a method, but I don't want it to affect array out of the method. Should I just #dup the array?
lacuna has quit []
lucasb has joined #ruby
huluhuluhulu has joined #ruby
<makenoise> That's the easy way
<makenoise> Either that or find a way to accomplish it without modifying the array.
<makenoise> What are you trying to do?
<hxegon> >> [1, 2].tail
<hxegon> so...
nertzy2 has quit [Quit: This computer has gone to sleep]
tomaw is now known as 02HAAAAAD
imperator has left #ruby ["Leaving"]
arup_r has joined #ruby
<lucasb> did you want [].last ?
<makenoise> So you want to be able to grab everything after the first element by using .tail?
weckl has quit [Quit: Leaving]
skade has joined #ruby
02HAAAAAD is now known as tomaw
<lucasb> ah, [].drop(1)
<hxegon> lucasb no, #tail would return all elements except [0]
<djellemah> hxegon: ary[1..-1]
skade has quit [Client Quit]
<hxegon> djellemah thanks. makenoise give me a sec to describe my problem
skade has joined #ruby
prestorium has quit [Ping timeout: 256 seconds]
Eiam_ has joined #ruby
SenpaiSilver has quit [Read error: Connection reset by peer]
Eiam_ has quit [Client Quit]
<hxegon> Define 2 classes, Trees, and TreeNode. Trees#add_path should be able to take a path and add every TreeNode that doesn't exist and return the final node in the path. Trees#add_path passes the call to TreeNode#add_path, which can handle it using basic recursion, but it has to select the right root node first.
nerium has quit [Quit: nerium]
<hxegon> I'm learning about many different and interesting ways you can accidentally an infinite loop today :P
duckpuppy has quit [Ping timeout: 240 seconds]
gruz0 has quit [Quit: Leaving]
<hxegon> djellemah that worked well, thanks.
ur5us has quit [Remote host closed the connection]
<djellemah> hxegon: ;-) head, *tail = ary might also help in your case.
st0opkid has left #ruby ["Leaving"]
<hxegon> djellemah there we go :)
ht__ has quit [Quit: Konversation terminated!]
lacuna_ has quit [Quit: Textual IRC Client: www.textualapp.com]
centrx has joined #ruby
ht__ has joined #ruby
mchu has joined #ruby
sgambino_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
shadowfirebird has joined #ruby
lacuna has joined #ruby
mfb2 has joined #ruby
IrishGringo has joined #ruby
duckpuppy has joined #ruby
ht__ has quit [Quit: Konversation terminated!]
firstdayonthejob has quit [Quit: WeeChat 1.4-dev]
ht__ has joined #ruby
<hxegon> side note, trees = recursion/HOF everywhere
dopie has quit [Quit: Lost terminal]
rodfersou has quit [Quit: leaving]
<hxegon> and enumerators
mfb2 has quit [Ping timeout: 250 seconds]
ht__ has quit [Client Quit]
firstdayonthejob has joined #ruby
ht__ has joined #ruby
baweaver has joined #ruby
mfb2 has joined #ruby
doublemalt_ has joined #ruby
skade has quit [Read error: Connection reset by peer]
skade has joined #ruby
preyalone has joined #ruby
baweaver has quit [Remote host closed the connection]
radgeRayden_ has joined #ruby
radgeRayden has quit [Read error: Connection reset by peer]
DoubleMalt has quit [Ping timeout: 272 seconds]
platzhirsch has joined #ruby
dlitvak has quit [Ping timeout: 240 seconds]
mfb2 has quit [Ping timeout: 264 seconds]
dlitvak has joined #ruby
ldnunes has quit [Quit: Leaving]
miah_ is now known as miah
srenatus has quit [Quit: Connection closed for inactivity]
huluhuluhulu has quit [Ping timeout: 265 seconds]
dext has joined #ruby
ur5us has joined #ruby
tvw has joined #ruby
Spami has joined #ruby
bodgix has joined #ruby
trajing has joined #ruby
shevy has joined #ruby
parus has joined #ruby
kitallis has joined #ruby
lipoqil has joined #ruby
whippythellama has joined #ruby
atom3 has joined #ruby
lipoqil has joined #ruby
mfb2 has joined #ruby
Guest52233 is now known as saneax_AFK
dopie has joined #ruby
whippythellama has quit [Quit: WeeChat 1.4]
Gadgetoid has quit [Ping timeout: 272 seconds]
shadowfirebird has quit [Remote host closed the connection]
justbleed has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
whippythellama has joined #ruby
bMalum has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Gadgetoid has joined #ruby
ht__ has quit [Quit: Konversation terminated!]
ht__ has joined #ruby
JohnT has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
fmcgeough has joined #ruby
treehug88 has quit [Read error: Connection reset by peer]
last_staff has joined #ruby
replay has quit [Ping timeout: 264 seconds]
User458764 has joined #ruby
<norc> ast>> [1].find(Numeric).each { |a| puts a }
<norc> >> [1].find(Numeric).each { |a| puts a }
<norc> Oh poor ruby bot is down. :(
fantazo has quit [Quit: Verlassend]
rtail has joined #ruby
dext has quit [*.net *.split]
ur5us has quit [*.net *.split]
tvw has quit [*.net *.split]
Spami has quit [*.net *.split]
kitallis has quit [*.net *.split]
lipoqil has quit [*.net *.split]
atom3 has quit [*.net *.split]
parus has quit [*.net *.split]
shevy has quit [*.net *.split]
trajing has quit [*.net *.split]
bodgix has quit [*.net *.split]
baweaver has joined #ruby
zacts has joined #ruby
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
[Butch] has quit [Quit: I'm out . . .]
dext has joined #ruby
gregf has joined #ruby
platzhirsch has left #ruby [#ruby]
mephistophocles has joined #ruby
pawnbox has joined #ruby
skade has quit [Read error: Connection reset by peer]
skade has joined #ruby
djbkd has quit [Remote host closed the connection]
saneax_AFK is now known as saneax
djbkd has joined #ruby
saneax is now known as Guest881
pawnbox has quit [Ping timeout: 240 seconds]
Asher1 has quit [Quit: Leaving.]
Asher has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
<mondok> how can i remove messy chars from string \u000318\b<\b\u000329NEEDEDTEXT\u000318\b>\b\u000F
<sunya7a> are there any drawback to dropping the @ from an instance variable when calling it?
aegis3121 has joined #ruby
<mondok> i need remove \u000318\b<\b\u000329
<eam> mondok: define a character set that contains all characters you consider non-messy, then strip everything else
<norc> sunya7a, one is calling a method or referencing a local variable, the other one access an instance variable.
jam_ has joined #ruby
treehug88 has joined #ruby
<mondok> what does '\u000318' mean
<mondok> ?
<eam> mondok: for example, this removes everything but alphanumeric
<eam> >> "\u000318\b<\b\u000329NEEDEDTEXT\u000318\b>\b\u000F".gsub(/[^a-zA-Z0-9]/, "")
yfeldblum has joined #ruby
<norc> sunya7a, when inside the same class/module try to use @, when outside use accessor methods or more abstract interface methods.
<Radar> "̘ U+0318 COMBINING LEFT TACK BELOW,"
<eam> mondok: oh, ruby bot is broken :(
<norc> mondok, the cleanest way is to use String#encode
djbkd has quit [Ping timeout: 250 seconds]
<Radar> mondok: where are you sourcing this text from in the first placE?
sandstrom has quit [Quit: My computer has gone to sleep.]
ur5us has joined #ruby
tvw has joined #ruby
Spami has joined #ruby
kitallis has joined #ruby
lipoqil has joined #ruby
trajing has joined #ruby
parus has joined #ruby
atom3 has joined #ruby
shevy has joined #ruby
bodgix has joined #ruby
lipoqil has quit [Changing host]
lipoqil has joined #ruby
graffix222 has joined #ruby
<norc> mondok, I think str.encode('ascii', {invalid: replace, undef: replace, replace: ''}) should do the job
<mondok> i parse logs
<eam> norc: that's not gonna remove the characters they don't like, will it?
hannelita has quit [Remote host closed the connection]
<norc> eam, sure it is if you tell it to like I have just shown.
<eam> oh- re: invalid:replace
<norc> Yup.
<eam> i see :)
robbyoconnor has quit [Ping timeout: 272 seconds]
bMalum has joined #ruby
<norc> mondok, and that is more elegant than any other solution.
<norc> (Since this is exactly what you want to do, transcode from UTF8 to ASCII dropping all non-ascii codepoints)
<mondok> gsub(/[^a-zA-Z0-9]/, "") works not good
<mondok> skips numbers
<sunya7a> norc: so if i define a class and use attr_reader :one, :two and in the initialize method I do @one = one....when i later down the line in an instance method use one...i'm actually calling the method defined by def one
<norc> Indeed, since it still leaves ~200 characters that get removed.
jam_ has quit [Ping timeout: 240 seconds]
<norc> sunya7a, attr_reader :foo is just short for: def foo; @foo; end
cardoni has quit [Ping timeout: 260 seconds]
<eam> mondok: you would need to define the set of characters you want to keep
Guest881 is now known as saneax_AFK
<eam> it's just an example
<norc> sunya7a, so yes.
ur5us has quit [Ping timeout: 255 seconds]
ht__ has quit [Quit: Konversation terminated!]
dlitvak_ has joined #ruby
<sunya7a> norc: i think i understand...do you know if that is less efficient than calling the instance variable directly?
<eam> norc: "\u000318\b<\b\u000329NEEDEDTEXT\u000318\b>\b\u000F".encode("ascii", {invalid: :replace, undef: :replace, replace: ''}) does not remove nonprintable characters AFAICT
ht__ has joined #ruby
howdoicomputer has quit [Ping timeout: 265 seconds]
<eam> it results in "\x0318\b<\b\x0329NEEDEDTEXT\x0318\b>\b\x0F"
pysec has joined #ruby
<norc> sunya7a, honestly: do not worry about efficiency.
<sunya7a> norc: thank you...that was very clear =)
<norc> sunya7a, worry about what makes more sense. Inside your class, use the instance method. Outside use predefined interface methods
<sunya7a> norc: got it...much appreciated
dfinninger has quit [Remote host closed the connection]
dlitvak has quit [Ping timeout: 240 seconds]
<norc> errr *instance variable!
<norc> :-)
<sunya7a> norc: yup!
cardoni has joined #ruby
duckpuppy has quit [Ping timeout: 240 seconds]
<norc> eam, indeed. But considering it is a log file...
weaksauce has joined #ruby
davedev has joined #ruby
<norc> eam, otherwise you can then use [:print:]
<norc> Or just directly filter based on codepoints, allowing only [Ox0A, Ox0D, 0x20-Ox127]
<norc> *Ox7F
lacuna has quit [Changing host]
lacuna has joined #ruby
davedev24 has quit []
GammaZeSioux has joined #ruby
FernandoBasso has joined #ruby
Darmani has joined #ruby
ruby[bot] has joined #ruby
cardoni has quit [*.net *.split]
pysec has quit [*.net *.split]
tvw has quit [*.net *.split]
Spami has quit [*.net *.split]
kitallis has quit [*.net *.split]
lipoqil has quit [*.net *.split]
atom3 has quit [*.net *.split]
parus has quit [*.net *.split]
shevy has quit [*.net *.split]
trajing has quit [*.net *.split]
bodgix has quit [*.net *.split]
<norc> ast>> class Foo; attr_reader :foo; end; Foo.new.foo
<ruby[bot]> norc: I have parsed your code, the result is at https://eval.in/505442
ur5us has joined #ruby
<norc> asm>> class Foo; attr_reader :foo; end; Foo.new.foo
<ruby[bot]> norc: I have disassembled your code, the result is at https://eval.in/505443
lemur has joined #ruby
dn` has quit [Quit: dn`]
scripore has joined #ruby
<norc> sunya7a, looks like the compiler is not able to optimize this away, so yeah - purely educationally: using an accessor method adds a few instructions
mrsolo_ has joined #ruby
tulak has quit []
lemur has quit [Ping timeout: 240 seconds]
Azulinho has joined #ruby
<Darmani> Hey kids<3
bMalum has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
skade has quit [Quit: Computer has gone to sleep.]
dfinninger has joined #ruby
momomomomo has quit [Quit: momomomomo]
ht__ has quit [Quit: Konversation terminated!]
gbgdev has quit [Remote host closed the connection]
hahuang61 has quit [Quit: WeeChat 1.4]
hahuang65 has joined #ruby
[adaedra] is now known as adaedra
dfinninger has quit [Remote host closed the connection]
hayden_ has quit [Quit: Connection closed for inactivity]
[derpy] is now known as `derpy
arthropododo has joined #ruby
hxegon has quit [Read error: Connection reset by peer]
SenpaiSilver has joined #ruby
ccowart has quit [Ping timeout: 240 seconds]
<arthropododo> what was the off-topic ruby channel again?
<norc> ?ot
<ruby[bot]> this seems to be off-topic. Please move your discussion to #ruby-offtopic, to keep this channel free for Ruby related topics. Thanks!
weaksauce has quit [Quit: Textual IRC Client: www.textualapp.com]
<arthropododo> thanks
jbrhbr has quit [Quit: Leaving.]
<norc> Notice the irony in this.. ?
<norc> :-)
zambini has quit [Quit: Leaving.]
ht__ has joined #ruby
hxegon has joined #ruby
benhuda has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sandstrom has joined #ruby
mostlybadfly has quit [Quit: Connection closed for inactivity]
bMalum has joined #ruby
arup_r has quit []
tomchapin has joined #ruby
* adaedra waves
scottschecter has joined #ruby
<tubbo> haha
davedev has quit [Remote host closed the connection]
dfinninger has joined #ruby
kfpratt has joined #ruby
davedev has joined #ruby
pdoherty has joined #ruby
ht__ has quit [Quit: Konversation terminated!]
codecop has quit [Remote host closed the connection]
cdg has joined #ruby
ht__ has joined #ruby
<lucasb> the ruby core developers don't hang out on irc? I rarely see anybody saying anything in #ruby-core.
Jackneill has quit [Quit: Leaving]
<norc> lucasb, the bulk of them are Japanese, many of which do not even speak English.
<norc> lucasb, you can find them on the mailing list.
graphettion has joined #ruby
fclausen has joined #ruby
dwfait has joined #ruby
<baweaver> or ask Ox0dea, he's fairly close.
rdark has quit [Ping timeout: 264 seconds]
<lucasb> yeah, I'm already subscribed to the list. I just wondered if they don't like irc or something :)
ohtheirony has joined #ruby
<ohtheirony> hi
ht__ has quit [Client Quit]
ht__ has joined #ruby
<ohtheirony> i am not a ruby developer but i want to know why it is so popular. if you look at it from a hosting point of view it easier to go for php because all hosts have it. but what is so good about ruby? tell me please
ccowart has joined #ruby
<adaedra> 1) it's not php.
<apeiros> 2) it's not php
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
<norc> ohtheirony, why are cats better than dogs? There is tons of reasons that I can tell you, but really - the discussion is not very fruitful.
<apeiros> norc: you just killed the reason-train ;-)
<mondok> i want to find index of char '\u0003' in string?
<mondok> how can i do that?
<Ox0dea> ohtheirony: It's true that PHP is easier to hit the ground running with, but that's pretty much the *only* point in its favor, and it hardly papers over all the bad: http://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/
<adaedra> &ri String#index mondok
dlitvak_ has quit [Ping timeout: 250 seconds]
Linell_ has joined #ruby
Linell_ has quit [Quit: leaving]
fclausen has quit [Ping timeout: 272 seconds]
<ohtheirony> alright fair enough. what about this. i was told that ruby is closer to the hardware than php so it's faster. it this correct?
<Ox0dea> No.
<apeiros> mondok: you'll have to write it as "\u0003", not as '\u0003', though
dext has quit [Quit: WeeChat 1.3]
<apeiros> since '\u0003' == "\\u0003"
<Ox0dea> >> ''<<3 # I like this way.
<ruby[bot]> Ox0dea: # => "\u0003" (https://eval.in/505447)
krz has quit [Ping timeout: 272 seconds]
<norc> ohtheirony, distance to the hardware has no real relevance in todays world for performance. It usually is quite the opposite - more abstract languages have tools to make optimizations that low level languages do not have.
ss_much has joined #ruby
ht__ has quit [Quit: Konversation terminated!]
<norc> ohtheirony, JRuby for example makes great use of such tools.
<ohtheirony> ok.... then why do you use it? i know a lot of people hate php but apart from that
dfinninger has quit [Remote host closed the connection]
<adaedra> Because we like it?
<norc> ^-
<adaedra> That's usually #1 reason people do a language.
<apeiros> I do not hate ruby
howdoicomputer has joined #ruby
<ohtheirony> ok follow up question: why do you like it?
<jhass> why are we feeding the troll?
<norc> apeiros, by the way, how did you learn about the DYLD changes in El Capitan?
<Darmani> jhass - Honestly that's what I want to know lmao
dfinninger has joined #ruby
weaksauce has joined #ruby
<apeiros> norc: heard/read about it somewhere iirc. not sure, been a while.
<norc> apeiros, I got hit by a massive wtf train when trying to build ruby-oci, trying to figure out why the export was not working.
<norc> Oh lucky you.
<Ox0dea> And it was because of the DYLD.o?
davedev has quit [Remote host closed the connection]
<apeiros> it might have been people on my team even
bMalum has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
davedev has joined #ruby
dlitvak has joined #ruby
davedev24 has joined #ruby
<norc> Ox0dea, Apple decided to put a new security feature into OSX, disabling DYLD related environment variables to prevent some naughty things.
atomical_ has joined #ruby
<adaedra> :o
momomomomo has joined #ruby
sepp2k has quit [Quit: Leaving.]
<Ox0dea> So libfaketime doesn't work on oS X?
bronson has joined #ruby
stephenh_ is now known as stephenh
makenoise has quit [Remote host closed the connection]
stephenh has quit [Changing host]
stephenh has joined #ruby
BTRE has quit [Remote host closed the connection]
<norc> Ox0dea, if relies on things like DYLD_LIBRARY_PATH it will no longer work on El Capitan unless you explicitely turn off SIP.
robbyoconnor has joined #ruby
khaki has quit [Quit: ircII EPIC5-1.1.10 -- Are we there yet?]
duckpuppy has joined #ruby
<norc> Ox0dea, so yes.
symm- has quit [Ping timeout: 240 seconds]
<Ox0dea> Well, enjoy your safety. :P
<adaedra> very relative.
<norc> Honestly I consider these mechanisms to be flawed.
<Ox0dea> I hear big-boy operating systems are relatively cheap these days.
<Ox0dea> (I'll stop.)
<norc> SetWindowsHookEx solves the LD_PRELOAD problem much more elegantly...
<ohtheirony> ok so you don't like to discuss the reasons why you like ruby. i can understand that. it's natural. one last question then. does ruby have mvc scaffolding? or some module that gives this functionality?
skyjumper has joined #ruby
<norc> Not that I want to start a POSIX vs Win32 API war, but there you have it.
atomical has quit [Ping timeout: 240 seconds]
<Ox0dea> >> @Ruby.is_a? Object { |oriented| language } # ohtheirony
<ruby[bot]> Ox0dea: # => undefined method `Object' for main:Object ...check link for more (https://eval.in/505460)
<Ox0dea> That went well. :/
dopie has quit [Quit: Lost terminal]
OS-18137 has joined #ruby
<Ox0dea> >> @Ruby.is_a?(Object) { |oriented| language }
<ruby[bot]> Ox0dea: # => true (https://eval.in/505461)
<OS-18137> good day rubyists
<adaedra> beautiful, Ox0dea.
Guest51294 has quit [Changing host]
Guest51294 has joined #ruby
Guest51294 is now known as paultreny
<Ox0dea> It's from TRIC 2013, I think.
dopie has joined #ruby
<norc> Ox0dea, so today I accidentally used find instead of grep, and was struck by an absolutely confusing error message...
<norc> >> [1].find(Numeric) {}
<ruby[bot]> norc: # => undefined method `call' for Numeric:Class (NoMethodError) ...check link for more (https://eval.in/505463)
<norc> I was seriously confused.
<norc> :S
slawrence00 has joined #ruby
bronson has quit [Ping timeout: 265 seconds]
<newdan> Ox0dea: How does that work? That block never gets run?
<norc> Even more so when I tried to figure out what kind of use this has.
<OS-18137> im iterating over a lines in a file, and im having problems because when File.readlines(file).each reads in a line, it's including the newline character an the end of the line it read, which i need to strip somehow. http://pastie.org/private/xvsb1mo04ofvqps5lhossa
pawnbox has joined #ruby
<Ox0dea> newdan: Yeah. Every method receives an implicit block, but #is_a? doesn't use it if you give it one.
<aegis3121> ohtheirony: Ruby on Rails
<norc> Other than a fancy [1].find(-> { puts "found" }) { |a| a == 1 }
<Ox0dea> aegis3121: Stahp.
momomomomo has quit [Quit: momomomomo]
asccigcc has quit [Ping timeout: 276 seconds]
aupadhye has quit [Quit: Leaving]
<apeiros> &String#chomp @OS-18137
<apeiros> adaedra: wasn't it &?
<Ox0dea> norc: Surely you're not suggesting #find behave like #grep?
<adaedra> You chomped some chars here, apeiros.
<adaedra> &ri String#chomp OS-18137
<apeiros> ohlol
<sunya7a> norc: hi again...thank you for the follow up...how were you able to determine this?
<OS-18137> apeiros: helpful as always :)
<norc> sunya7a, are you really curious?
<apeiros> yeah, I definitively should hit the pillow
<ohtheirony> aegis3121: Ox0dea norc thank you
<sunya7a> norc: i am =(
<apeiros> already fell almost asleep during rails meetup
<norc> asm>> class Foo; attr_reader :quux; end; Foo.new.quux
<ruby[bot]> norc: I have disassembled your code, the result is at https://eval.in/505467
<adaedra> you derailed?
<sunya7a> norc: i'd really like to understand this more deeply
<norc> sunya7a, this shows you the bytecode this snippet compiles to.
jacksonmills has quit [Quit: Leaving]
<adaedra> why do people use common names as nicks.
makenoise has joined #ruby
<OS-18137> thanks adaedra, derpy, thanks also
<norc> sunya7a, 0020 opt_send_without_block <callinfo!mid:quux, argc:0, ARGS_SIMPLE>, <callcache>
davedev has quit [Remote host closed the connection]
<norc> sunya7a, that is the instruction that executes a method dispatch
<norc> sunya7a, and I just know from the implementation that there is not much runtime optimization going on
guacamole has joined #ruby
<Cohedrin> many is the best
<Cohedrin> hangs out in rails a lot
<Cohedrin> anytime anyone says has_many
<Cohedrin> he gets highlightedlol
<sunya7a> norc: thank you...this is really cool
<norc> asm>> class Foo; def quux; puts @quux; end; Foo.new.quux
<ruby[bot]> norc: I have disassembled your code, the result is at https://eval.in/505470
pawnbox has quit [Ping timeout: 250 seconds]
niotoan has joined #ruby
<norc> asm>> class Foo; def quux; puts @quux; end; end; Foo.new.quux
<ruby[bot]> norc: I have disassembled your code, the result is at https://eval.in/505472
<norc> sunya7a, if you look at that at the bottom you see a getinstancevariable
<norc> That is how instancevariables are obtained.
<norc> asm>> class Foo; def quux; @quux; end; end; Foo.new.quux
<ruby[bot]> norc: I have disassembled your code, the result is at https://eval.in/505474
gizmore has quit [Quit: KVIrc 4.3.2 Aria http://www.kvirc.net/]
waka has quit [Remote host closed the connection]
<Ox0dea> adaedra: It should suffice to say that cats have at least one unreal claw with which to choke or freeze an unsuspecting wanderer.
n_blownapart has joined #ruby
<norc> Haha.
<adaedra> (But that was brilliantly realized, I must recognize that.)
Sucks_ has quit [Read error: Connection reset by peer]
davedev has joined #ruby
<sunya7a> norc: great...i see that...tyvm
vandemar_ is now known as vandemar
blackmes1 has joined #ruby
<norc> Ox0dea, I have to tell you something
kappy has joined #ruby
<norc> Promise you won't be mad.
decoponio has quit [Quit: Leaving...]
kuroro has quit [Remote host closed the connection]
atomical has joined #ruby
hannelita has joined #ruby
dlitvak has quit [Ping timeout: 260 seconds]
<Darmani> norc - You've been having weird dreams about him haven't you?
Guest73276 has quit [Quit: leaving]
davedev has quit [Remote host closed the connection]
niotoan has quit [Ping timeout: 265 seconds]
romero has joined #ruby
skade has joined #ruby
BTRE has joined #ruby
atomical_ has quit [Ping timeout: 250 seconds]
fclausen has joined #ruby
momomomomo has joined #ruby
parus has joined #ruby
Sucks has joined #ruby
lipoqil has joined #ruby
ht__ has joined #ruby
micah_ has quit [Ping timeout: 260 seconds]
ht__ has quit [Client Quit]
kitallis has joined #ruby
djbkd has joined #ruby
tvw has joined #ruby
joneshf-laptop has quit [Ping timeout: 240 seconds]
cardoni has joined #ruby
Spami has joined #ruby
shevy has joined #ruby
dlitvak has joined #ruby
synthroid has quit []
hannelita has quit [Ping timeout: 264 seconds]
dopie has quit [Quit: Lost terminal]
dopie has joined #ruby
fmcgeough has quit [Quit: fmcgeough]
blackgoat has joined #ruby
s00pcan has quit [Ping timeout: 264 seconds]
fsapo has joined #ruby
jgpawletko has quit [Quit: jgpawletko]
s00pcan has joined #ruby
<Ox0dea> norc: Tell me your sins. I shall abide them in as priestly a fashion as I am able.
<norc> There is something inside me that questions your priesthood, but I will just accept it.
skade has quit [Ping timeout: 240 seconds]
<norc> I started poking JRuby...
ferr has joined #ruby
dwfait has quit [Remote host closed the connection]
<adaedra> Don't try to create an empty method with define_method.
<norc> >> define_method(:foo) {}
<ruby[bot]> norc: # => :foo (https://eval.in/505481)
<norc> That you mean?
__chris has quit [Ping timeout: 240 seconds]
<Ox0dea> >> define_method('') { 42 }; send ''
<ruby[bot]> Ox0dea: # => 42 (https://eval.in/505482)
<adaedra> yeah, recent jruby will crash if you call it
treehug88 has quit [Quit: Textual IRC Client: www.textualapp.com]
<Ox0dea> norc: Have you found lots of goodness therein?
<norc> Im used to seg faulting Ruby.
<adaedra> (I say that because I got bitten by the bug.)
<norc> I surely won't mind.
<norc> It will just feel like any other day with Ruby.
<adaedra> :p
sgambino has joined #ruby
<norc> Thanks for the hint though. :)
<Ox0dea> norc: Have you gotten familiar any with the st_table API yet?
<norc> Ox0dea, Absolutely. It is very well written from my first looks and decently documented.
stevemackinnon has joined #ruby
<norc> Ox0dea, why do you ask?
platzhirsch has joined #ruby
newbie22 has joined #ruby
atom3 has joined #ruby
trajing has joined #ruby
bodgix has joined #ruby
<Ox0dea> norc: I'm trying to add Hash#merge's conflict resolution to #invert without copy-pasting.
<Ox0dea> The code for #update is written to expect an argument, but there won't be one for #invert. :<
<norc> ri Hash#merge
<norc> &ri Hash#invert
<norc> &ri Hash#merge
baweaver has quit [Remote host closed the connection]
<Ox0dea> >> {a:1}.merge({a:2}) { |_, old, new| old + new }
<ruby[bot]> Ox0dea: # => {:a=>3} (https://eval.in/505483)
<adaedra> protip: `derpy can do multiple searches with one command
sgambino has quit [Client Quit]
<norc> &ri Hash#invert Hash#merge
<norc> Neat. Thanks
hannelita has joined #ruby
<adaedra> There should be a limit, but I don't remember it :p
podman has joined #ruby
Sucks has quit [Read error: Connection reset by peer]
<norc> Ox0dea, I think the major reason was when I tried looking to the parser 2 days ago.
<norc> Ox0dea, *lexer
<norc> I was overwhelmed by really bizarre code then I just had enough of it.
<Ox0dea> I see. :<
ohtheirony has quit [Quit: ChatZilla 0.9.92 [Firefox 43.0.1/20151216175450]]
dcunit3d has quit [Ping timeout: 260 seconds]
kappy has quit [Quit: leaving]
kappy has joined #ruby
jbrhbr has joined #ruby
guacamol_ has joined #ruby
B1n4r10 has quit [Ping timeout: 250 seconds]
zambini has joined #ruby
skade has joined #ruby
dlitvak_ has joined #ruby
Sucks has joined #ruby
VeryBewitching has quit [Quit: Konversation terminated!]
guacamole has quit [Ping timeout: 265 seconds]
DEac-_ has quit [Quit: leaving]
dlitvak has quit [Ping timeout: 240 seconds]
momomomomo has quit [Quit: momomomomo]
dlitvak_ has quit [Remote host closed the connection]
DEac- has joined #ruby
BSaboia has joined #ruby
atom3 has quit [*.net *.split]
trajing has quit [*.net *.split]
bodgix has quit [*.net *.split]
loren has joined #ruby
atom3 has joined #ruby
trajing has joined #ruby
bodgix has joined #ruby
ramortegui has quit [Quit: Ex-Chat]
dreamlight has joined #ruby
pawnbox has joined #ruby
newbie22 has quit [Read error: Connection reset by peer]
mary5030 has quit [Remote host closed the connection]
IrishGringo has quit [Ping timeout: 250 seconds]
wildwild_west201 has joined #ruby
norc has quit [Ping timeout: 265 seconds]
sgambino has joined #ruby
pawnbox has quit [Ping timeout: 240 seconds]
zambini has quit [Quit: Leaving.]
zambini has joined #ruby
dreamlight has quit [Ping timeout: 250 seconds]
thejamespinto has joined #ruby
wildwild_west201 has quit [Ping timeout: 240 seconds]
skade has quit [Read error: Connection reset by peer]
skade has joined #ruby
skade has quit [Client Quit]
Cihan has quit []
ajf- has joined #ruby
zambini has quit [*.net *.split]
atom3 has quit [*.net *.split]
trajing has quit [*.net *.split]
bodgix has quit [*.net *.split]
newdan has quit [Remote host closed the connection]
ajf- has quit [Max SendQ exceeded]
workmad3_ is now known as workmad3
benzrf has joined #ruby
<benzrf> hey
<benzrf> why on EARTH would two strings have identical inspects but not be ==
<bnagy> try checking .bytes
<adaedra> >> "å" == "å"
<ruby[bot]> adaedra: # => false (https://eval.in/505499)
<ljarvis> is it safe here?
<lucasb> s1.inspect == s2.inspect is true? or just apparentely/visualy similar?
<adaedra> safe?
* ljarvis peers at #ruby-offtopic
<workmad3> benzrf: could have non-printable chars
<adaedra> ah, I leave'd there
DurstBurger has quit [Ping timeout: 264 seconds]
wilbert_ has joined #ruby
polishdub has quit [Quit: Leaving]
ferr has quit [Ping timeout: 240 seconds]
<benzrf> lucasb: i'll double check
krobzaur_ has quit [Ping timeout: 256 seconds]
<benzrf> lucasb: inspect is the same
Darmani has quit [Ping timeout: 252 seconds]
<adaedra> benzrf: and bytes?
* benzrf checks
lxsameer has quit [Quit: Leaving]
<benzrf> adaedra: ==
replay has joined #ruby
<mondok> how to find intersection two arrays of obects
<adaedra> &ri Array#& mondok
<benzrf> &ri Foo#sfd
<`derpy> No results
<mondok> wait
<mondok> i know about &
<adaedra> so what's your problem?
<adaedra> expected/actual?
<Ox0dea> mondok: Do you want the union?
skcin7 has joined #ruby
<bnagy> benzrf: eh? s1.bytes == s2.bytes but they're not == ?
<Radar> +1 adaedra. An expected output vs actual output comparison would be nice.
<bnagy> benzrf: check encoding then
hayden_ has joined #ruby
shadowfirebird has joined #ruby
<benzrf> aha
<benzrf> bnagy: wrong encodings :)
Darmani has joined #ruby
blandflakes has joined #ruby
<benzrf> that explains it!
skade has joined #ruby
<benzrf> is there a way to do ascii in literals?
blandflakes has quit [Client Quit]
casadei has quit [Remote host closed the connection]
<Ox0dea> >> 'foo'.b.encoding # benzrf
<ruby[bot]> Ox0dea: # => #<Encoding:ASCII-8BIT> (https://eval.in/505504)
<benzrf> cool, thanks
pdoherty has quit [Ping timeout: 250 seconds]
<Ox0dea> Sure thing.
centrx has quit [Quit: If you meet the Buddha on the road, kill him.]
skcin7_ has quit [Ping timeout: 240 seconds]
<adaedra> mondok: you can .map(&:first) before using & to just get the first element of each sub-array.
nertzy2 has joined #ruby
<benzrf> (i know that's terrible; this is for an entirely useless program that i'm only writing to get ideas through my head)
<Ox0dea> benzrf: Did you leave Ruby for a while?
<benzrf> why do you ask?
<benzrf> ah, not ruby ideas
<adaedra> Still no Hash#slice in core :<
<benzrf> i learned some new stuff about how networking works & i'm writing a mock network thingy to force myself to implement the concepts so that i can be sure i understand them
momomomomo has joined #ruby
robbyoconnor has quit [Quit: Konversation terminated!]
duckpuppy has quit [Ping timeout: 250 seconds]
<benzrf> i'm not writing an actual tcp stack
skcin7 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<benzrf> i'm modelling network devices with threads that, and layer 0 with socket pairs
mrsolo_ has quit [Quit: This computer has gone to sleep]
<benzrf> then i'm implementing something ethernet-ish and something IP-ish on top of that, to understand the mechanics rather than the implementation details
Phanes- is now known as Phanes
Phanes has quit [Changing host]
Phanes has joined #ruby
<adaedra> g'night.
momomomomo has quit [Client Quit]
preyalone has quit [Quit: Connection closed for inactivity]
Musashi007 has joined #ruby
djellemah has quit [Read error: Connection timed out]
rvchangue has joined #ruby
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
zenlot1 has joined #ruby
pawnbox has joined #ruby
loren has quit [Quit: Leaving]
zenlot has quit [Ping timeout: 240 seconds]
jud^ is now known as jud
jud has quit [Changing host]
jud has joined #ruby
TomyLobo has quit [Ping timeout: 240 seconds]
Musashi007 has quit [Client Quit]
Spami has quit [Ping timeout: 272 seconds]
skade has quit [Read error: Connection reset by peer]
sgambino has quit [Quit: Textual IRC Client: www.textualapp.com]
quazimodo has joined #ruby
pawnbox has quit [Ping timeout: 260 seconds]
nav__ has joined #ruby
atomical_ has joined #ruby
Spami has joined #ruby
ihme-TTilus is now known as TTilus
CihanKaygusuz has joined #ruby
Cihan has joined #ruby
Dimik has joined #ruby
sgambino has joined #ruby
sakix has joined #ruby
lacuna has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mfb2 has quit [Remote host closed the connection]
atomical has quit [Ping timeout: 265 seconds]
shadowfirebird has quit [Remote host closed the connection]
lacuna has joined #ruby
rubynewb has joined #ruby
<rubynewb> I need some help
baweaver has joined #ruby
<rubynewb> I am iterating through an array of strings
<rubynewb> and I need to know the best way to check the last character of each string.
<Ox0dea> >> 'rubynewb'[-1]
<ruby[bot]> Ox0dea: # => "b" (https://eval.in/505505)
<rubynewb> The .last method does not seem to work on strings and [-1] is not working either
<Ox0dea> See above.
Rickmasta has joined #ruby
<rubynewb> vowel_end_count = 0 array.each do |name| if name. == "a" || "e" || "i" || "o" || "u" vowel_end_count += 1 end end puts "There are #{vowel_end_count} names that end with a vowel"
<rubynewb> vowel_end_count = 0 array.each do |name| if name. == "a" || "e" || "i" || "o" || "u" vowel_end_count += 1 end end puts "There are #{vowel_end_count} names that end with a vowel"
<rubynewb> let me post the code line by line
ferr has joined #ruby
<aegis3121> gist
<aegis3121> please use a gist
<Ox0dea> ?gist rubynewb
<ruby[bot]> rubynewb: https://gist.github.com - Multiple files, syntax highlighting, even automatically with matching filenames, can be edited
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
mfb2 has joined #ruby
<lucasb> I don't think things like these 'if var == 1 | 2 | 3' work :)
Rickmasta has quit [Client Quit]
<Ox0dea> This isn't Perl 6.
<lucasb> They call it "junctions" :)
<Ox0dea> They do.
<Ox0dea> It's a type!
<lucasb> %w(a e i o u).any? { ... }
djellemah has joined #ruby
sdothum has joined #ruby
baweaver has quit [Ping timeout: 260 seconds]
<Ox0dea> rubynewb: I don't see you using [-1].
<lucasb> {|l| name[-1] == l }
hxegon is now known as hxegon_AFK
<lucasb> ^^ now, just join the two lines above together
<rubynewb> name[-1] catches the whole array
<Ox0dea> Are you trolling...?
benzrf has left #ruby ["WeeChat 1.3"]
Xiti` has joined #ruby
<rubynewb> every item in the array tests true when I run it as name[-1]. and name.last has a method error
<rubynewb> im not, really
<Ox0dea> name[-1] will return the last character of name, I promise.
makenoise has quit [Remote host closed the connection]
yqt has joined #ruby
kappy has quit [Quit: leaving]
<lucasb> unless it's the empty string :)
mac__ has joined #ruby
<lucasb> which I would expect to also return an empty string, but it returns nil
kappy has joined #ruby
<Ox0dea> It makes sense, though.
<Ox0dea> lucasb: You wouldn't want [][-1] to return [], surely?
<Ox0dea> rubynewb: That's closer.
Djole has quit [Ping timeout: 260 seconds]
pragmatism has quit [Ping timeout: 260 seconds]
<Ox0dea> Now see above about Ruby not having junctions.
<lucasb> Ox0dea: yes, makes sense like you said
Dreamer3 has quit [Excess Flood]
mclee has joined #ruby
solocshaw has joined #ruby
mclee has quit [Ping timeout: 260 seconds]
saltsa_ has quit [Ping timeout: 260 seconds]
nlsun has quit [Ping timeout: 260 seconds]
Nilium has quit [Ping timeout: 260 seconds]
makenoise has joined #ruby
scripore has quit [Ping timeout: 260 seconds]
abyss has quit [Ping timeout: 260 seconds]
Xiti has quit [Ping timeout: 260 seconds]
Dreamer3 has joined #ruby
Mon_Ouie has quit [Ping timeout: 240 seconds]
nlsun has joined #ruby
pragmatism has joined #ruby
Djole has joined #ruby
B1n4r10 has joined #ruby
saltsa has joined #ruby
Nilium has joined #ruby
akitada has quit [Ping timeout: 240 seconds]
abyss has joined #ruby
ixti has joined #ruby
choke has joined #ruby
symm- has joined #ruby
<rubynewb> it works if i break if name[-1] == "a" || "e" || "i" || "o" || "u" into 5 seperate if statements. Is there a cleaner way?
<Ox0dea> rubynewb: Yes! :)
<rubynewb> how?
<rubynewb> :)
<Ox0dea> &ri Array#include?
dhollinger has quit [Quit: WeeChat 1.3]
diego3 has joined #ruby
ajf- has joined #ruby
<lucasb> vowels.include?(last_letter)
akitada has joined #ruby
<Ox0dea> >> %w[a e i o u].include? 'y'
diego3 has quit [Changing host]
diego3 has joined #ruby
<ruby[bot]> Ox0dea: # => false (https://eval.in/505509)
<lucasb> Ox0dea: cool, cleaner than using 'any?'
victortyau has joined #ruby
<aegis3121> >> %w(apple egg harold smile tina).reduce(0) { |memo, x| %w(a e i o u).include?(x[-1]) ? memo + 1 : memo }
<ruby[bot]> aegis3121: # => 3 (https://eval.in/505510)
diegoviola is now known as Guest4443
diego3 is now known as diegoviola
Coldblackice has joined #ruby
<Ox0dea> aegis3121: Ew.
<Ox0dea> rubynewb: vowel_end_count = array.count { |name| name[/[aeiou]$/] }
baweaver has joined #ruby
robh71 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<rubynewb> oi 0x0dea that is more advanced than I am, but I will keep that in my notes.
<Ox0dea> rubynewb: You really should add #count to your bag of tricks ASAP.
Guest4443 has quit [Ping timeout: 250 seconds]
tomchapin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Ox0dea> If you ever write `+= 1` in Ruby, something has almost certainly gone awry.
hahuang65 has joined #ruby
<ruby[bot]> Ox0dea: # => Errno::NOERROR (https://eval.in/505511)
pawnbox has joined #ruby
<Ox0dea> >> Errno::EDOOFUS
<Radar> Ox0dea: += 1
<Ox0dea> Oh. Carry on, then.
sakix has quit [Ping timeout: 272 seconds]
hahuang65 has quit [Read error: Connection reset by peer]
nertzy2 has quit [Quit: This computer has gone to sleep]
BackEndCoder has quit [Ping timeout: 240 seconds]
<rubynewb> I will keep that in mind
guacamol_ has quit [Ping timeout: 256 seconds]
floatingpoint has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
lacuna has quit [Ping timeout: 256 seconds]
rubynewb has quit [Quit: Page closed]
northfurr has joined #ruby
mchu has quit [Quit: mchu]
scottschecter has quit [Quit: Leaving]
guacamole has joined #ruby
pawnbox has quit [Ping timeout: 264 seconds]
BackEndCoder has joined #ruby
Mon_Ouie has joined #ruby
mchu has joined #ruby
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jhn has joined #ruby
skade has joined #ruby
mchu has quit [Client Quit]
skcin7 has joined #ruby
jhn has quit [Client Quit]
freerobby has quit [Quit: Leaving.]
krainboltgreene has joined #ruby
krainboltgreene has left #ruby [#ruby]
IrishGringo has joined #ruby
malconis has joined #ruby
northfurr has quit [Quit: northfurr]
diego2 has joined #ruby
lucasb has quit [Quit: leaving]
nav__ has quit [Quit: Page closed]
blackmes1 has quit [Ping timeout: 250 seconds]
diegoviola has quit [Ping timeout: 272 seconds]
hxegon_AFK has quit [Quit: BRB]
choke has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
r4do has joined #ruby
guardian has joined #ruby
atomical has joined #ruby
Liam` has quit [Ping timeout: 240 seconds]
r4do has quit [Client Quit]
djellemah has quit [Read error: Connection timed out]
atomical_ has quit [Ping timeout: 272 seconds]
diego2 is now known as diegoviola
Liam` has joined #ruby
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<aegis3121> Ox0dea: hah, I knew about #count. My brain derped when it saw the docs and forgot I was reading String's >.>
makenoise has quit [Remote host closed the connection]
bronson has joined #ruby
makenoise has joined #ruby
ledestin has joined #ruby
skade has quit [Read error: Connection reset by peer]
skade has joined #ruby
<Ox0dea> aegis3121: Can't really fault ya for reaching for #reduce; it's a great method.
blur3d has joined #ruby
sakix has joined #ruby
choke has joined #ruby
bronson has quit [Ping timeout: 265 seconds]
makenoise has quit [Ping timeout: 276 seconds]
sandstrom has quit [Quit: My computer has gone to sleep.]
atomical has quit [Ping timeout: 250 seconds]
gbgdev has joined #ruby
skade has quit [Read error: Connection reset by peer]
gbgdev has quit [Remote host closed the connection]
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
gbgdev has joined #ruby
gbgdev has quit [Remote host closed the connection]
gbgdev has joined #ruby
gbgdev has quit [Remote host closed the connection]
gbgdev has joined #ruby
lipoqil has quit [Quit: Connection closed for inactivity]
SCHAAP137 has quit [Remote host closed the connection]
CloCkWeRX has joined #ruby
mostlybadfly has joined #ruby
CloCkWeRX has left #ruby [#ruby]
northfurr has joined #ruby
sakix has quit [Ping timeout: 260 seconds]
B1n4r10 has quit [Ping timeout: 240 seconds]
zambini has joined #ruby
mistym has joined #ruby
mistym has joined #ruby
asccigcc has joined #ruby
makenoise has joined #ruby
lkba has joined #ruby
wilbert_ has quit [Ping timeout: 265 seconds]
aegis3121 has quit [Ping timeout: 265 seconds]
blur3d has quit [Read error: Connection reset by peer]
djellemah has joined #ruby
northfurr has quit [Quit: northfurr]
fartface has joined #ruby
<fartface> Does anyone know of any interactive Ruby tutorials in a similar vain to LearnYouNode?
<fartface> Basically where I could download a gem, run a tutorial in a terminal which will spit out some instructions, I write some code, and then the tutorial runs my code against some tests and determines a pass/fail
<Ox0dea> fartface: http://rubykoans.com/
<fartface> This looks pretty much exactly what I was looking for--thank you so much!
FernandoBasso has quit [Read error: Connection reset by peer]
<fartface> I'm currently going through some Ruby Monk stuff, but having it offline is a big bonus
atomical has joined #ruby
bb010g has quit [Quit: Connection closed for inactivity]
mchu has joined #ruby
atomical_ has joined #ruby
hnagamin has joined #ruby
pawnbox has joined #ruby
<Ox0dea> fartface: Glad you think so! The Koans are great for exposing you to both Ruby and the benefits of red-green-refactor development.
<harly> yeah the koans are a great start.
rkazak has joined #ruby
last_staff has quit [Quit: last_staff]
<fartface> Everything in ruby is very zen-focused
<fartface> Cracks me up
<fartface> I like it though!
jgpawletko has joined #ruby
mchu has quit [Client Quit]
atomical has quit [Ping timeout: 240 seconds]
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
makenoise has quit [Ping timeout: 256 seconds]
jgpawletko has quit [Client Quit]
mac__ has quit [Quit: This computer has gone to sleep]
atomical_ has quit [Ping timeout: 256 seconds]
thejamespinto has quit [Remote host closed the connection]
IrishGringo has quit [Ping timeout: 240 seconds]
ympeg has quit [Ping timeout: 265 seconds]
pawnbox has quit [Ping timeout: 265 seconds]
ropeney has joined #ruby
scripore has joined #ruby