havenwood changed the topic of #ruby to: Rules & more: http://ruby-community.com || Ruby 2.2.3; 2.1.7; 2.0.0-p647: https://ruby-lang.org || Paste >3 lines of text on https://gist.github.com || log @ http://irclog.whitequark.org/ruby/
Musashi007 has quit [Read error: No route to host]
Musashi007 has joined #ruby
umgrosscol has joined #ruby
Nahra has joined #ruby
weemsledeux has joined #ruby
glenny has quit [Ping timeout: 265 seconds]
mghaig has joined #ruby
karapetyan has quit [Ping timeout: 264 seconds]
freerobby has quit [Quit: Leaving.]
mistermocha has joined #ruby
<Ox0dea> shevy: File.write invokes #to_s implicitly.
<Ox0dea> IO.write, even.
ta has joined #ruby
atomical has joined #ruby
<Ox0dea> >> class Foo; def to_s; 'ohai' end end; StringIO.new.tap { |s| s.write(Foo.new) }.string
<ruboto> Ox0dea # => uninitialized constant StringIO (NameError) ...check link for more (https://eval.in/468573)
<Ox0dea> Grr.
<adaedra> heh
<Ox0dea> 2.3 has StringIO available by default.
<shevy> curious
pusewicz has quit [Ping timeout: 240 seconds]
rgrmatt has quit [Remote host closed the connection]
<Ox0dea> adaedra: Y'doin' a'ight?
karapetyan has joined #ruby
centrx has joined #ruby
<adaedra> Meh
grill has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ta has quit [Ping timeout: 265 seconds]
<Ox0dea> adaedra: What's the next step down from sxiv?
<adaedra> from what?
<shevy> fvie!
<dn5> Ox0dea: You were right. The JSON library is much easier. But I've done both just for testing purpose.
diegoaguilar has quit [Read error: Connection reset by peer]
<dn5> Ox0dea: I also think you can't be explicit to set new hash to be first using json
blackmes1 has quit [Quit: WeeChat 1.3]
<adaedra> Wut
diegoaguilar has joined #ruby
<adaedra> I don't get the extra 'v' in sxiv
segfalt__ is now known as segfalt
rdavila has joined #ruby
rgrmatt has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Puffball has quit [Read error: Connection reset by peer]
Puffball_ has joined #ruby
n_blownapart has quit [Remote host closed the connection]
eminencehc has quit [Remote host closed the connection]
OrbitalKitten has joined #ruby
jdawgaz has joined #ruby
framling has quit [Remote host closed the connection]
rgrmatt has quit [Remote host closed the connection]
DEA7TH has joined #ruby
gusrub has quit [Remote host closed the connection]
<Ox0dea> adaedra: sxiv is an image viewer for Unix-likes; it's better than feh.
<adaedra> ah ok
<Ox0dea> I was trying to assist you in continuing to say things ending in "-eh".
awd123 has joined #ruby
quazimodo has quit [Ping timeout: 260 seconds]
<adaedra> It made me chuckle.
<Ox0dea> Yay. <3
gusrub has joined #ruby
<adaedra> It's very appreciated.
rcvalle has quit [Quit: rcvalle]
<Ox0dea> dn5: I'm glad you came to your senses. :)
<awd123> first time
<Ox0dea> awd123: We'll be gentle.
<awd123> Good :)
h99h9h88 has joined #ruby
awd123 has left #ruby [#ruby]
babblebre has joined #ruby
<Ox0dea> dn5: I'm not sure what you mean in your second message.
<dn5> Ox0dea: Thanks once again. But as I said, I'm not sure it could help me out. While using Json to append, it appends bellow the key I wanted.
yoongkang has quit [Remote host closed the connection]
<Ox0dea> dn5: You want an array of hashes, right?
kirun has quit [Quit: Client exiting]
leafybas_ has quit [Ping timeout: 260 seconds]
akkad has quit [Ping timeout: 260 seconds]
sankaber has joined #ruby
<dn5> Ox0dea: I'm not getting you. The new hash I inserted is located bellow the hash that was already in JSON document. Using my dirty-way it explicitly append the new hash to the top.
<Ox0dea> dn5: Which method did you use to insert the new Hash?
karapetyan has quit [Remote host closed the connection]
<dn5> File.write
dviola has joined #ruby
karapetyan has joined #ruby
eminencehc has joined #ruby
<Ox0dea> No, to add the new Hash to your Array.
kies has joined #ruby
sankaber has quit [Remote host closed the connection]
rehat_ has quit [Ping timeout: 250 seconds]
sankaber has joined #ruby
tubuliferous_ has quit [Ping timeout: 265 seconds]
leafybas_ has joined #ruby
goodcodeguy has joined #ruby
<Ox0dea> dn5: Right, you're using #<<, which is an alias for #push, which appends to the end; you want #unshift to prepend to the beginning.
predator117 has joined #ruby
mattwildig has quit [Remote host closed the connection]
<dn5> Ox0dea: Thanks! Is there a bot here on this channel for documentation?
mghaig has quit [Ping timeout: 244 seconds]
<Ox0dea> &ri Array#unshift @dn5
<Ox0dea> There sure is.
<adaedra> too slow
<Ox0dea> Was that not me, then?
sdwrage has quit [Quit: This computer has gone to sleep]
<adaedra> mmh?
<Ox0dea> What was "too slow"?
<dn5> Ox0dea: Great, let me read it.
<adaedra> me
<adaedra> I was in the middle of my &ri
<Ox0dea> Oh.
<Ox0dea> In any case, I'd like to take a moment to thank you for `derpy.
akkad has joined #ruby
<adaedra> You're welcome.
<Ox0dea> <3
<dn5> Ox0dea: Also, what is the alias to unshift? If there is one.
<Ox0dea> dn5: There isn't one.
<dn5> Ox0dea: Oh, okay :-)
<adaedra> dn5: in documentation, aliases are often grouped in the same paragraph, so you see them all in the title of the section.
<Ox0dea> I did a silly thing where I defined Object#>> as "reverse shovel", but it's a terrible idea.
jobewan has quit [Quit: Leaving]
predator217 has quit [Ping timeout: 255 seconds]
jpfuentes2 has joined #ruby
<dn5> adaedra: Ah, good to know. I though they are easer eggs :-p
diegoaguilar has quit [Remote host closed the connection]
<dn5> Ox0dea: Thanks man. It works great!
<Ox0dea> >> class Object; def >> a; a << self end end; ary = []; 'foo' >> ary; :bar >> ary; ary # dn5
<ruboto> Ox0dea # => ["foo", :bar] (https://eval.in/468574)
pietr0 has quit [Quit: pietr0]
<Ox0dea> dn5: Excellent! Happy I could be of some help.
based_pdev_ has joined #ruby
lukaszes has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Gi0 has quit [Quit: None]
solocshaw has joined #ruby
h99h9h88 has quit [Remote host closed the connection]
h99h9h88 has joined #ruby
`based_pdev` has quit [Ping timeout: 260 seconds]
<FailBit> >> @_=?:+?:*6
<ruboto> FailBit # => ":::::::" (https://eval.in/468579)
bruno- has joined #ruby
bruno- is now known as Guest21037
simplyianm has quit [Remote host closed the connection]
eminencehc has quit [Remote host closed the connection]
simplyianm has joined #ruby
sanjayu has quit [Ping timeout: 260 seconds]
gambl0re has joined #ruby
eminencehc has joined #ruby
based_pdev_ has quit [Ping timeout: 246 seconds]
northfurr has quit [Quit: northfurr]
DLSteve has joined #ruby
tkuchiki has joined #ruby
h99h9h88 has quit [Ping timeout: 240 seconds]
mloy has joined #ruby
shredding has quit [Ping timeout: 260 seconds]
tkuchiki has quit [Ping timeout: 246 seconds]
DEA7TH has quit [Quit: DEA7TH]
marr has quit [Ping timeout: 255 seconds]
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mistermocha has quit [Read error: Connection reset by peer]
mistermocha has joined #ruby
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Ox0dea> >> (___=->_,__=''{__=_[$.]+__; _[$.+=$$/$$]?___[_,__]:__})['tiBliaF']
<ruboto> Ox0dea # => "FailBit" (https://eval.in/468583)
<Ox0dea> And there's plenty more where that came from. ^_^
Guest21037 has quit [Ping timeout: 260 seconds]
baweaver has quit [Remote host closed the connection]
dlitvak has joined #ruby
brushbox has joined #ruby
dikaio has quit [Ping timeout: 276 seconds]
rgrmatt has joined #ruby
poguez_ has quit [Quit: Connection closed for inactivity]
rgrmatt has quit [Remote host closed the connection]
TheHodge has joined #ruby
devoldmx has joined #ruby
eminencehc has quit [Remote host closed the connection]
<shevy> please no
<Ox0dea> It's happening.
ebbflowgo has quit [Quit: ebbflowgo]
<Ox0dea> But no, I'll leave it at that.
<Ox0dea> shevy: I get highlighted when people write non-alphanumeric Ruby.
hahuang65 has quit [Ping timeout: 250 seconds]
<Ox0dea> Don't ask for the regular expression.
sdwrage has joined #ruby
SteveC has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<_blizzy_> time to create a self learning bot in Ruby.
<_blizzy_> this will either work great or backfire horribly.
goodcodeguy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<shevy> or end in failure without any working code whatsoever
<_blizzy_> yep.
jdawgaz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
devoldmx has quit [Ping timeout: 246 seconds]
h99h9h88 has joined #ruby
<xybre> >> tap{|b|break [!b,!!b].shuffle.tap{|c|c+c.shuffle}.each_slice(3).to_a.tap{|x|break x.last.first == x.first.inject{|m,o| m.nil? ? o : m ^ o}}}
<ruboto> xybre # => false (https://eval.in/468584)
tulak has joined #ruby
cluda01 has joined #ruby
<shevy> first Ox0dea, now xybre
<shevy> :(
<Ox0dea> xybre: Who are you?
apofis has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<shevy> lol
x-light has joined #ruby
<xybre> Ox0dea: I could ask you the same question.
<Ox0dea> xybre: I've never seen somebody #tap `main`.
<Ox0dea> I'm not sure it ever makes sense to do so.
<xybre> Ox0dea: I know, it's great, isn't it.
<adaedra> wowowowo
<adaedra> we've got a Ox0dea-bis?
<xybre> The only variables are declared in block headers, it was an idea I was playing with.
ta has joined #ruby
<Ox0dea> xybre: But why not just declare some Procs and then call 'em?
<shevy> oh god
dzejrou has quit [Ping timeout: 260 seconds]
<shevy> (___=->_,__=''{__=_[$.]+__; _[$.+=$$/$$]?___[_,__]:__})['tiBliaF']
<shevy> tap{|b|break [!b,!!b].shuffle.tap{|c|c+c.shuffle}.each_slice(3).to_a.tap{|x|break x.last.first == x.first.inject{|m,o| m.nil? ? o : m ^ o}}}
<shevy> what is becoming of ruby
<shevy> and then frozen strings!
<shevy> the world will come to an end before 2016
h99h9h88 has quit [Remote host closed the connection]
tulak has quit [Ping timeout: 264 seconds]
h99h9h88 has joined #ruby
rgrmatt has joined #ruby
<xybre> Ox0dea: because tap is a horrible awesome thing and I wanted to abuse it.
<shevy> no worries, Ox0dea likes your code
ss_much has joined #ruby
<xybre> shevy: You think that's bad you should see some of the old stdlib code from the 90s.
dviola has quit [Quit: WeeChat 1.3]
jorb has quit [Ping timeout: 265 seconds]
jorb has joined #ruby
h99h9h88 has quit [Ping timeout: 240 seconds]
ekinmur has joined #ruby
minimalism has joined #ruby
karapetyan has quit [Remote host closed the connection]
x-light has quit [Ping timeout: 260 seconds]
karapetyan has joined #ruby
hxegon_ has quit [Ping timeout: 246 seconds]
Azulinho has joined #ruby
northfurr has joined #ruby
Trynemjoel has quit [Ping timeout: 250 seconds]
cirenyc has joined #ruby
millerti has joined #ruby
pusewicz has joined #ruby
yxhuvud has joined #ruby
DLSteve has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
karapetyan has quit [Ping timeout: 240 seconds]
bruce_lee2 has joined #ruby
swgillespie has quit [Ping timeout: 240 seconds]
iateadonut has joined #ruby
htmldrum has quit [Ping timeout: 255 seconds]
ta has quit [Ping timeout: 250 seconds]
swgillespie has joined #ruby
Nahra has quit [Read error: Connection reset by peer]
bruce_lee has quit [Ping timeout: 265 seconds]
stannard has quit [Remote host closed the connection]
Trynemjoel has joined #ruby
cdg has quit [Remote host closed the connection]
tvw has quit [Remote host closed the connection]
whippythellama has quit [Quit: WeeChat 1.3]
swgillespie has quit [Client Quit]
Yzguy has quit [Quit: Zzz...]
<Ox0dea> xybre: Wait, #tap is horrible? I'm of the opinion it's one of Ruby's most elegant weapons.
chouhoul_ has joined #ruby
<xybre> Ruby gives you many sharp knives, and tap is one of the sharpest.
<Ox0dea> It's two lines of C.
<adaedra> tap is nice
<Ox0dea> #tap is love.
umgrosscol has quit [Quit: End of Line]
roxtrongo has joined #ruby
<adaedra> How many times did I read on the internet “I'd tap that”
<xybre> There is pretty much never a good situation where you should use tap. It's very useful in all sorts of bad situations though.
<adaedra> (sorry, that was bad)
Yzguy has joined #ruby
<Ox0dea> xybre: I'm not sure I agree.
<Ox0dea> >> require 'stringio'; class Foo; def to_s; 'ohai' end end; StringIO.new.tap { |s| s.write(Foo.new) }.string
<ruboto> Ox0dea # => "ohai" (https://eval.in/468586)
<Ox0dea> xybre: What's wrong with it in that instance?
wprice has quit [Quit: wprice]
chouhoulis has quit [Ping timeout: 272 seconds]
<xybre> Ox0dea: Why would you want to do that in the first place?
<Ox0dea> xybre: It was for demonstration purposes, granted, but #tap was objectively the better choice, in my opinion.
atomical has quit [Ping timeout: 255 seconds]
<Ox0dea> `s = this; s.that` is noisy.
SteveC has joined #ruby
<Ox0dea> It was the best way I could think to demonstrate that IO.write invokes #to_s implicitly.
neanderslob has quit [Quit: No Ping reply in 180 seconds.]
Rickmasta has joined #ruby
neanderslob has joined #ruby
gusrub has quit []
<xybre> It's handy, especially in bad situations. I use it all the time for debugging, and maybe once or twice in my gems. But 99% of the time, I'll use a different technique.
paradisaeidae has joined #ruby
<xybre> While setting intermediary variables might be cumbersome, their names can give semantic meaning to the code, this narrative helps other people understand it.
cirenyc has quit [Quit: Linkinus - http://linkinus.com]
chouhoul_ has quit [Remote host closed the connection]
<dorei> +1 xybre
northfurr has quit [Quit: northfurr]
<Ox0dea> I guess I'm in the minority that feels names can be distracting.
chouhoulis has joined #ruby
<Ox0dea> Look at what it's doing, not what it says it does.
<xybre> Ox0dea: You'd probably really dig functional languages if you don't already :)
<adaedra> you give it a name through #tap, no? The block argument?
<jhass> I prefer tap over introducing a local too
<Ox0dea> xybre: Clojure is my second-favorite mainstream language, yes.
<Ox0dea> adaedra: Well, yeah, but it can be a "throwaway" name, so to speak.
Musashi007 has quit [Quit: Musashi007]
<xybre> Technically speaking, tap is also an extremely inefficient way of setting a variable, just to use some method chaining sugar.
dn5 has quit [Quit: Lost terminal]
<Ox0dea> xybre: I also contest your implicit assertion that Ruby isn't functional. :P
<Ox0dea> xybre: #tap isn't "extremely inefficient"; `yield` doesn't create a block.
<Ox0dea> Also, I can't think of a better way to trick a Hash into containing "duplicate" keys.
<Ox0dea> >> h = {}; h[a = [1]] = 1; h[a.tap(&:pop)] = 2; h
<ruboto> Ox0dea # => {[]=>1, []=>2} (https://eval.in/468589)
<xybre> Ruby is not functional. It has functional features that make it possible to perform basic functional-style programming.
Yzguy has quit [Quit: Zzz...]
<Ox0dea> xybre: What's after "basic" functional programming?
rgtk has joined #ruby
stannard has joined #ruby
Gi0 has joined #ruby
<xybre> Ox0dea: You might like this language I was reading about today called Wake: http://wakelang.com/#variables
rgrmatt has quit [Remote host closed the connection]
bruno- has joined #ruby
<Ox0dea> xybre: Ruby has lambdae, the essence of functional programming, and the lambda calculus is Turing-complete; I don't see how a subset of the language could be considered functional but not the whole.
bruno- is now known as Guest28170
Yzguy has joined #ruby
<xybre> "A meaningful question is, 'How amenable is Ruby to achieving the thesis of functional programming?' The answer is 'very poorly'."
grilled-cheese has quit [Quit: grilled-cheese]
<xybre> "Ruby enforces an evaluation model (call-by-value) that ensures non-compositionality of programs. The implications of this can easily be under-estimated. Ruby is also married to the idea that a program is a sequence of effects. That is to say, Ruby goes out of its way to make it difficult/intractible to use any other computational model."
<xybre> etc etc
rgtk has quit [Ping timeout: 260 seconds]
<Ox0dea> Oh, so "functional" in the "we can't actually run this on hardware" sense?
stannard has quit [Ping timeout: 264 seconds]
rgrmatt has joined #ruby
<Ox0dea> Sure it works in practice, but does it work in theory?
<Ox0dea> xybre: ^ You.
* Ox0dea goes to find his missing quotation chevron.
Guest28170 has quit [Ping timeout: 250 seconds]
baweaver has joined #ruby
Gi0_ has joined #ruby
Gi0 has quit [Ping timeout: 264 seconds]
Gi0_ is now known as Gi0
ebbflowgo has joined #ruby
d5sx43 has joined #ruby
weemsledeux has joined #ruby
vigintas has quit [Ping timeout: 240 seconds]
paradisaeidae has quit [Read error: Connection reset by peer]
<xybre> I suppose you'll have to define "functional programming" then, since we're working off your criteria.
jpfuentes2 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mattwildig has joined #ruby
roxtrongo has quit [Remote host closed the connection]
d5sx43 has quit [Client Quit]
baweaver has quit [Ping timeout: 244 seconds]
<Ox0dea> We can write our programs using nothing but Procs and frozen objects, and the line between functional and not, for every intent and purpose we ought care about, vanishes entirely.
rgrmatt has quit [Remote host closed the connection]
Yzguy has quit [Quit: Zzz...]
<Ox0dea> Should we? Of course not. But see above regarding a subset and the whole.
Yzguy has joined #ruby
<xybre> It is so vanishingly simple to implement lambdas in almost every language, and most have immutable datatypes to build off of, so by that criteria something like 80% of all languages are functional?
<Ox0dea> 80% is quite a stretch, but yes, it's fair to say that there is a functional language hiding inside/fighting to break free of most mainstream languages.
<Ox0dea> The only difference between "functional" and "functional-style" is discipline.
mary5030 has joined #ruby
<Ox0dea> Languages like Haskell force you to do it, Ruby merely gives you the opportunity.
<xybre> Using that criteria, then Ruby is "functional". As is Bash, Perl, Vimscript, REXX, and others.
<xybre> Check it out: http://rosettacode.org/wiki/Y_combinator Kinda cool.
helpa-bot has joined #ruby
helpa has quit [Read error: Connection reset by peer]
<Ox0dea> As I've said, I don't reject that conclusion, but I do think Ruby deserves the quotes removed.
moeabdol has quit [Ping timeout: 240 seconds]
<Ox0dea> Blocks are idiomatic Ruby, and they're bona fide closures.
DLSteve has joined #ruby
SteveC has quit [Read error: Connection reset by peer]
<xybre> Ruby uses functional-style constructs, as did SmallTalk. These features greatly enhance the expressive power of the language imho.
helpa-bot has quit [Remote host closed the connection]
helpa has joined #ruby
DLSteve has quit [Max SendQ exceeded]
claw has quit [Ping timeout: 244 seconds]
<Ox0dea> >> make_adder = -> n { -> x { n + x } }; n = 3; add3 = make_adder[n]; n = 42; add3[14]
<ruboto> Ox0dea # => 17 (https://eval.in/468597)
Sam0163141155 has quit [Ping timeout: 255 seconds]
<Ox0dea> That right there is a stateless function by any definition you might provide.
<Ox0dea> `add3` closes over its argument just as would be done in any "really functional" language.
<Ox0dea> To call it "functional-style" is taking the piss, in my estimation.
erichmenge has quit [Ping timeout: 252 seconds]
shinnya has joined #ruby
claw has joined #ruby
DLSteve has joined #ruby
nlsun has quit [Ping timeout: 255 seconds]
justinmcp_ has joined #ruby
ruisantos has quit [Ping timeout: 246 seconds]
FifthWall has quit [Ping timeout: 246 seconds]
solocshaw has quit [Ping timeout: 240 seconds]
justinmcp has quit [Ping timeout: 255 seconds]
pragmatism has quit [Ping timeout: 255 seconds]
skweek has joined #ruby
knight- has quit [Ping timeout: 252 seconds]
ruisantos has joined #ruby
FifthWall has joined #ruby
lavros has joined #ruby
knight_ has joined #ruby
erichmenge has joined #ruby
jackjackdripper has quit [Ping timeout: 265 seconds]
amoeba has quit [Ping timeout: 265 seconds]
Evan_ has quit [Ping timeout: 255 seconds]
pragmatism has joined #ruby
vigintas has joined #ruby
nlsun has joined #ruby
<xybre> It really just doesn't compare to any language that is designed to be functional from the core out. Much in the same way that most languages that claim "object-oriented" pale in comparison to Ruby.
Radar has quit [Ping timeout: 255 seconds]
<FailBit> >inb4 c++
jokester has quit [Ping timeout: 240 seconds]
amoeba has joined #ruby
<xybre> I was gonna say Java, but C++ too :D
<FailBit> c++ < java
<FailBit> both are horrifying
Evan_ has joined #ruby
Radar has joined #ruby
Radar is now known as Guest49895
jdawgaz has joined #ruby
Azulinho has quit [Ping timeout: 240 seconds]
rdavila has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
leifg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
FooMunki has joined #ruby
<Ox0dea> xybre: What is it, then, that makes something like, say, CLOS not constitute "real" object-orientation?
<xybre> Ox0dea: all languages are roughly equivilent, so it doesn't really matter.
<xybre> FailBit: I might try D out, I've heard a lot of good things about it. I don't really care about a stdlib that much, but it seems to cover all the bases with that too.
<Ox0dea> It's something of an anomaly that D didn't catch on.
<FailBit> D has a nice stdlib
<FailBit> not as great as ruby, but still quite the improvement over c++
<FailBit> plus, D compiles really friggin' fast
OrbitalKitten has quit [Quit: Textual IRC Client: www.textualapp.com]
<FailBit> my main gripe with C/C++ is that they compile forever, and dmd is just sucking in hundreds of thousands of lines of code in seconds
paradisaeidae has joined #ruby
FooMunki has quit [Client Quit]
Trynemjoel has quit [Ping timeout: 264 seconds]
dlitvak has quit [Remote host closed the connection]
claw has quit [Ping timeout: 252 seconds]
<xybre> I've spent the past 30-ish days writing Go every day. It compiles fast enough that it could be used as a scripting language.
<FailBit> ldmd
araujo has quit [Read error: Connection timed out]
rgrmatt has joined #ruby
rgrmatt has quit [Remote host closed the connection]
<FailBit> er
<FailBit> rdmd
<FailBit> pff
sepp2k1 has quit [Read error: Connection reset by peer]
jdawgaz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
araujo has joined #ruby
<Ox0dea> > Most (if not all) compiler packages, contain a tool named rdmd/gdmd/ldmd or similar.
<Ox0dea> What's that about?
cluda01 has quit [Quit: Leaving.]
duncannz has joined #ruby
rgrmatt has joined #ruby
claw has joined #ruby
skcin7 has joined #ruby
IrishGringo has quit [Ping timeout: 240 seconds]
<xybre> FailBit: ha, nice. go has `go run` built in.
rgrmatt has quit [Remote host closed the connection]
swgillespie has joined #ruby
rbowlby has quit []
yoongkang has joined #ruby
northfurr has joined #ruby
IrishGringo has joined #ruby
dikaio has joined #ruby
rgrmatt has joined #ruby
daivyk has quit [Quit: ZZZzzz…]
TomPeed has joined #ruby
yoongkang has quit [Ping timeout: 240 seconds]
jdawgaz has joined #ruby
dfockler has quit [Ping timeout: 240 seconds]
Trynemjoel has joined #ruby
banister has joined #ruby
rgrmatt has quit [Remote host closed the connection]
northfurr has quit [Read error: No route to host]
northfurr has joined #ruby
x-light has joined #ruby
wildlander has quit [Quit: Saliendo]
quazimodo has joined #ruby
jokester has joined #ruby
rgrmatt has joined #ruby
mary5030 has quit [Remote host closed the connection]
charliesome has quit [Ping timeout: 264 seconds]
scripore has quit [Quit: This computer has gone to sleep]
mistermocha has quit [Remote host closed the connection]
swgillespie has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
simplyianm has quit [Remote host closed the connection]
quazimodo has quit [Ping timeout: 260 seconds]
simplyianm has joined #ruby
ebbflowgo has quit [Quit: ebbflowgo]
swgillespie has joined #ruby
quazimodo has joined #ruby
northfurr has quit [Quit: northfurr]
bruno- has joined #ruby
bruno- is now known as Guest98995
astrobunny has joined #ruby
rgrmatt has quit [Remote host closed the connection]
beast has joined #ruby
astrobunny has quit [Remote host closed the connection]
astrobunny has joined #ruby
vigintas has quit [Ping timeout: 260 seconds]
fantazo has quit [Ping timeout: 246 seconds]
davedev2_ has joined #ruby
swgillespie has quit [Client Quit]
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yqt has quit [Read error: Connection reset by peer]
TomPeed has quit [Read error: Connection reset by peer]
dkam has joined #ruby
Guest98995 has quit [Ping timeout: 244 seconds]
xcesariox has joined #ruby
davedev24 has quit [Ping timeout: 240 seconds]
astrobunny has quit []
mistermocha has joined #ruby
mary5030 has joined #ruby
rgrmatt has joined #ruby
apeiros has quit [Ping timeout: 246 seconds]
csmb has quit [Ping timeout: 255 seconds]
apeiros has joined #ruby
Davey has quit [Excess Flood]
Davey has joined #ruby
Davey has quit [Changing host]
Davey has joined #ruby
csmb has joined #ruby
FifthWall has quit [Ping timeout: 276 seconds]
FifthWall has joined #ruby
devoldmx has joined #ruby
jokester has quit [Ping timeout: 240 seconds]
ebertx_ has quit [Ping timeout: 255 seconds]
doddok has quit [Ping timeout: 240 seconds]
mistermocha has quit [Ping timeout: 240 seconds]
mh_laakso has quit [Ping timeout: 265 seconds]
jericon has quit [Ping timeout: 255 seconds]
NET||abu- has quit [Ping timeout: 255 seconds]
Guest42003 has quit [Ping timeout: 255 seconds]
doddok has joined #ruby
mh_laakso has joined #ruby
jericon has joined #ruby
Guest49895 has quit [Ping timeout: 240 seconds]
NET||abuse has joined #ruby
rgrmatt has quit [Remote host closed the connection]
htmldrum has joined #ruby
gmci has joined #ruby
jokester has joined #ruby
gmci is now known as Guest34575
mattwildig has quit [Remote host closed the connection]
chouhoulis has quit []
Yzguy has quit [Quit: Zzz...]
leafybas_ has quit [Remote host closed the connection]
devoldmx has quit [Ping timeout: 276 seconds]
Radar_ has joined #ruby
Yzguy has joined #ruby
tulak has joined #ruby
gbailey has joined #ruby
Gi0 has quit [Ping timeout: 240 seconds]
sdwrage has quit [Quit: This computer has gone to sleep]
atomical has joined #ruby
tulak has quit [Ping timeout: 240 seconds]
hxegon has joined #ruby
<ilhami_> hey ruby
atomical_ has joined #ruby
sdwrage has joined #ruby
atomical has quit [Ping timeout: 255 seconds]
arescorpio has joined #ruby
hxegon has quit [Quit: Lost terminal]
Sam0163141155 has joined #ruby
yoongkang has joined #ruby
ta has joined #ruby
maletor has joined #ruby
rdavila has joined #ruby
jdawgaz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
_lazarevsky has quit [Ping timeout: 246 seconds]
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
h99h9h88 has joined #ruby
ta has quit [Ping timeout: 252 seconds]
charliesome has joined #ruby
dorei has quit []
beast_ has joined #ruby
beast has quit [Ping timeout: 276 seconds]
swgillespie has joined #ruby
davedev24 has joined #ruby
h99h9h88 has quit [Quit: Leaving...]
swgillespie has quit [Client Quit]
ilhami_ has quit [Quit: Konversation terminated!]
maletor has quit [Ping timeout: 240 seconds]
djbkd has quit [Ping timeout: 244 seconds]
quazimodo has quit [Ping timeout: 240 seconds]
davedev2_ has quit [Ping timeout: 240 seconds]
<shevy> got a question... I have an array such as this: array = ['--help','abc','def']
crystalmaiden has quit [Ping timeout: 240 seconds]
<shevy> via .shift I can return (and remove) the first entry; however had, the array may also have its arguments set differently, such as: array = ['abc','--help','def']
<shevy> is there something similar to .shift but that works on a conditional check? e. g. in the case above, it will return array[1] and then remove it from the array as well?
<Ox0dea> shevy: #delete_at.
<shevy> aaaah
<shevy> let me try
Trynemjoel has quit [Ping timeout: 250 seconds]
<Ox0dea> >> ary = ['abc','--help','def']; i = ary.index { |e| e['--'] }; [ary.delete_at(i), ary]
<ruboto> Ox0dea # => ["--help", ["abc", "def"]] (https://eval.in/468629)
beast__ has joined #ruby
<shevy> hmm
safe has joined #ruby
beast_ has quit [Ping timeout: 240 seconds]
moei has quit [Read error: Connection reset by peer]
<Ox0dea> >> ary = ['abc','--help','def']; [ary.delete(ary.find { |e| e['--'] }), ary] # shevy
<ruboto> Ox0dea # => ["--help", ["abc", "def"]] (https://eval.in/468635)
<Ox0dea> That's probably better, since the index isn't really important.
moei has joined #ruby
<Ox0dea> Shorter, but arguably a little noisier.
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
DLSteve has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
centrx has quit [Remote host closed the connection]
ReK2 has quit [Remote host closed the connection]
vigintas has joined #ruby
xcesariox has joined #ruby
rgtk has joined #ruby
Oli` has quit [Ping timeout: 246 seconds]
<Ox0dea> >> [].find -> { :wtf } { }
<ruboto> Ox0dea # => :wtf (https://eval.in/468643)
Trynemjoel has joined #ruby
<Ox0dea> I am almost certain nobody uses that semantics; #find with an argument should behave like "#grep_one".
yfeldblum has quit [Remote host closed the connection]
Rollabunna has joined #ruby
brushbox has quit [Quit: brushbox]
vigintas has quit [Ping timeout: 240 seconds]
sdwrage has quit [Quit: This computer has gone to sleep]
bruno- has joined #ruby
rgtk has quit [Ping timeout: 260 seconds]
bruno- is now known as Guest15550
roxtrongo has joined #ruby
hahuang65 has joined #ruby
<FailBit> >> [:$:,:$-,:$,]
<ruboto> FailBit # => /tmp/execpad-704b04d99833/source-704b04d99833:2: syntax error, unexpected $undefined, expecting tSTR ...check link for more (https://eval.in/468645)
Jardayn has quit [Quit: Leaving]
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Trynemjoel has quit [Ping timeout: 264 seconds]
PaulCape_ has joined #ruby
Guest15550 has quit [Ping timeout: 255 seconds]
mary5030 has quit [Remote host closed the connection]
<Ox0dea> FailBit: No, like this.
<Ox0dea> >> _=$$/$$;__=_-_;@_=_+_;$_=@_+_;$__=@_+$_;$-_=$__*$_;@__=''<<$-_*($__+$_)+@_;$___=''<<$-_*$__-$__<<$-_*($__+@_)<<@__<<@__;@___=''<<$-_*$__-$_*$_<<$-_*($__+$_)-$_<<@__<<@__;(___=->____{$.+=_;____<<($.%$-_==__ ?$___+@___:$.%$_==__ ?$___:$.%$__==__ ?@___:$.);$.<($__*@_)**@_?___[____]:____})[[]]
<ruboto> Ox0dea # => [1, 2, "Fizz", 4, "Buzz", "Fizz", 7, 8, "Fizz", "Buzz", 11, "Fizz", 13, 14, "FizzBuzz", 16, 17, "Fiz ...check link for more (https://eval.in/468650)
PaulCapestany has quit [Ping timeout: 260 seconds]
maikowblue has quit [Quit: .]
<Ox0dea> FailBit: For the record, yours was valid until 2.1, when $- became an invalid global identifier.
sdwrage has joined #ruby
<Ox0dea> That is was ever valid seems to have been accidental, but I don't see why it had to be removed.
<Ox0dea> *it was
Trynemjoel has joined #ruby
lavros has quit [Ping timeout: 260 seconds]
lavros_ has joined #ruby
Raymon_ has joined #ruby
swgillespie has joined #ruby
chouhoulis has joined #ruby
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
braincrash has quit [Quit: bye bye]
ss_much has quit [Quit: Connection closed for inactivity]
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sankaber has joined #ruby
mary5030 has joined #ruby
Ox0dea has quit [Quit: WeeChat 1.4-dev]
Trynemjoel has quit [Ping timeout: 264 seconds]
Trynemjoel has joined #ruby
devoldmx has joined #ruby
symm- has quit [Ping timeout: 260 seconds]
atomical_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
makenoise has joined #ruby
houhoulis has joined #ruby
braincrash has joined #ruby
roxtrongo has quit [Remote host closed the connection]
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tmtwd has quit [Ping timeout: 240 seconds]
symm- has joined #ruby
<pontiki> hi all
x-light has quit [Ping timeout: 240 seconds]
<makenoise> howdy
Spami has joined #ruby
simplyianm has quit [Remote host closed the connection]
simplyianm has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 240 seconds]
Rickmasta has joined #ruby
swgillespie has quit [Max SendQ exceeded]
yuung has quit [Quit: Leaving]
Trynemjoel has quit [Ping timeout: 250 seconds]
swgillespie has joined #ruby
djbkd has joined #ruby
<shevy> yo snowtiki
arescorpio has quit [Quit: Leaving.]
beast__ has quit [Quit: Leaving]
sysanthrope has quit [Quit: No Ping reply in 180 seconds.]
<pontiki> no snow
trav408 has quit [Ping timeout: 244 seconds]
sysanthrope has joined #ruby
dlitvak has joined #ruby
<_blizzy_> my heart goes out to Paris.
<pontiki> indeed
PaulCape_ has quit [Quit: .]
Emmanuel_Chanel has joined #ruby
PaulCapestany has joined #ruby
<mozzarella> what happened?
dlitvak has quit [Ping timeout: 250 seconds]
ledestin has quit [Ping timeout: 240 seconds]
Emmanuel_Chanel has quit [Client Quit]
dkam has quit [Quit: Lingo: www.lingoirc.com]
Fire-Dragon-DoL has quit []
darkf has joined #ruby
tkuchiki has joined #ruby
ricer2 has quit [Quit: Caught SystemExit exception.]
SteveC has joined #ruby
vigintas has joined #ruby
<mozzarella> _blizzy_: got a better source?
<_blizzy_> mozzarella, um, no, sorry. I just found out about it on reddit.
<pontiki> all over every news site?
babblebre has quit [Quit: Connection closed for inactivity]
<pontiki> try cnn
jorb has quit [Ping timeout: 246 seconds]
<shevy> foxnews!
<mozzarella> oh I guess the article itself is better
<mozzarella> I was just reading the comments
tkuchiki has quit [Ping timeout: 240 seconds]
jorb has joined #ruby
kp666 has joined #ruby
roxtrongo has joined #ruby
vigintas has quit [Ping timeout: 246 seconds]
bruno- has joined #ruby
bruno- is now known as Guest25451
paradisaeidae has quit [Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421]]
Trynemjoel has joined #ruby
UtkarshRay has quit [Remote host closed the connection]
benlieb has joined #ruby
yoongkang has quit [Remote host closed the connection]
blue_deref has quit [Quit: bbn]
yoongkang has joined #ruby
weemsledeux has joined #ruby
mistermocha has joined #ruby
Guest25451 has quit [Ping timeout: 260 seconds]
symm- has quit [Ping timeout: 240 seconds]
UtkarshRay has joined #ruby
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ebbflowgo has joined #ruby
The_Phoenix has joined #ruby
ebbflowgo has quit [Client Quit]
The_Phoenix has quit [Max SendQ exceeded]
UtkarshRay has quit [Remote host closed the connection]
_blizzy_ has quit [Quit: Leaving]
UtkarshRay has joined #ruby
yoongkang has quit [Ping timeout: 250 seconds]
The_Phoenix has joined #ruby
ricer2 has joined #ruby
_kfpratt has quit [Remote host closed the connection]
mistermocha has quit [Ping timeout: 240 seconds]
dlitvak has joined #ruby
mattwildig has joined #ruby
vdamewood has joined #ruby
rdavila has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gix has quit [Ping timeout: 244 seconds]
kfpratt has joined #ruby
tulak has joined #ruby
yfeldblum has joined #ruby
kfpratt has quit [Client Quit]
darkf has quit [Read error: Connection reset by peer]
RandyT_ has joined #ruby
darkf has joined #ruby
helpa-bot has joined #ruby
mattwildig has quit [Ping timeout: 260 seconds]
gix has joined #ruby
matled- has joined #ruby
mghaig has joined #ruby
The_Phoenix1 has joined #ruby
skcin7_ has joined #ruby
LicHacker has joined #ruby
tulak has quit [Ping timeout: 240 seconds]
helpa-bot has quit [Remote host closed the connection]
helpa-bot has joined #ruby
<shevy> hmmm
Scientz has joined #ruby
<shevy> how could we get to see more games in ruby?
yoongkang has joined #ruby
shinnya_ has joined #ruby
helpa-bot has quit [Remote host closed the connection]
Brando753 has quit [Ping timeout: 240 seconds]
helpa-bot has joined #ruby
sung_ has joined #ruby
sunya7a has joined #ruby
suffice_ has joined #ruby
minimali1m has joined #ruby
arthurix has joined #ruby
Jamo has joined #ruby
M-Techni1 has joined #ruby
[ace] has joined #ruby
ejnahc_ has joined #ruby
rfi_ has joined #ruby
arthurix_ has quit [Read error: Connection reset by peer]
<kiki_lamb> Quickie question: let's say I have a method, and someone's going to pass a class to it as an argument. Is there a way I can inquire about the arity of that class's initialize method?
exceion has joined #ruby
helpa-bot has quit [Remote host closed the connection]
helpa-bot has joined #ruby
<shevy> >> puts 0.1 + 0.2
<ruboto> shevy # => 0.30000000000000004 ...check link for more (https://eval.in/468679)
mghaig has quit [Ping timeout: 244 seconds]
<shevy> kiki_lamb you can try to call it
Eising_ has joined #ruby
ponga has joined #ruby
<shevy> and then call .arity
<shevy> >> Proc.new {|a,b,c|}.arity
<ruboto> shevy # => 3 (https://eval.in/468680)
lele` has joined #ruby
baweaver has joined #ruby
Ray`_ has joined #ruby
<kiki_lamb> shevy: let's say they're passing a class though, not a proc
helpa-bot has quit [Remote host closed the connection]
helpa-bot has joined #ruby
Lildirt|SomeoneT has joined #ruby
SirCmpwn_ has joined #ruby
Sthebig_ has joined #ruby
Sthebig_ has quit [Changing host]
Sthebig_ has joined #ruby
NET||abu- has joined #ruby
aep_ has joined #ruby
ekleog_ has joined #ruby
james1 has joined #ruby
Bish- has joined #ruby
g3funk has joined #ruby
minimalism has quit [Disconnected by services]
The_Phoenix has quit [*.net *.split]
swgillespie has quit [*.net *.split]
NET||abuse has quit [*.net *.split]
skcin7 has quit [*.net *.split]
shinnya has quit [*.net *.split]
helpa has quit [*.net *.split]
lemur has quit [*.net *.split]
gizmore has quit [*.net *.split]
gregf has quit [*.net *.split]
funnel has quit [*.net *.split]
sunya7a_1 has quit [*.net *.split]
wjimenez5271 has quit [*.net *.split]
alexherbo2 has quit [*.net *.split]
matp has quit [*.net *.split]
weaksauce has quit [*.net *.split]
RandyT has quit [*.net *.split]
ekleog has quit [*.net *.split]
suffice has quit [*.net *.split]
lele has quit [*.net *.split]
matled has quit [*.net *.split]
YaknotiS has quit [*.net *.split]
peitera has quit [*.net *.split]
bahar has quit [*.net *.split]
SirCmpwn has quit [*.net *.split]
Eising has quit [*.net *.split]
Ray` has quit [*.net *.split]
[ace]_ has quit [*.net *.split]
hyperdrive has quit [*.net *.split]
aep has quit [*.net *.split]
braidn has quit [*.net *.split]
M-Technic has quit [*.net *.split]
jtperreault has quit [*.net *.split]
Scient has quit [*.net *.split]
Sthebig has quit [*.net *.split]
Lildirt has quit [*.net *.split]
ss_ss has quit [*.net *.split]
ejnahc has quit [*.net *.split]
brixen has quit [*.net *.split]
rfi has quit [*.net *.split]
Silicium has quit [*.net *.split]
Bish has quit [*.net *.split]
Gadgetoid has quit [*.net *.split]
bytecrawler has quit [*.net *.split]
sung has quit [*.net *.split]
exceion_ has quit [*.net *.split]
jidar has quit [*.net *.split]
bier_ has quit [*.net *.split]
Jamo_ has quit [*.net *.split]
Guest67071 has quit [*.net *.split]
Koshian has quit [*.net *.split]
Kuukunen has quit [*.net *.split]
Sthebig_ is now known as Sthebig
matled- is now known as matled
jidar_ has joined #ruby
ss_ss has joined #ruby
minimali1m is now known as minimalism
Koshian has joined #ruby
duracrisis has joined #ruby
YaknotiS has joined #ruby
mooe has quit [Quit: Connection closed for inactivity]
alexherbo2 has joined #ruby
gregf has joined #ruby
Silicium has joined #ruby
helpa-bot has quit [Remote host closed the connection]
matp has joined #ruby
gizmore has joined #ruby
minimalism has quit [Quit: leaving]
helpa has joined #ruby
minimalism has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
bahar has joined #ruby
bytecrawler has joined #ruby
<shevy> yeah you can try to call it
SirCmpwn_ is now known as SirCmpwn
LicHacker has left #ruby ["http://quassel-irc.org - Chat comfortably. Anywhere."]
Eiam_ has joined #ruby
peitera has joined #ruby
wjimenez5271 has joined #ruby
hyperdrive has joined #ruby
Gadgetoid has joined #ruby
bier_ has joined #ruby
Kuukunen has joined #ruby
<shevy> >> x = String; s = x.new; x.method(:initialize).arity
<ruboto> shevy # => -1 (https://eval.in/468681)
brixen_ has joined #ruby
funnel has joined #ruby
<shevy> "returns -1 if the call takes a variable number of arguments"
<shevy> does anyone of you have some fancy ascii animations? I collect these
<Sam0163141155> shevy: sorry, I do not.
<Sam0163141155> Does anyone know if you can identify which object called a method without passing the object itself to the called method?
mary5030 has quit [Remote host closed the connection]
mary5030 has joined #ruby
<shevy> hmm this may be tricky
<shevy> via caller() you should be able to get a stack trace ... but you don't get the individual object e. g. object_id that called it
gusrub has joined #ruby
<shevy> there also are some ad-hoc additions possible to trace calls... set_trace_var and set_trace_func ... but they are also somewhat limited http://apidock.com/ruby/Kernel/set_trace_func
<Sam0163141155> Thanks, shevy, I'll have a read through this stuff :-)
ramfjord has quit [Ping timeout: 240 seconds]
<shevy> for my use cases, caller() usually was enough; I use it in a project to automatically determine the name of the class + constant, and to colourize this
<shevy> for instance
<shevy> module Foo; class Bar
mary5030 has quit [Remote host closed the connection]
<shevy> RED_COLOUR_START Foo::Bar: END_OF_RED_COLOUR "We will whack down the pandas next." # where the leading part is in a red colour on the console
rdavila has joined #ruby
SteveC has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Musashi007 has joined #ruby
<Sam0163141155> I hear you. I am really new to this (but #new2ruby is empty). I'm trying to give an object different behaviour depending on which object called its methods. Would you do that by passing self?
<shevy> hmmmm
<shevy> is there no other way for you to toggle that behaviour?
<Sam0163141155> This isn't what I'm doing, but it's a simpler example. If you had a password object with a display method and you wanted it to print the password if the owner of the password called the print method, otherwise, print stars or something
<baweaver> there's a new to ruby channel? Huh
<Sam0163141155> baweaver: yes, but it's very quiet (read: just one lonely person)
<baweaver> for passwords, never print anything plaintext, but that's not the point.
simplyianm has quit [Remote host closed the connection]
dionysus69 has joined #ruby
Yzguy has quit [Quit: Zzz...]
<Sam0163141155> it's not a password. It's a board game, where one player can see more information than the other.
simplyianm has joined #ruby
framling has joined #ruby
<Sam0163141155> anyway, sorry, I got impatient and bothered all you nice people. Thank you for your time, and I'll combine your advice with some brute force and see what happens.
<baweaver> Just check whose turn it is then
<baweaver> find a way to model a game in such a way that information is only available in certain contexts.
<baweaver> caller in this case would be overkill
<baweaver> just encapsulate the logic in a turn system
dlitvak has quit [Ping timeout: 265 seconds]
<Sam0163141155> baweaver: good idea, thank you, I'll try looking at it that way :-)
<baweaver> Look into Practical Object Oriented Design in Ruby
<baweaver> it'll help
<baweaver> Chances are when you find yourself metaprogramming or reaching for anything off that shelf, there's an easier cleaner way to do it
<Sam0163141155> Thanks, I'm about halfway through POODR, but getting it to stick will take some time
jidar_ is now known as jidar
tkuchiki has joined #ruby
<Sam0163141155> baweaver: I'll set this project aside and go read awhile. Thanks again for the advice and have a good day
<baweaver> we answer questions, you're not wasting time here mate
<baweaver> otherwise we wouldn't be online to answer now would we? ;)
<baweaver> we don't bite
<baweaver> well
tatertot has joined #ruby
<baweaver> I can't speak for shevy, pretty sure he does.
Edward__ has joined #ruby
Pixi_ has joined #ruby
rgtk has joined #ruby
matled has quit [Read error: Connection reset by peer]
Trynemjoel has quit [Ping timeout: 250 seconds]
gregf has quit [Ping timeout: 250 seconds]
Meow-J has quit [Ping timeout: 250 seconds]
lianj has quit [Ping timeout: 250 seconds]
RealMarc has quit [Ping timeout: 250 seconds]
nemesit|znc has quit [Ping timeout: 250 seconds]
haasn has quit [Ping timeout: 250 seconds]
tubbo has quit [Ping timeout: 250 seconds]
parus has quit [Ping timeout: 250 seconds]
Apocalypse has quit [Ping timeout: 250 seconds]
borkdude_ has quit [Ping timeout: 250 seconds]
Eleeleth has quit [Ping timeout: 250 seconds]
nyandoge has quit [Ping timeout: 250 seconds]
cardoni has quit [Ping timeout: 250 seconds]
Raboo has quit [Ping timeout: 250 seconds]
rideh has quit [Ping timeout: 250 seconds]
mjc_ has quit [Ping timeout: 250 seconds]
ironcamel has quit [Ping timeout: 250 seconds]
scroff has quit [Ping timeout: 250 seconds]
bestie has quit [Ping timeout: 250 seconds]
chrisseaton has quit [Ping timeout: 250 seconds]
bttf has quit [Ping timeout: 250 seconds]
tuor has quit [Ping timeout: 250 seconds]
araujo has quit [Ping timeout: 250 seconds]
varesa_ has quit [Ping timeout: 250 seconds]
Xiti` has quit [Ping timeout: 250 seconds]
tater has quit [Ping timeout: 250 seconds]
BLuEGoD has quit [Ping timeout: 250 seconds]
abra0 has quit [Ping timeout: 250 seconds]
chrisarcand has quit [Ping timeout: 250 seconds]
cstrahan has quit [Ping timeout: 250 seconds]
elektronaut has quit [Ping timeout: 250 seconds]
meatchicken has quit [Ping timeout: 250 seconds]
tekacs has quit [Ping timeout: 250 seconds]
bauruine has quit [Ping timeout: 250 seconds]
c0ncealed has quit [Ping timeout: 250 seconds]
skmp has quit [Ping timeout: 250 seconds]
iDavid has quit [Ping timeout: 250 seconds]
oz has quit [Ping timeout: 250 seconds]
HashNuke has quit [Ping timeout: 250 seconds]
martinbjeldbak has quit [Ping timeout: 250 seconds]
SuperTux88 has quit [Ping timeout: 250 seconds]
JStoker has quit [Ping timeout: 250 seconds]
ohcibi has quit [Ping timeout: 250 seconds]
cgfbee has quit [Ping timeout: 250 seconds]
tobyx has quit [Ping timeout: 250 seconds]
woodruffw has quit [Ping timeout: 250 seconds]
heftig has quit [Ping timeout: 250 seconds]
ec has quit [Ping timeout: 250 seconds]
kalleth has quit [Ping timeout: 250 seconds]
duckson has quit [Ping timeout: 250 seconds]
Bish- has quit [Ping timeout: 250 seconds]
sung_ has quit [Ping timeout: 250 seconds]
claw has quit [Ping timeout: 250 seconds]
danoo_ has quit [Ping timeout: 250 seconds]
UNIMPL has quit [Ping timeout: 250 seconds]
AdamMeghji has quit [Ping timeout: 250 seconds]
Morrolan has quit [Ping timeout: 250 seconds]
Liam` has quit [Ping timeout: 250 seconds]
Heero has quit [Ping timeout: 250 seconds]
drPoggs has quit [Ping timeout: 250 seconds]
bryancp has quit [Ping timeout: 250 seconds]
hollywood has quit [Ping timeout: 250 seconds]
bytecrawler has quit [Ping timeout: 250 seconds]
gix has quit [Ping timeout: 250 seconds]
vigintas has joined #ruby
matled- has joined #ruby
Outlastsheep has joined #ruby
soahccc has joined #ruby
bascht1 has joined #ruby
Armand has joined #ruby
HashNuke_ has joined #ruby
bytecrawler has joined #ruby
heftig_ has joined #ruby
gregf1 has joined #ruby
BackEndCoder has joined #ruby
Trynemjoel2 has joined #ruby
Shapeshi1ter has joined #ruby
tobyx_ has joined #ruby
AdamMeghji_ has joined #ruby
mbeasley_ has joined #ruby
ohcibi has joined #ruby
rideh- has joined #ruby
parus_ has joined #ruby
AccordsLTN has joined #ruby
chinmay_dd_ has joined #ruby
Liam- has joined #ruby
contradictioned_ has joined #ruby
chrisarc1nd has joined #ruby
noodle has joined #ruby
Fluent has joined #ruby
sung has joined #ruby
martinbjeldbak_ has joined #ruby
mary5030 has joined #ruby
abra0_ has joined #ruby
canton7 has joined #ruby
tekacs has joined #ruby
ajaiswal_ has joined #ruby
skmp_ has joined #ruby
Bish has joined #ruby
lancetw_ has joined #ruby
sung has joined #ruby
borkdude has joined #ruby
lianj_ has joined #ruby
mighty_gorilla has joined #ruby
claw_ has joined #ruby
ironcame1 has joined #ruby
LoganG_ has joined #ruby
sp_ has joined #ruby
kalleth_ has joined #ruby
elektronaut has joined #ruby
oz has joined #ruby
AccordLTN has quit [Ping timeout: 250 seconds]
ajaiswal has quit [Ping timeout: 250 seconds]
guest192123 has quit [Ping timeout: 250 seconds]
Shapeshifter has quit [Ping timeout: 250 seconds]
ckrailo has quit [Ping timeout: 250 seconds]
Hobbyboy has quit [Ping timeout: 250 seconds]
frode15243 has quit [Ping timeout: 250 seconds]
noodle has quit [Ping timeout: 250 seconds]
Shidash has quit [Ping timeout: 250 seconds]
infernix has quit [Ping timeout: 250 seconds]
ddv has quit [Ping timeout: 250 seconds]
bjmllr has quit [Ping timeout: 250 seconds]
SegFaultAX has quit [Ping timeout: 250 seconds]
jxf has quit [Ping timeout: 250 seconds]
akitada has quit [Ping timeout: 250 seconds]
tonini has quit [Ping timeout: 250 seconds]
BackEndCoder has quit [Ping timeout: 250 seconds]
bougyman has quit [Ping timeout: 250 seconds]
jmcc has quit [Ping timeout: 250 seconds]
jpinnix______ has quit [Ping timeout: 250 seconds]
bjeanes has quit [Ping timeout: 250 seconds]
cbednarski has quit [Ping timeout: 250 seconds]
twodayslate has quit [Ping timeout: 250 seconds]
jmhmccr has quit [Ping timeout: 250 seconds]
zipkid has quit [Ping timeout: 250 seconds]
tejasmanohar has quit [Ping timeout: 250 seconds]
yo61 has quit [Ping timeout: 250 seconds]
pizzaops has quit [Ping timeout: 250 seconds]
vcoinminer has quit [Ping timeout: 250 seconds]
sorah has quit [Ping timeout: 250 seconds]
countryHick has quit [Ping timeout: 250 seconds]
phrozen77 has quit [Ping timeout: 250 seconds]
soahccc has quit [Ping timeout: 250 seconds]
bascht has quit [Ping timeout: 250 seconds]
machty has quit [Ping timeout: 250 seconds]
contradictioned has quit [Ping timeout: 250 seconds]
ndrst has quit [Ping timeout: 250 seconds]
dmoe has quit [Ping timeout: 250 seconds]
Fluent has quit [Ping timeout: 250 seconds]
leat has quit [Ping timeout: 250 seconds]
chinmay_dd has quit [Ping timeout: 250 seconds]
zzak has quit [Ping timeout: 250 seconds]
DoYouKnow has quit [Ping timeout: 250 seconds]
DefV has quit [Ping timeout: 250 seconds]
canton7 has quit [Ping timeout: 250 seconds]
hplar has quit [Ping timeout: 250 seconds]
kith has quit [Ping timeout: 250 seconds]
LoganG has quit [Ping timeout: 250 seconds]
darkxploit has quit [Ping timeout: 260 seconds]
tkuchiki has quit [Ping timeout: 246 seconds]
vigintas has quit [Ping timeout: 260 seconds]
rgtk has quit [Ping timeout: 260 seconds]
kies has quit [Ping timeout: 250 seconds]
astrobun_ has quit [Ping timeout: 250 seconds]
lancetw has quit [Ping timeout: 250 seconds]
ddv has joined #ruby
SegFaultAX has joined #ruby
varesa_ has joined #ruby
JStoker has joined #ruby
duckson has joined #ruby
tubbo has joined #ruby
DefV has joined #ruby
sorah has joined #ruby
nemesit|znc has joined #ruby
ndrst has joined #ruby
scroff has joined #ruby
bjmllr has joined #ruby
haasn has joined #ruby
ec_ has joined #ruby
tuor has joined #ruby
kies has joined #ruby
danoo_ has joined #ruby
astrobunny has joined #ruby
sirecote has quit [Quit: "Hang Up"]
drPoggs has joined #ruby
bougyman has joined #ruby
woodruffw has joined #ruby
araujo has joined #ruby
phrozen77 has joined #ruby
Shidash has joined #ruby
leat has joined #ruby
gix has joined #ruby
AdamMeghji_ is now known as AdamMeghji
sirecote has joined #ruby
Morrolan has joined #ruby
cgfbee has joined #ruby
hplar has joined #ruby
bauruine has joined #ruby
SuperTux88 has joined #ruby
BLuEGoD has joined #ruby
HashNuke_ is now known as HashNuke
Hobbyboy has joined #ruby
Outlastsheep has quit [Quit: ZNC - http://znc.in]
iDavid has joined #ruby
Heero has joined #ruby
ec_ is now known as ec
nyandoge has joined #ruby
Raboo has joined #ruby
lancetw_ is now known as lancetw
bjeanes has joined #ruby
jmcc has joined #ruby
cbednarski has joined #ruby
tonini has joined #ruby
jpinnix______ has joined #ruby
jxf has joined #ruby
pizzaops has joined #ruby
vcoinminer has joined #ruby
tejasmanohar has joined #ruby
ckrailo has joined #ruby
cstrahan has joined #ruby
frode15243 has joined #ruby
zipkid has joined #ruby
zzak has joined #ruby
dmoe has joined #ruby
darkxploit has joined #ruby
arta82 has quit [Read error: Connection reset by peer]
pimpin has joined #ruby
arta82 has joined #ruby
cardoni has joined #ruby
chrisseaton has joined #ruby
twodayslate has joined #ruby
Eleeleth has joined #ruby
bestie has joined #ruby
jmhmccr has joined #ruby
guest192123 has joined #ruby
sirecote has quit [Quit: "Hang Up"]
akitada has joined #ruby
mjc_ has joined #ruby
griffindy has joined #ruby
countryHick has joined #ruby
bttf has joined #ruby
Trynemjoel2 has quit [Ping timeout: 264 seconds]
htmldrum has quit [Ping timeout: 264 seconds]
darkxploit has quit [Ping timeout: 240 seconds]
Meow-J has joined #ruby
pimpin has quit [Ping timeout: 255 seconds]
DoYouKnow has joined #ruby
yo61 has joined #ruby
ThatsNotJack has quit [Remote host closed the connection]
Trynemjoel has joined #ruby
hakunin has quit [Remote host closed the connection]
ThatsNotJack has joined #ruby
Raymon_ has quit [Quit: Connection closed for inactivity]
DoYouKnow has quit [Changing host]
DoYouKnow has joined #ruby
DoYouKnow has quit [Changing host]
DoYouKnow has joined #ruby
machty has joined #ruby
<shevy> I was playing a game for a moment :D
zapata has quit [Quit: WeeChat 1.3]
<shevy> still have to continue ... :P
chouhoulis has quit [Remote host closed the connection]
infernix has joined #ruby
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
slackbotgz has joined #ruby
zapata has joined #ruby
arta82 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
arta82 has joined #ruby
rdavila has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
rdavila has joined #ruby
tref_ has joined #ruby
Trynemjoel has quit [Ping timeout: 264 seconds]
rdavila has quit [Client Quit]
devoldmx has quit [Remote host closed the connection]
skcin7 has joined #ruby
tref has quit [Ping timeout: 244 seconds]
nomadic has quit [Ping timeout: 244 seconds]
tref_ is now known as tref
Musashi007 has quit [Quit: Musashi007]
monoprotic has quit [Ping timeout: 244 seconds]
skakri has quit [Ping timeout: 244 seconds]
riceandbeans has quit [Ping timeout: 244 seconds]
skakri` has joined #ruby
gusrub has quit [Quit: Leaving]
TTilus has quit [Ping timeout: 244 seconds]
johnny56 has quit [Ping timeout: 244 seconds]
ihme-TTilus has joined #ruby
m4rCsi has joined #ruby
DefV_ has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
matp_ has joined #ruby
hagebake has joined #ruby
neanderslob_ has joined #ruby
IrishGringo has quit [Ping timeout: 240 seconds]
gregf has joined #ruby
araujo has quit [Ping timeout: 244 seconds]
DefV has quit [Ping timeout: 244 seconds]
matp has quit [Ping timeout: 244 seconds]
Sthebig has quit [Ping timeout: 244 seconds]
skcin7_ has quit [Ping timeout: 244 seconds]
mic_e has quit [Ping timeout: 244 seconds]
gregf_ has quit [Ping timeout: 244 seconds]
mic_e_ has joined #ruby
cfloare has quit [Ping timeout: 244 seconds]
\13k_ has quit [Ping timeout: 244 seconds]
m4rCsi_ has quit [Ping timeout: 244 seconds]
cfloare_ has joined #ruby
hagabaka has quit [Ping timeout: 244 seconds]
Affix has quit [Ping timeout: 244 seconds]
janelleb has quit [Ping timeout: 244 seconds]
YaknotiS has quit [Ping timeout: 244 seconds]
Davey has quit [Ping timeout: 244 seconds]
neanderslob has quit [Ping timeout: 244 seconds]
|ifei5g00d has quit [Ping timeout: 244 seconds]
tw1sted has quit [Ping timeout: 244 seconds]
bhorn1 has quit [Ping timeout: 244 seconds]
arta82 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
utkarsh_ has quit [Ping timeout: 244 seconds]
Xiti` has joined #ruby
Pixi_ has quit [Ping timeout: 244 seconds]
bodie_ has quit [Ping timeout: 244 seconds]
adam12 has quit [Ping timeout: 244 seconds]
xybre has quit [Ping timeout: 244 seconds]
diprotic has joined #ruby
diprotic has joined #ruby
Sthebig has joined #ruby
Sthebig has quit [Changing host]
Sthebig has joined #ruby
<matti> ;]
YaknotiS has joined #ruby
janelleb has joined #ruby
wldcordeiro has quit [Ping timeout: 244 seconds]
utkarsh has joined #ruby
adam_ has joined #ruby
tw1sted has joined #ruby
Pro|_ has quit [Ping timeout: 244 seconds]
|ifei5g00d has joined #ruby
bhorn1|away has joined #ruby
bhorn1|away is now known as bhorn1
Pro| has joined #ruby
majjoha has quit [Ping timeout: 244 seconds]
charliesome has joined #ruby
johnny56 has joined #ruby
nomadic_ has joined #ruby
Davey has joined #ruby
Affix has joined #ruby
xybre has joined #ruby
bodie_ has joined #ruby
Affix is now known as Guest24980
Trynemjoel has joined #ruby
\13k has joined #ruby
Davey has quit [Changing host]
Davey has joined #ruby
chouhoulis has joined #ruby
framling has quit [Remote host closed the connection]
arta82 has joined #ruby
charliesome has quit [Read error: Connection reset by peer]
charliesome has joined #ruby
lkba has joined #ruby
makenoise has quit []
Trynemjoel has quit [Ping timeout: 250 seconds]
NeverDie has quit [Ping timeout: 260 seconds]
Trynemjoel has joined #ruby
griffindy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
baweaver has quit [Remote host closed the connection]
araujo has joined #ruby
sirecote has joined #ruby
bruce_lee2 has quit [Changing host]
bruce_lee2 has joined #ruby
bruce_lee2 is now known as bruce_lee
baweaver has joined #ruby
lemur has joined #ruby
neanderslob has joined #ruby
neanderslob_ has quit [Ping timeout: 264 seconds]
Trynemjoel has quit [Ping timeout: 264 seconds]
baweaver has quit [Ping timeout: 244 seconds]
cpup has quit [Ping timeout: 240 seconds]
cpup has joined #ruby
jamesadickerson has joined #ruby
lxsameer has joined #ruby
ec is now known as ELLIOTTCABLE
pdoherty has quit [Ping timeout: 255 seconds]
Trynemjoel has joined #ruby
mary5030 has quit [Remote host closed the connection]
cpup has quit [Ping timeout: 265 seconds]
arta82 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
wldcordeiro has joined #ruby
exadeci has joined #ruby
Eiam_ has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
cpup has joined #ruby
arta82 has joined #ruby
dionysus69 has quit [Ping timeout: 252 seconds]
bruno- has joined #ruby
weemsledeux has joined #ruby
djbkd has quit [Quit: Leaving...]
bruno- is now known as Guest13092
slackbotgz has quit [Remote host closed the connection]
Radar_ is now known as Radar
safe has quit [Quit: Leaving]
Guest13092 has quit [Ping timeout: 264 seconds]
djbkd has joined #ruby
Trynemjoel has quit [Ping timeout: 264 seconds]
lxsameer has quit [Remote host closed the connection]
sabram_ has joined #ruby
tater has joined #ruby
Trynemjoel has joined #ruby
tw1sted has quit [Changing host]
tw1sted has joined #ruby
Edward_ has joined #ruby
tercenya has joined #ruby
terminal_ has joined #ruby
lxsameer has joined #ruby
lxsameer has joined #ruby
csaunders_ has joined #ruby
arta82 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
shaman42 has joined #ruby
nofxx has quit [Remote host closed the connection]
rtl_ has joined #ruby
tenderlove has joined #ruby
_fumk has joined #ruby
mattwildig has joined #ruby
ruisanto1 has joined #ruby
nomadic has joined #ruby
nomadic has joined #ruby
djbkd has quit [Quit: Leaving...]
sabram has quit [Read error: Connection reset by peer]
csaunders has quit [Ping timeout: 255 seconds]
df has quit [Ping timeout: 255 seconds]
reaVer has quit [Ping timeout: 255 seconds]
rtl has quit [Ping timeout: 255 seconds]
shaman42_ has quit [Ping timeout: 255 seconds]
tubbo has quit [Ping timeout: 255 seconds]
ruisantos has quit [Ping timeout: 255 seconds]
fumk has quit [Ping timeout: 255 seconds]
_ko1 has quit [Ping timeout: 255 seconds]
tercenya_ has quit [Ping timeout: 255 seconds]
spectra has quit [Ping timeout: 255 seconds]
arthurnn has quit [Ping timeout: 255 seconds]
edwardly has quit [Ping timeout: 255 seconds]
oddalot has quit [Ping timeout: 255 seconds]
nomadic_ has quit [Ping timeout: 255 seconds]
Edward__ has quit [Ping timeout: 255 seconds]
ghormoon has quit [Ping timeout: 255 seconds]
crowell has quit [Ping timeout: 255 seconds]
CustosLim3n has quit [Ping timeout: 255 seconds]
j0bk has quit [Ping timeout: 255 seconds]
bakedb has quit [Ping timeout: 255 seconds]
samuelkadolph has quit [Ping timeout: 255 seconds]
Jello_Raptor_ has quit [Excess Flood]
tatertot has quit [Ping timeout: 255 seconds]
terminalrecluse has quit [Ping timeout: 255 seconds]
tenderlo_ has quit [Ping timeout: 255 seconds]
cajone has quit [Ping timeout: 255 seconds]
pleiosaur has quit [Ping timeout: 255 seconds]
redlegion has quit [Ping timeout: 255 seconds]
zachrose has quit [Ping timeout: 255 seconds]
Drakevr_ has quit [Ping timeout: 255 seconds]
sumark_ has quit [Ping timeout: 255 seconds]
low-prof1 has quit [Ping timeout: 255 seconds]
kellabyte has quit [Ping timeout: 255 seconds]
Kamilion has quit [Ping timeout: 255 seconds]
livcd has quit [Ping timeout: 255 seconds]
michael_mbp has quit [Ping timeout: 255 seconds]
phreakocious has quit [Ping timeout: 255 seconds]
Davey has quit [Ping timeout: 255 seconds]
Guest34575 has quit [Ping timeout: 255 seconds]
tubuliferous has quit [Ping timeout: 255 seconds]
Lorn has quit [Ping timeout: 255 seconds]
shtirlic has quit [Ping timeout: 255 seconds]
three18ti has quit [Ping timeout: 255 seconds]
houhouli_ has joined #ruby
livcd has joined #ruby
scroff has quit [Ping timeout: 255 seconds]
tulak has joined #ruby
j0bk has joined #ruby
bakedb has joined #ruby
Spami has quit [Quit: This computer has gone to sleep]
_ko1 has joined #ruby
sumark has joined #ruby
fumduq has quit [Ping timeout: 255 seconds]
Coraline has quit [Ping timeout: 255 seconds]
pleiosaur has joined #ruby
low-prof1 has joined #ruby
redlegion has joined #ruby
Drakevr has joined #ruby
tubuliferous has joined #ruby
gmci has joined #ruby
houhoulis has quit [Ping timeout: 255 seconds]
bluntman has quit [Ping timeout: 255 seconds]
oddalot has joined #ruby
Jello_Raptor has joined #ruby
CustosLimen has joined #ruby
phreakocious has joined #ruby
scroff has joined #ruby
bluntman has joined #ruby
crowell has joined #ruby
crowell has quit [Changing host]
crowell has joined #ruby
edwardly has joined #ruby
edwardly has quit [Changing host]
edwardly has joined #ruby
gmci is now known as Guest26361
Davey has joined #ruby
Davey has quit [Changing host]
Davey has joined #ruby
AustinMatherne has quit [Ping timeout: 255 seconds]
rcs has quit [Ping timeout: 255 seconds]
df has joined #ruby
samuelkadolph has joined #ruby
kellabyte has joined #ruby
ghormoon has joined #ruby
arthurnn has joined #ruby
spectra has joined #ruby
fumduq has joined #ruby
tubbo has joined #ruby
AustinMatherne has joined #ruby
shtirlic has joined #ruby
three18ti has joined #ruby
rcs has joined #ruby
Coraline has joined #ruby
jamesadickerson has quit [Quit: Leaving...]
mattwildig has quit [Ping timeout: 260 seconds]
Kamilion has joined #ruby
cajone has joined #ruby
tulak has quit [Ping timeout: 240 seconds]
reaVer has joined #ruby
Lorn has joined #ruby
tref has quit [Quit: tref]
yoongkang has quit [Remote host closed the connection]
michael_mbp has joined #ruby
lemur has quit [Read error: Connection reset by peer]
dikaio has quit [Quit: ........]
gorpon has joined #ruby
tkuchiki has joined #ruby
davedev24 has quit []
rippa has joined #ruby
devoldmx has joined #ruby
apofis has joined #ruby
tkuchiki has quit [Ping timeout: 246 seconds]
dlitvak has joined #ruby
devoldmx has quit [Ping timeout: 276 seconds]
ta has joined #ruby
dlitvak has quit [Ping timeout: 240 seconds]
cpup has quit [Ping timeout: 264 seconds]
iateadonut has quit [Ping timeout: 255 seconds]
roxtrongo has quit [Remote host closed the connection]
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
cpup has joined #ruby
baweaver has joined #ruby
x-light has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nsuke has joined #ruby
djbkd has joined #ruby
baweaver has quit [Ping timeout: 240 seconds]
ta has quit [Ping timeout: 240 seconds]
charliesome has joined #ruby
crdpink has quit [Ping timeout: 240 seconds]
crdpink2 has joined #ruby
Edward_ has quit [Quit: Leaving]
chipotle has joined #ruby
F4GG07 has joined #ruby
last_staff has joined #ruby
kerunaru has joined #ruby
cpup has quit [Ping timeout: 240 seconds]
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lavros_ has quit [Remote host closed the connection]
rgtk has joined #ruby
akem has joined #ruby
devl_ has joined #ruby
PaulCape_ has joined #ruby
devl has quit [Ping timeout: 244 seconds]
rgtk has quit [Ping timeout: 260 seconds]
PaulCapestany has quit [Ping timeout: 260 seconds]
cpup has joined #ruby
bruno- has joined #ruby
bruno- is now known as Guest18394
Guest18394 has quit [Ping timeout: 250 seconds]
mistermocha has joined #ruby
Sam0163141155 has quit [Ping timeout: 276 seconds]
gorpon has quit [Ping timeout: 265 seconds]
nofxx has joined #ruby
mistermocha has quit [Ping timeout: 246 seconds]
nofxx has quit [Ping timeout: 240 seconds]
mrtomme has quit [Ping timeout: 260 seconds]
dlitvak has joined #ruby
Emmanuel_Chanel has joined #ruby
naftilos76 has joined #ruby
Outlastsheep has joined #ruby
F4GG07 has quit [Ping timeout: 246 seconds]
A124 has joined #ruby
ledestin has joined #ruby
ELLIOTTCABLE is now known as ec
ec is now known as ELLIOTTCABLE
psy__ has joined #ruby
rgtk has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
djbkd has quit [Remote host closed the connection]
yfeldblum has quit [Ping timeout: 240 seconds]
mrtomme has joined #ruby
terminal_ has quit [Remote host closed the connection]
majjoha has joined #ruby
arta82 has joined #ruby
OrbitalKitten has joined #ruby
benlieb has quit [Quit: benlieb]
OrbitalKitten has quit [Client Quit]
trosborn has joined #ruby
benlieb has joined #ruby
crdpink has joined #ruby
crdpink2 has quit [Ping timeout: 240 seconds]
Ray`_ is now known as Ray`
trosborn has quit [Client Quit]
kobain has quit [Ping timeout: 265 seconds]
OrbitalKitten has joined #ruby
baweaver has joined #ruby
vdamewood has quit [Quit: Life beckons.]
jenaiz has joined #ruby
benlieb has quit [Quit: benlieb]
jenaiz has left #ruby [#ruby]
ta has joined #ruby
unknowns2k2 has joined #ruby
ruby-lang688 has joined #ruby
ruby-lang688 has quit [Client Quit]
x-light has quit [Ping timeout: 250 seconds]
chouhoulis has quit [Remote host closed the connection]
bnizzle has quit [Ping timeout: 240 seconds]
nertzy has joined #ruby
chouhoulis has joined #ruby
baweaver has quit [Ping timeout: 240 seconds]
chouhoulis has quit [Remote host closed the connection]
yoongkang has joined #ruby
vigintas has joined #ruby
marr has joined #ruby
bnizzle has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 244 seconds]
vigintas has quit [Ping timeout: 240 seconds]
ta has quit [Remote host closed the connection]
ta has joined #ruby
trosborn has joined #ruby
PaulCape_ has quit [Quit: .]
karapetyan has joined #ruby
PaulCapestany has joined #ruby
jamesaxl has joined #ruby
lukaszes has joined #ruby
arta82 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
roxtrongo has joined #ruby
leafybasil has joined #ruby
VeryBewitching has quit [Quit: Konversation terminated!]
meatchicken has joined #ruby
meatchicken has left #ruby [#ruby]
ruby-02 has joined #ruby
<ruby-02> Is anyone hiring devs in here? looking for work
DEA7TH has joined #ruby
karapetyan has quit [Remote host closed the connection]
aramiscd has joined #ruby
karapetyan has joined #ruby
unknowns2k2_ has joined #ruby
unknowns2k2 has quit [Ping timeout: 240 seconds]
unknowns2k2_ is now known as unknowns2k2
roxtrongo has quit [Ping timeout: 240 seconds]
solars has joined #ruby
leafybasil has quit [Ping timeout: 255 seconds]
DEA7TH has quit [Client Quit]
htmldrum has joined #ruby
rgtk has quit [Remote host closed the connection]
Emmanuel_Chanel has joined #ruby
mattwildig has joined #ruby
Jackneill has joined #ruby
nofxx has joined #ruby
tulak has joined #ruby
htmldrum has quit [Ping timeout: 240 seconds]
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mattwildig has quit [Ping timeout: 264 seconds]
Helheim has joined #ruby
nofxx has quit [Ping timeout: 265 seconds]
tulak has quit [Ping timeout: 255 seconds]
trosborn has quit [Quit: trosborn]
bruno- has joined #ruby
Emmanuel_Chanel has quit [Ping timeout: 260 seconds]
bruno- is now known as Guest5495
trosborn has joined #ruby
yasu_ has quit [Quit: Tiarra 0.1+svn-39209: SIGTERM received; exit]
Mon_Ouie has quit [Read error: Connection reset by peer]
adac has joined #ruby
yasu has joined #ruby
devoldmx has joined #ruby
rgtk has joined #ruby
Emmanuel_Chanel has joined #ruby
lapide_viridi has joined #ruby
ta has quit [Remote host closed the connection]
roxtrongo has joined #ruby
devoldmx has quit [Ping timeout: 240 seconds]
rgtk has quit [Ping timeout: 260 seconds]
dasher00 has quit [Ping timeout: 240 seconds]
naftilos76 has quit [Quit: Αποχώρησε]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
dasher00 has joined #ruby
unknowns2k2 has quit [Quit: unknowns2k2]
DEA7TH has joined #ruby
nertzy has quit [Quit: This computer has gone to sleep]
karapetyan has quit [Ping timeout: 260 seconds]
arulmani88 has joined #ruby
baweaver has joined #ruby
chipotle has quit [Quit: cheerio]
lapide_viridi has quit [Quit: Leaving]
benlieb has joined #ruby
arulmani88 has quit [Quit: Leaving]
baweaver has quit [Ping timeout: 240 seconds]
Oli` has joined #ruby
karapetyan has joined #ruby
Spami has joined #ruby
Mon_Ouie has joined #ruby
Spami has quit [Remote host closed the connection]
cpup has quit [Ping timeout: 264 seconds]
wildlander has joined #ruby
devl_ has quit [Ping timeout: 240 seconds]
tmtwd has joined #ruby
Spami has joined #ruby
DEA7TH has quit [Quit: DEA7TH]
cpup has joined #ruby
ta has joined #ruby
lubarch has joined #ruby
k3asd` has joined #ruby
tkuchiki has joined #ruby
BTRE has quit [Read error: Connection reset by peer]
lubarch has quit [Client Quit]
lubarch has joined #ruby
Oli` has quit [Read error: Connection reset by peer]
Oli` has joined #ruby
Spami has quit [Quit: This computer has gone to sleep]
BTRE has joined #ruby
tkuchiki has quit [Ping timeout: 240 seconds]
devl_ has joined #ruby
roxtrongo has quit [Remote host closed the connection]
pandaant has joined #ruby
skcin7 has quit [Max SendQ exceeded]
dasher00 has quit [Ping timeout: 240 seconds]
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
skcin7 has joined #ruby
tmtwd has quit [Ping timeout: 250 seconds]
dasher00 has joined #ruby
lsv_ has joined #ruby
akem has quit [Read error: Connection reset by peer]
akem has joined #ruby
yosiat has joined #ruby
akem has quit [Client Quit]
akem has joined #ruby
lsv has quit [Ping timeout: 252 seconds]
nowhereFast has joined #ruby
lxsameer has quit [Ping timeout: 250 seconds]
<nowhereFast> 2.2.3 :008 > Faye::Websocket.new
<nowhereFast> NameError: uninitialized constant Faye::Websocket
benlieb has quit [Quit: benlieb]
melter has quit [Ping timeout: 246 seconds]
<nowhereFast> I'm not getting why this complains about not being initialized
<nowhereFast> can somebody shed some light on this?
trosborn has quit [Quit: trosborn]
lukaszes has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
matp_ is now known as matp
leafybasil has joined #ruby
<Caius> nowhereFast: forgive the obvious question, but have you required faye and/or faye/websocket?
F4GG07 has joined #ruby
<nowhereFast> Caius: I figured it out, thanks :-)
codecop has joined #ruby
<Caius> :-)
<F4GG07> hello
<nowhereFast> while I do have your attention... I'm adding a middleware module, the example I'm looking at in Sinatra defines both a module and a class in the file
<apeiros> F4GG07: 30s to change your nick.
Mon_Ouie has quit [Ping timeout: 240 seconds]
<nowhereFast> the examples I've come accross for rails show only the class in the file
<nowhereFast> then to just config.middleware in the application.rb file
leafybasil has quit [Ping timeout: 265 seconds]
F4GG07 was kicked from #ruby by ChanServ [Banned: Unacceptable nick - http://ruby-community.com/pages/user_rules#rule_2_10]
AccordLTN has joined #ruby
<nowhereFast> how would I define the config.middleware statement to include module?
peteyg_ has joined #ruby
<nowhereFast> just have the file named in accordance with the module name irrispective of the classes it contains?
plonk_ has joined #ruby
plonk_ has quit [Changing host]
plonk_ has joined #ruby
kkh has joined #ruby
cek_ has joined #ruby
AnoHito_ has joined #ruby
Fluent_ has joined #ruby
wlanboy_ has joined #ruby
pepperbreath1 has joined #ruby
mostlybadfly_ has joined #ruby
lxsameer has joined #ruby
lxsameer has joined #ruby
greenbig- has joined #ruby
akitada_ has joined #ruby
Meow-J has quit [Quit: Connection closed for inactivity]
tvl has joined #ruby
moeabdol has joined #ruby
mh_laaks1 has joined #ruby
sivoais_ has joined #ruby
Eising has joined #ruby
nej has joined #ruby
ccooke_ has joined #ruby
kerunaru has quit [Read error: No route to host]
phutchins2 has joined #ruby
raenk has joined #ruby
[ace]_ has joined #ruby
bakingbread has joined #ruby
galeido_ has joined #ruby
dwithers has joined #ruby
nowhereFast has left #ruby [#ruby]
Fluent has quit [Ping timeout: 252 seconds]
AccordsLTN has quit [Ping timeout: 252 seconds]
duracrisis has quit [Ping timeout: 252 seconds]
TheHodge has quit [Ping timeout: 252 seconds]
mostlybadfly has quit [Ping timeout: 252 seconds]
wlanboy has quit [Ping timeout: 252 seconds]
ValicekB has quit [Ping timeout: 252 seconds]
TheMoonMaster has quit [Ping timeout: 252 seconds]
cek has quit [Ping timeout: 252 seconds]
pfg has quit [Ping timeout: 252 seconds]
frankS2 has quit [Ping timeout: 252 seconds]
SegFaultAX has quit [Ping timeout: 252 seconds]
skmp_ has quit [Ping timeout: 252 seconds]
PhilK has quit [Ping timeout: 252 seconds]
andersh has quit [Ping timeout: 252 seconds]
dukedave has quit [Ping timeout: 252 seconds]
Shidash has quit [Ping timeout: 252 seconds]
strgbrew has quit [Ping timeout: 252 seconds]
vayan has quit [Ping timeout: 252 seconds]
greenbigfrog has quit [Ping timeout: 252 seconds]
mikolalysenko has quit [Ping timeout: 252 seconds]
AckZ has quit [Ping timeout: 252 seconds]
err_ok has quit [Ping timeout: 252 seconds]
kellabyte has quit [Ping timeout: 252 seconds]
bjeanes has quit [Ping timeout: 252 seconds]
hplar has quit [Ping timeout: 252 seconds]
nizmow has quit [Ping timeout: 252 seconds]
aspiers has quit [Ping timeout: 252 seconds]
prosodyCagain has quit [Ping timeout: 252 seconds]
halfdan has quit [Ping timeout: 252 seconds]
bcavileer has quit [Ping timeout: 252 seconds]
mprelude has quit [Ping timeout: 252 seconds]
G has quit [Ping timeout: 252 seconds]
djbender has quit [Ping timeout: 252 seconds]
icedp has quit [Ping timeout: 252 seconds]
jmcc has quit [Ping timeout: 252 seconds]
bascht1 has quit [Ping timeout: 252 seconds]
Eising_ has quit [Ping timeout: 252 seconds]
ja has quit [Ping timeout: 252 seconds]
sivoais has quit [Ping timeout: 252 seconds]
phutchins1 has quit [Ping timeout: 252 seconds]
ccooke has quit [Ping timeout: 252 seconds]
plonk has quit [Ping timeout: 252 seconds]
KervyN has quit [Ping timeout: 252 seconds]
mroth has quit [Ping timeout: 252 seconds]
peteyg has quit [Ping timeout: 252 seconds]
galeido has quit [Ping timeout: 252 seconds]
drew2_ has quit [Ping timeout: 252 seconds]
pl1ght has quit [Ping timeout: 252 seconds]
tobiasvl has quit [Ping timeout: 252 seconds]
Takumo has quit [Ping timeout: 252 seconds]
Lloyd has quit [Ping timeout: 252 seconds]
deimos has quit [Ping timeout: 252 seconds]
Sou|cutter has quit [Ping timeout: 252 seconds]
glowcoil has quit [Ping timeout: 252 seconds]
jord has quit [Ping timeout: 252 seconds]
redlegion has quit [Ping timeout: 252 seconds]
akitada has quit [Ping timeout: 252 seconds]
[ace] has quit [Ping timeout: 252 seconds]
mh_laakso has quit [Ping timeout: 252 seconds]
knight_ has quit [Ping timeout: 252 seconds]
AnoHito has quit [Ping timeout: 252 seconds]
slawrence00 has quit [Ping timeout: 252 seconds]
zly has quit [Ping timeout: 252 seconds]
artmann has quit [Ping timeout: 252 seconds]
im0b has quit [Ping timeout: 252 seconds]
camilasan has quit [Ping timeout: 252 seconds]
raenk_ has quit [Ping timeout: 252 seconds]
ahuman has quit [Ping timeout: 252 seconds]
eggoez has quit [Ping timeout: 252 seconds]
mdst has quit [Ping timeout: 252 seconds]
dellavg has quit [Ping timeout: 252 seconds]
crayfishx has quit [Ping timeout: 252 seconds]
mission712 has quit [Ping timeout: 252 seconds]
GarethAdams has quit [Ping timeout: 252 seconds]
ramblinpeck has quit [Ping timeout: 252 seconds]
akahn has quit [Ping timeout: 252 seconds]
thither has quit [Ping timeout: 252 seconds]
thesheff17 has quit [Ping timeout: 252 seconds]
nopc0de has quit [Ping timeout: 252 seconds]
Ankhers has quit [Ping timeout: 252 seconds]
shevy has quit [Ping timeout: 252 seconds]
oddmunds has quit [Ping timeout: 252 seconds]
freedrull has quit [Ping timeout: 252 seconds]
Olipro has quit [Ping timeout: 252 seconds]
kalzz has quit [Ping timeout: 252 seconds]
kalz has quit [Ping timeout: 252 seconds]
demophoon has quit [Ping timeout: 252 seconds]
knowtheory has quit [Ping timeout: 252 seconds]
golgaroth has quit [Ping timeout: 252 seconds]
kriskropd has quit [Ping timeout: 252 seconds]
_5moufl has quit [Ping timeout: 252 seconds]
infernix has quit [Ping timeout: 252 seconds]
Meeh has quit [Ping timeout: 252 seconds]
artmann has joined #ruby
G has joined #ruby
GarethAdams has joined #ruby
KervyN has joined #ruby
mroth has joined #ruby
zly has joined #ruby
G has quit [Changing host]
G has joined #ruby
mroth has quit [Changing host]
mroth has joined #ruby
GarethAdams has quit [Changing host]
GarethAdams has joined #ruby
SegFaultAX has joined #ruby
bgresham has joined #ruby
freedrul1 has joined #ruby
shevy has joined #ruby
Ankhers_ has joined #ruby
daniel has joined #ruby
mroth has quit [Changing host]
mroth has joined #ruby
davidt has joined #ruby
tvl is now known as tobiasvl
Soulcutter has joined #ruby
j2k_ has joined #ruby
Olipro_ has joined #ruby
golgaroth has joined #ruby
knight_ has joined #ruby
_5moufl has joined #ruby
kerunaru has joined #ruby
ahuman has joined #ruby
mostlybadfly_ is now known as mostlybadfly
bascht1 has joined #ruby
mprelude has joined #ruby
skmp_ has joined #ruby
daniel is now known as Guest20998
cek_ is now known as cek
prosodyCagain_ has joined #ruby
drew2_ has joined #ruby
Meeh has joined #ruby
aspiers has joined #ruby
Shidash has joined #ruby
nizmow- has joined #ruby
hplar has joined #ruby
ramblinpeck has joined #ruby
kalz has joined #ruby
oddmunds has joined #ruby
err_ok has joined #ruby
kriskropd has joined #ruby
bgresham is now known as demophoon
Takumo has joined #ruby
Takumo has quit [Changing host]
Takumo has joined #ruby
TheHodge has joined #ruby
Olipro_ is now known as Olipro
redlegion has joined #ruby
camilasan has joined #ruby
vigintas has joined #ruby
johnny56 has quit [Remote host closed the connection]
frankS2 has joined #ruby
prosodyCagain_ is now known as prosodyCagain
TheMoonMaster has joined #ruby
johnny56 has joined #ruby
kalzz has joined #ruby
ValicekB_ has joined #ruby
pfg has joined #ruby
eggoez has joined #ruby
akitada_ is now known as akitada
PhilK has joined #ruby
sivoais_ has quit [Ping timeout: 260 seconds]
kellabyte has joined #ruby
andersh has joined #ruby
dukedave has joined #ruby
mikolalysenko has joined #ruby
lukaszes has joined #ruby
ValicekB_ is now known as ValicekB
djbender has joined #ruby
halfdan has joined #ruby
AckZ has joined #ruby
bcavileer has joined #ruby
vayan has joined #ruby
bjeanes has joined #ruby
deimos has joined #ruby
crayfishx has joined #ruby
vigintas has quit [Ping timeout: 276 seconds]
akahn has joined #ruby
dellavg has joined #ruby
jmcc has joined #ruby
jord has joined #ruby
glowcoil has joined #ruby
knowtheory has joined #ruby
sivoais has joined #ruby
thesheff17 has joined #ruby
iateadonut has joined #ruby
OrbitalKitten has joined #ruby
baweaver has joined #ruby
Lloyd has joined #ruby
solars has quit [Ping timeout: 240 seconds]
im0b has joined #ruby
johnny56 has quit [Remote host closed the connection]
adac has quit [Ping timeout: 250 seconds]
johnny56 has joined #ruby
sdwrage has quit [Quit: This computer has gone to sleep]
mission712 has joined #ruby
johnny56 has quit [Remote host closed the connection]
stamina has joined #ruby
duncannz has quit [Ping timeout: 276 seconds]
baweaver has quit [Ping timeout: 240 seconds]
johnny56 has joined #ruby
infernix has joined #ruby
vdamewood has joined #ruby
johnny56 has quit [Remote host closed the connection]
FooMunki has joined #ruby
johnny56 has joined #ruby
scripore has joined #ruby
sdwrage has joined #ruby
johnny56 has quit [Remote host closed the connection]
roxtrongo has joined #ruby
Rollabunna has quit [Remote host closed the connection]
roxtrongo has quit [Remote host closed the connection]
skcin7 has quit [Quit: Textual IRC Client: www.textualapp.com]
johnny56 has joined #ruby
elaptics is now known as elaptics`away
Xeago has joined #ruby
sdwrage has quit [Quit: This computer has gone to sleep]
Musashi007 has joined #ruby
Rutix has joined #ruby
Rutix has joined #ruby
atmosx has quit [Quit: WeeChat 0.4.4-dev]
Musashi007 has quit [Quit: Musashi007]
mattwildig has joined #ruby
roxtrong_ has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tulak has joined #ruby
nofxx has joined #ruby
OrbitalKitten has joined #ruby
lxsameer has quit [Remote host closed the connection]
lxsameer has joined #ruby
mattwildig has quit [Ping timeout: 272 seconds]
quazimodo has joined #ruby
nofxx has quit [Ping timeout: 240 seconds]
govg has joined #ruby
tulak has quit [Ping timeout: 265 seconds]
vigintas has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
trosborn has joined #ruby
OrbitalKitten has joined #ruby
<A124> Good lazy morning. How do I convert hex byte array to byte array and back?
araujo has quit [Read error: Connection timed out]
<A124> Unable to figre out pack and unpack.
<yxhuvud> pack/unpack.
<yxhuvud> heh
<apeiros> with H*
araujo has joined #ruby
dionysus69 has joined #ruby
OrbitalKitten has quit [Client Quit]
devoldmx has joined #ruby
rgtk has joined #ruby
<A124> apeiros Oh, I wondered what I did stupid. Yeah, that does it. Thank you. If I want to iterate over a byte what way you would devise?
elaptics`away is now known as elaptics
<A124> Long, hm.
devoldmx has quit [Ping timeout: 250 seconds]
<apeiros> String#each_byte
rgtk has quit [Ping timeout: 260 seconds]
houhouli_ has quit [Remote host closed the connection]
_blizzy_ has joined #ruby
<A124> Oh. Thats nice too, Though I meant the nonprintable characters, UTF mangling.
gregf1 is now known as greegf
<A124> I got it figure out, I missed the * on the pack. Thanks.
gregf has quit [Disconnected by services]
greegf is now known as gregf
scripore has quit [Quit: This computer has gone to sleep]
OrbitalKitten has joined #ruby
TheHodge has quit [Quit: Connection closed for inactivity]
araujo_ has joined #ruby
Guest5495 has quit [Ping timeout: 240 seconds]
exadeci has quit [Quit: Connection closed for inactivity]
baweaver has joined #ruby
araujo has quit [Ping timeout: 240 seconds]
baweaver has quit [Ping timeout: 240 seconds]
tjohnson has quit [Quit: Connection closed for inactivity]
galeido_ is now known as galeido
[k- has joined #ruby
bruno- has joined #ruby
bruno- is now known as Guest81808
Coldblackice has quit [Ping timeout: 250 seconds]
subscope has joined #ruby
leafybasil has joined #ruby
trosborn has quit [Quit: trosborn]
jdawgaz has joined #ruby
OrbitalKitten has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ht__ has joined #ruby
tkuchiki has joined #ruby
OrbitalKitten has joined #ruby
lenwood has joined #ruby
zacts has quit [Read error: Connection reset by peer]
treaki has joined #ruby
mistermocha has joined #ruby
roxtrongo has joined #ruby
[k- has quit [Quit: -a- IRC for Android 2.1.23]
OrbitalKitten has quit [Client Quit]
AlexRussia has quit [Quit: WeeChat 1.4-dev]
zacts has joined #ruby
tkuchiki has quit [Remote host closed the connection]
devl_ has quit [Ping timeout: 240 seconds]
OrbitalKitten has joined #ruby
OrbitalKitten has quit [Client Quit]
roxtrong_ has quit [Ping timeout: 260 seconds]
roxtron__ has joined #ruby
roxtron__ has quit [Remote host closed the connection]
sepp2k has joined #ruby
tkuchiki has joined #ruby
tkuchiki has quit [Remote host closed the connection]
tkuchiki has joined #ruby
mistermocha has quit [Ping timeout: 265 seconds]
Xeago has quit [Remote host closed the connection]
roxtrong_ has joined #ruby
roxtrongo has quit [Ping timeout: 240 seconds]
Spami has joined #ruby
Xeago has joined #ruby
sdothum has joined #ruby
AlexRussia has joined #ruby
ht__ has quit [Quit: Konversation terminated!]
ht__ has joined #ruby
nateberkopec has quit [Quit: Leaving...]
symm- has joined #ruby
lukaszes has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
lenwood has quit [Ping timeout: 272 seconds]
rippa has joined #ruby
ht__ has quit [Quit: Konversation terminated!]
decoponio has joined #ruby
ruid has joined #ruby
ruid has quit [Client Quit]
ruid has joined #ruby
karapetyan has quit [Remote host closed the connection]
lukaszes has joined #ruby
dlitvak has quit [Remote host closed the connection]
karapetyan has joined #ruby
dlitvak has joined #ruby
ht__ has joined #ruby
lxsameer has quit [Remote host closed the connection]
lxsameer has joined #ruby
devl_ has joined #ruby
karapetyan has quit [Ping timeout: 272 seconds]
WillAmes has joined #ruby
lxsameer has quit [Remote host closed the connection]
lxsameer has joined #ruby
lxsameer has joined #ruby
zotherstupidguy has joined #ruby
baweaver has joined #ruby
dlitvak_ has joined #ruby
ruid has quit [Ping timeout: 264 seconds]
ht__ has quit [Quit: Konversation terminated!]
symm- has quit [Quit: Leaving...]
baweaver has quit [Ping timeout: 240 seconds]
akem has quit [Ping timeout: 240 seconds]
djbkd has joined #ruby
hs366 has joined #ruby
dlitvak has quit [Ping timeout: 265 seconds]
ht__ has joined #ruby
ruid has joined #ruby
Rollabunna has joined #ruby
ht__ has quit [Client Quit]
ht__ has joined #ruby
neanderslob has quit [Read error: Connection reset by peer]
nertzy has joined #ruby
Rollabunna has quit [Ping timeout: 250 seconds]
ruid has quit [Ping timeout: 246 seconds]
roxtrong_ has quit [Remote host closed the connection]
cyb3rspy has joined #ruby
<cyb3rspy> exit
cyb3rspy has quit [Quit: leaving]
dlitvak has joined #ruby
FailBit has left #ruby ["WeeChat 0.4.2"]
cyb3rspy has joined #ruby
moeabdol has quit [Quit: WeeChat 1.3]
dlitvak_ has quit [Ping timeout: 255 seconds]
karapetyan has joined #ruby
symm- has joined #ruby
BaroMeter has joined #ruby
cyb3rspy has quit [Quit: leaving]
dfdfdf has joined #ruby
djbkd has quit [Remote host closed the connection]
mattwildig has joined #ruby
ht__ has quit [Quit: Konversation terminated!]
leafybasil has quit [Remote host closed the connection]
tulak has joined #ruby
dlitvak_ has joined #ruby
kirun has joined #ruby
nofxx has joined #ruby
apofis has quit [Ping timeout: 272 seconds]
mattwildig has quit [Ping timeout: 240 seconds]
kalleth_ is now known as kalleth
BaroMeter has quit [Quit: Leaving]
dlitvak has quit [Ping timeout: 244 seconds]
syath has joined #ruby
tulak has quit [Ping timeout: 264 seconds]
nofxx has quit [Ping timeout: 260 seconds]
lkba_ has joined #ruby
simplyianm has quit [Ping timeout: 276 seconds]
FernandoBasso has joined #ruby
lukaszes has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ht__ has joined #ruby
lkba has quit [Ping timeout: 276 seconds]
Cork has quit [Ping timeout: 245 seconds]
lenwood has joined #ruby
nertzy has quit [Quit: This computer has gone to sleep]
ht__ has quit [Client Quit]
rgtk has joined #ruby
dionysus69 has quit [Ping timeout: 265 seconds]
dlitvak has joined #ruby
kerunaru has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
BillSussman has joined #ruby
yoongkang has quit [Remote host closed the connection]
rgtk has quit [Ping timeout: 260 seconds]
dlitvak_ has quit [Ping timeout: 240 seconds]
millerti has joined #ruby
arta82 has joined #ruby
Xeago has quit [Remote host closed the connection]
gigetoo has quit [Ping timeout: 260 seconds]
kerunaru has joined #ruby
melter has joined #ruby
Cork has joined #ruby
kerunaru has quit [Client Quit]
Guest81808 has quit [Ping timeout: 250 seconds]
ht__ has joined #ruby
millerti has quit [Client Quit]
dionysus69 has joined #ruby
millerti has joined #ruby
sanjayu has joined #ruby
lxsameer has quit [Remote host closed the connection]
millerti has quit [Client Quit]
dzejrou has joined #ruby
yeticry has quit [Read error: Connection reset by peer]
SingleUsage11 has joined #ruby
yeticry has joined #ruby
sgambino has joined #ruby
Guest24980 has quit [Changing host]
Guest24980 has joined #ruby
Guest24980 is now known as Affix
sgambino has quit [Client Quit]
SingleUsage11 has quit [Quit: Page closed]
djbkd has joined #ruby
SenpaiSilver has quit [Quit: Leaving]
rgrmatt has joined #ruby
arta82 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
rgrmatt has quit [Remote host closed the connection]
bahar has quit [Changing host]
bahar has joined #ruby
FernandoBasso has quit [Ping timeout: 260 seconds]
goodcodeguy has joined #ruby
karapetyan has quit [Ping timeout: 244 seconds]
rgtk has joined #ruby
sp_ is now known as UNIMPL
ht__ has quit [Quit: Konversation terminated!]
ht__ has joined #ruby
scripore has joined #ruby
flak has joined #ruby
moeabdol has joined #ruby
rgrmatt has joined #ruby
rippa has quit [Ping timeout: 250 seconds]
sdwrage has joined #ruby
vdamewood has quit [Quit: Life beckons.]
sdwrage has quit [Remote host closed the connection]
syath has quit [Quit: WeeChat 1.2]
rgtk has quit [Read error: Connection reset by peer]
rgtk has joined #ruby
mistermocha has joined #ruby
gix has quit [Quit: Client exiting]
sanjayu has quit [Ping timeout: 264 seconds]
A124 has quit [Read error: No route to host]
fantazo has joined #ruby
dlitvak_ has joined #ruby
FernandoBasso has joined #ruby
northfurr has joined #ruby
mistermocha has quit [Ping timeout: 240 seconds]
A124 has joined #ruby
SteveC has joined #ruby
dlitvak has quit [Ping timeout: 246 seconds]
unreal_ has quit [Ping timeout: 240 seconds]
IrishGringo has joined #ruby
lukaszes has joined #ruby
dfdfdf has quit [Remote host closed the connection]
symm- has quit [Ping timeout: 240 seconds]
govg has quit [Quit: leaving]
s00pcan has quit [Ping timeout: 240 seconds]
unreal has joined #ruby
ruid has joined #ruby
pandaant has quit [Remote host closed the connection]
Encapsulation has joined #ruby
s00pcan has joined #ruby
Outlastsheep has quit [Ping timeout: 265 seconds]
nofxx has joined #ruby
nickjj has quit [Quit: Leaving]
nickjj has joined #ruby
rgtk has quit [Remote host closed the connection]
djbkd has quit [Remote host closed the connection]
DEA7TH has joined #ruby
yoongkang has joined #ruby
waxjar has joined #ruby
akem has joined #ruby
favadi has joined #ruby
waxjar has quit [Remote host closed the connection]
yoongkang has quit [Ping timeout: 276 seconds]
favadi has quit [Client Quit]
lxsameer has joined #ruby
lukaszes has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gix has joined #ruby
Drakevr has quit [Changing host]
Drakevr has joined #ruby
bruno- has joined #ruby
ruid has quit [Ping timeout: 250 seconds]
bruno- is now known as Guest47921
waxjar has joined #ruby
marr has quit [Ping timeout: 250 seconds]
houhoulis has joined #ruby
waxjar has quit [Remote host closed the connection]
arta82 has joined #ruby
leafybasil has joined #ruby
<shevy> long live ruby!
diegoaguilar has joined #ruby
haylon has joined #ruby
SteveC has quit [Quit: Textual IRC Client: www.textualapp.com]
Rollabunna has joined #ruby
<UNIMPL> Foh lyf.
jorb has quit [Ping timeout: 260 seconds]
<UNIMPL> At least once parser bugs are all fixed.
Xeago has joined #ruby
Xeago has quit [Remote host closed the connection]
lukaszes has joined #ruby
favadi has joined #ruby
ekleog_ is now known as ekleog
teclator has quit [Remote host closed the connection]
Rollabunna has quit [Ping timeout: 264 seconds]
Rollabunna has joined #ruby
daivyk has joined #ruby
northfurr has quit [Quit: northfurr]
waxjar has joined #ruby
lavros has joined #ruby
northfurr has joined #ruby
kerunaru has joined #ruby
arta82 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tkuchiki has quit [Remote host closed the connection]
northfurr has quit [Client Quit]
waxjar has quit [Remote host closed the connection]
c0ncealed has joined #ruby
mattwildig has joined #ruby
atomical has joined #ruby
mghaig has joined #ruby
northfurr has joined #ruby
northfurr has quit [Client Quit]
northfurr has joined #ruby
northfurr has quit [Client Quit]
dionysus69 has quit [Quit: dionysus69]
northfurr has joined #ruby
lukaszes has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
northfurr has quit [Client Quit]
mghaig has quit [Read error: Connection reset by peer]
northfurr has joined #ruby
dn5 has joined #ruby
aevitas has joined #ruby
lukaszes has joined #ruby
northfurr has quit [Client Quit]
northfurr has joined #ruby
lubarch has quit [Ping timeout: 240 seconds]
lukaszes has quit [Client Quit]
northfurr has quit [Client Quit]
tulak has joined #ruby
northfurr has joined #ruby
northfurr has quit [Client Quit]
veg_ has quit [Ping timeout: 240 seconds]
northfurr has joined #ruby
akem has quit [Quit: Bye]
sankaber has joined #ruby
tulak has quit [Ping timeout: 244 seconds]
veg_ has joined #ruby
northfurr has quit [Client Quit]
PlasmaStar has quit [Ping timeout: 240 seconds]
northfurr has joined #ruby
goodcodeguy has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rgtk has joined #ruby
davedev24 has joined #ruby
lavros has quit [Ping timeout: 255 seconds]
bMalum has joined #ruby
DLSteve has joined #ruby
umgrosscol has joined #ruby
PlasmaStar has joined #ruby
rgrmatt has quit [Remote host closed the connection]
lavros has joined #ruby
aevitas has quit [Ping timeout: 276 seconds]
roxtrongo has joined #ruby
gambl0re has quit [Ping timeout: 240 seconds]
jorb has joined #ruby
Xeago has joined #ruby
mrtomme has quit [Ping timeout: 260 seconds]
blue_deref has joined #ruby
scripore has quit [Quit: This computer has gone to sleep]
mrtomme has joined #ruby
mghaig has joined #ruby
rgrmatt has joined #ruby
scripore has joined #ruby
jorb has quit [Remote host closed the connection]
treaki has quit [Ping timeout: 252 seconds]
DLSteve has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
spider-mario has quit [Read error: Connection reset by peer]
agentmeerkat has joined #ruby
mghaig has quit [Read error: Connection reset by peer]
alexherbo2 has quit [Quit: WeeChat 1.3]
rgrmatt has quit [Remote host closed the connection]
postmodern has quit [Quit: Leaving]
Xeago has quit [Remote host closed the connection]
ht__ has quit [Quit: Konversation terminated!]
ht__ has joined #ruby
lukaszes has joined #ruby
segmond has quit [Ping timeout: 240 seconds]
mghaig has joined #ruby
<shevy> people are so lazy on the weekends
unknowns2k2 has joined #ruby
Xeago has joined #ruby
lukaszes has quit [Client Quit]
unknowns2k2 has quit [Client Quit]
<apeiros> shevy: not true. working since 10.00.
unknowns2k2 has joined #ruby
spider-mario has joined #ruby
tmtwd has joined #ruby
kobain has joined #ruby
freerobby has joined #ruby
krz has joined #ruby
freerobby has quit [Client Quit]
mghaig has quit [Ping timeout: 260 seconds]
s00pcan has quit [Ping timeout: 260 seconds]
scripore has quit [Quit: This computer has gone to sleep]
Guest47921 has quit [Ping timeout: 244 seconds]
ekinmur has joined #ruby
code_ has quit [Remote host closed the connection]
CloCkWeRX has joined #ruby
s00pcan has joined #ruby
tkuchiki has joined #ruby
akem has joined #ruby
mattwildig has quit [Remote host closed the connection]
<shevy> on laundry :D
karapetyan has joined #ruby
scripore has joined #ruby
<adaedra> it's too early for laundry
dorei has joined #ruby
xcesariox has joined #ruby
tkuchiki has quit [Ping timeout: 264 seconds]
skweek has quit [Ping timeout: 240 seconds]
xcesariox has quit [Client Quit]
xcesariox has joined #ruby
sumark has quit [Remote host closed the connection]
sumark has joined #ruby
code_ has joined #ruby
Hacker_TO has joined #ruby
karapetyan has quit [Ping timeout: 240 seconds]
yxhuvud has quit [Remote host closed the connection]
roxtrongo has quit [Remote host closed the connection]
leafybasil has quit [Remote host closed the connection]
User458764 has joined #ruby
mattwildig has joined #ruby
unknowns2k2 has quit [Read error: Connection reset by peer]
NeverDie has joined #ruby
cdg has joined #ruby
favadi has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
atomical_ has joined #ruby
atomical has quit [Ping timeout: 255 seconds]
blackmesa has joined #ruby
devoldmx has joined #ruby
BillSussman has quit [Quit: Leaving]
ThatsNotJack has quit [Ping timeout: 265 seconds]
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
atomical_ has quit [Ping timeout: 255 seconds]
IrishGringo has quit [Ping timeout: 246 seconds]
freerobby has joined #ruby
riotjones has joined #ruby
favadi has joined #ruby
gambl0re has joined #ruby
riotjones has quit [Ping timeout: 246 seconds]
ht__ has quit [Quit: Konversation terminated!]
Hacker_TO has left #ruby ["http://quassel-irc.org - Chat comfortably. Anywhere."]
elemenopy has joined #ruby
fantazo has quit [Ping timeout: 246 seconds]
mattwildig has quit [Remote host closed the connection]
diegoaguilar has quit [Ping timeout: 264 seconds]
elemenopy has quit [Client Quit]
mattwildig has joined #ruby
guacjack has joined #ruby
robbyoconnor has quit [Ping timeout: 240 seconds]
<_blizzy_> in ruby, is it better to name files like-this, or like_this
AndyBotwin has quit [Quit: Leaving]
<jhass> _blizzy_: the general convention is the latter, see also http://guides.rubygems.org/name-your-gem/
drew2_ has quit [Quit: WeeChat 0.4.2]
<_blizzy_> jhass, thanks.
leifg has joined #ruby
tenderlove has quit [Quit: Leaving...]
mattwildig has quit [Ping timeout: 252 seconds]
mattwildig has joined #ruby
DEA7TH has quit [Quit: DEA7TH]
<dn5> Sup. How do I edit only <% @var %> in ERB?
<dn5> File.write & File.open (w) rewrites whole file
unknowns2k2 has joined #ruby
AndyBotwin has joined #ruby
<jhass> read the whole file, edit the read string, write the whole edited string
<dn5> jhass: So, @erb = File.read('x.erb'), how do you mean write the whole edited string
<dn5> Ain't there a lib "erb" that can do it?
<jhass> File.write("x.erb", @erb.gsub(/.../, ...))
<jhass> oh, so you want to interpret the erb?
<jhass> sure, erb is in stdlib
cdg has quit [Remote host closed the connection]
<jhass> I thought that's obvious
yosiat has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bMalum has quit [Quit: bMalum]
Xiti` is now known as Xiti
<dn5> jhass: File.write overwrites whole file. I want only to pass var from the Ruby and display it in HTML, like ERB: <p><% @var %></p>
mattwildig has quit [Remote host closed the connection]
<dn5> jhass: Let me check that out.
SteveC has joined #ruby
yxhuvud has joined #ruby
cek has left #ruby [#ruby]
diegoaguilar has joined #ruby
<jhass> dn5: you said edit, so I thought you want to edit the file in some way and that it was erb was only an irrelevant detail
<jhass> dn5: we call erb a template engine, which makes x.erb a template and we say you render a template
<dn5> jhass: Ahh I get it. Sorry, I'm still new in Ruby. Well, yes, the erb file is a template in my case.
ruid has joined #ruby
<_blizzy_> can anyone help me figure out why Im getting 'uninitialized constant ChatParser::ChatHelpers (NameError)' with these two files? https://gist.github.com/NotBlizzard/fe309662815135c968fe
pimpin has joined #ruby
<_blizzy_> they're both in the same directory.
<_blizzy_> ignore the 'include Commands'
roxtrongo has joined #ruby
jutr8 has joined #ruby
<jhass> _blizzy_: first of all use require_relative
<_blizzy_> jhass, what's the difference between require and require_relative?
<jhass> the latter does what you think it does
<_blizzy_> ok.
<jhass> require "./" is relative to the working directory
DEA7TH has joined #ruby
karapetyan has joined #ruby
<_blizzy_> oh ok.
DEA7TH has quit [Client Quit]
jamesaxl has quit [Ping timeout: 246 seconds]
<jhass> still the same issue?
leifg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
hashpuppy has joined #ruby
Azure has quit [Ping timeout: 276 seconds]
freerobby has quit [Quit: Leaving.]
Azure has joined #ruby
symm- has joined #ruby
jutr8 has quit [Quit: Leaving]
<jhass> _blizzy_: then it's time to double check you saved the file, opened the right file in the right directory etc
karapetyan has quit [Remote host closed the connection]
treaki has joined #ruby
karapetyan has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
sanjayu has joined #ruby
unknowns2k2 has quit [Quit: unknowns2k2]
pdoherty has joined #ruby
Azulinho has joined #ruby
arta82 has joined #ruby
karapetyan has quit [Ping timeout: 250 seconds]
kerunaru has quit [Quit: Textual IRC Client: www.textualapp.com]
haylon has left #ruby ["Leaving"]
lianj_ is now known as lianj
roxtrongo has quit [Remote host closed the connection]
dviola has joined #ruby
ndancer has quit [Ping timeout: 240 seconds]
ruid has quit [Ping timeout: 264 seconds]
skweek has joined #ruby
atomical has joined #ruby
dasher00 has quit [Ping timeout: 265 seconds]
Musashi007 has joined #ruby
tulak has joined #ruby
simplyianm has joined #ruby
zotherstupidguy has quit [Ping timeout: 240 seconds]
dopie has joined #ruby
sanjayu has quit [Ping timeout: 272 seconds]
dancer_ has joined #ruby
leafybasil has joined #ruby
simplyianm has quit [Remote host closed the connection]
dasher00 has joined #ruby
tulak has quit [Ping timeout: 250 seconds]
kerunaru has joined #ruby
zotherstupidguy has joined #ruby
pimpin has quit [Remote host closed the connection]
guacjack has quit [Read error: Connection reset by peer]
gsingh93 has quit [Quit: ZNC - http://znc.in]
gsingh93 has joined #ruby
pimpin has joined #ruby
mattwildig has joined #ruby
minimalism has quit [Quit: leaving]
treaki has quit [Ping timeout: 244 seconds]
lavros has quit [Quit: leaving]
jetty has joined #ruby
<jetty> HI MOTHERFUCKERSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
riotjones has joined #ruby
<jetty> MOTHERFUCKEEEEEEEEEEEEEEEEEEEERZ
terminalrecluse has joined #ruby
<jetty> TERMINALRECLUSE
<terminalrecluse> ?
<jhass> !ban jetty !T 1w bye troll
jetty was kicked from #ruby by ChanServ [Banned: bye troll]
mistermocha has joined #ruby
<terminalrecluse> who was that? a bot or a person?
<jhass> why care
zotherstupidguy has quit [Quit: WeeChat 1.3]
segmond has joined #ruby
riotjones has quit [Ping timeout: 240 seconds]
mistermocha has quit [Ping timeout: 240 seconds]
yoongkang has joined #ruby
pimpin has quit [Remote host closed the connection]
FernandoBasso has quit [Quit: WeeChat 1.3]
<shevy> terminalrecluse just a troll that was squished this was
eminencehc has joined #ruby
<terminalrecluse> don't so much care, just my first experience with a troll on irc in a long while
<jhass> lucky you
<adaedra> it's not even an original one
Musashi007 has quit [Quit: Musashi007]
<shevy> :-)
yoongkang has quit [Ping timeout: 240 seconds]
krz has quit [Ping timeout: 246 seconds]
simplyianm has joined #ruby
<shevy> ruboto does a great job at auto-kicking trolls
<shevy> * ruboto has kicked doddok from #ruby (Racism)
leafybasil has quit [Remote host closed the connection]
houhoulis has quit []
<adaedra> “auto-kicking”
favadi has quit [Quit: Textual IRC Client: www.textualapp.com]
s00pcan has quit [Ping timeout: 240 seconds]
<shevy> yeah
hs366 has quit [Quit: Leaving]
<adaedra> And I'm not sure it's wise to bring back this discussion
<shevy> what discussion
<dreinull75> minitest: one method ina class makes this chain call user.address.street. I dont't want to create all that stuff. Can I tell minitest to mock that? I can use the Mock Object but I don't want to mock every method in the chain.
<dreinull75> as it is, I have to go. I will check in a couple minutes :)
s00pcan has joined #ruby
<adaedra> .
krz has joined #ruby
Azure has quit [Ping timeout: 250 seconds]
northfurr has quit [Quit: northfurr]
northfurr has joined #ruby
c33s has joined #ruby
troulouliou_div2 has joined #ruby
moeabdol has quit [Ping timeout: 240 seconds]
purplexed- has joined #ruby
tubuliferous_ has joined #ruby
northfurr has quit [Client Quit]
devoldmx has quit [Remote host closed the connection]
northfurr has joined #ruby
<purplexed-> Hi, I'm trying to figure out a good way to merge a template file https://gist.github.com/sonicjolt/936942659a32ccfad3a5 with the values in the {{ }}.. I'm thinking I could just load it to a variable, and then search and replace. But I'm wondering if there is a better way that I don't know of in Ruby ?
devoldmx has joined #ruby
krz has quit [Ping timeout: 240 seconds]
northfurr has quit [Client Quit]
northfurr has joined #ruby
<jhass> purplexed-: that's mustache, google a bit, there's a ruby implementation for sure
moeabdol has joined #ruby
<purplexed-> jhass: it doesn't have to look like that.. it's just an idea :)
<jhass> purplexed-: then use erb
<adaedra> there flavoursaver or something like that for mustache/handlebars.
leafybasil has joined #ruby
<purplexed-> again, it's just an idea :)
ponga has quit [Quit: Connection closed for inactivity]
Spami has quit [Quit: This computer has gone to sleep]
northfurr has quit [Client Quit]
arta82 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<adaedra> If you're just asking about templating, there's multiple solutions, including jhass proposition, erb, which is built-in.
northfurr has joined #ruby
<purplexed-> yeah, i'm just reading about that
devoldmx has quit [Remote host closed the connection]
arta82 has joined #ruby
devoldmx has joined #ruby
<purplexed-> so, I could have an erb file, that takes a model, and then render the output to a file, I guess ?
<adaedra> yes
northfurr has quit [Client Quit]
<purplexed-> alright, that sounds like what I need :)
<purplexed-> cheers
lenwood has quit [Ping timeout: 252 seconds]
devoldmx has quit [Remote host closed the connection]
arta82 has quit [Client Quit]
moeabdol has quit [Ping timeout: 260 seconds]
DEA7TH has joined #ruby
NeverDie has quit [Quit: http://radiux.io/]
mrtomme has quit [Ping timeout: 260 seconds]
arta82 has joined #ruby
joufflu has joined #ruby
psy__ has quit [Read error: Connection reset by peer]
mrtomme has joined #ruby
DEA7TH has quit [Ping timeout: 255 seconds]
grill has joined #ruby
fedexo has joined #ruby
htmldrum has joined #ruby
SenpaiSilver has joined #ruby
Azulinho has quit [Ping timeout: 252 seconds]
htmldrum has quit [Ping timeout: 240 seconds]
<crankharder> It seems I18n isn't appropriately raising an exception despite setting the config to raise - any ideas? rails 4.2.4 : https://gist.github.com/crankharder/a4cf29d78d54795a6b9e
gizmore has quit [Ping timeout: 260 seconds]
eminencehc has quit [Remote host closed the connection]
karapetyan has joined #ruby
mattwildig has quit [Remote host closed the connection]
krz has joined #ruby
millerti has joined #ruby
<purplexed-> works like a charm, thanks adaedra and jhass
northfurr has joined #ruby
dlitvak_ has quit [Remote host closed the connection]
<purplexed-> and the generated code looks much nicer now
NeverDie has joined #ruby
darkf has quit [Quit: Leaving]
ruby-lang886 has joined #ruby
northfurr has quit [Client Quit]
gregf has quit [Quit: WeeChat 1.3]
Xeago has quit [Remote host closed the connection]
northfurr has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
northfurr has quit [Client Quit]
northfurr has joined #ruby
gregf has joined #ruby
lubarch has joined #ruby
yosiat has joined #ruby
gigetoo has joined #ruby
grill has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ruby-lang886 has quit [Ping timeout: 246 seconds]
gambl0re has quit [Read error: Connection reset by peer]
gambl0re has joined #ruby
krz has quit [Quit: WeeChat 1.2]
mattwildig has joined #ruby
lenwood has joined #ruby
lipoqil has quit [Quit: Connection closed for inactivity]
Coldblackice has joined #ruby
felltir has joined #ruby
bnagy has quit [Ping timeout: 260 seconds]
bnagy has joined #ruby
DoubleMalt has quit [Remote host closed the connection]
s00pcan has quit [Ping timeout: 246 seconds]
northfurr has quit [Quit: northfurr]
VeryBewitching has joined #ruby
bMalum has joined #ruby
<UNIMPL> :)
<VeryBewitching> G'day folks.
rakm has joined #ruby
rdavila has joined #ruby
s00pcan has joined #ruby
arthurnn has quit [Ping timeout: 244 seconds]
baweaver has joined #ruby
skcin7 has joined #ruby
karapetyan has quit [Remote host closed the connection]
<adaedra> hi.
arthurnn has joined #ruby
lukaszes has joined #ruby
tkuchiki has joined #ruby
<havenwood> hi
NET||abu- has quit [Ping timeout: 240 seconds]
|ifei5g00d has quit [Read error: Connection reset by peer]
|ifei5g00d has joined #ruby
huzzah has joined #ruby
huzzah is now known as Guest54
baweaver has quit [Ping timeout: 250 seconds]
<Guest54> is 'net/http' still the way to go for ruby client CRUD operations?
karapetyan has joined #ruby
NET||abuse has joined #ruby
<jhass> if you don't want any gem dependencies I guess
<Guest54> I don't mind dependencies, i just want fully featured and easy to use
lubarch has quit [Quit: leaving]
tkuchiki has quit [Ping timeout: 240 seconds]
lukaszes has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
baweaver has joined #ruby
<jhass> I like faraday, the http gem is gaining popularity. Also have a look at https://www.ruby-toolbox.com/categories/http_clients
moeabdol has joined #ruby
blackmes1 has joined #ruby
lemur has joined #ruby
<Guest54> jhass: thanks
northfurr has joined #ruby
blackmesa has quit [Ping timeout: 276 seconds]
stamina has quit [Ping timeout: 240 seconds]
lemur has quit [Read error: Connection reset by peer]
moeabdol has quit [Ping timeout: 276 seconds]
baweaver has quit [Ping timeout: 265 seconds]
baweaver has joined #ruby
lipoqil has joined #ruby
northfurr has quit [Quit: northfurr]
SteveC has quit [Quit: Textual IRC Client: www.textualapp.com]
nfk has joined #ruby
swgillespie has joined #ruby
swgillespie has quit [Client Quit]
djbkd has joined #ruby
yardenbar has quit [Ping timeout: 246 seconds]
jdawgaz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
fschuindt has quit [Read error: Connection reset by peer]
tulak has joined #ruby
makenoise has joined #ruby
rehat_ has joined #ruby
lukaszes has joined #ruby
lukaszes has quit [Client Quit]
codecop has quit [Ping timeout: 260 seconds]
sdwrage has joined #ruby
tulak has quit [Ping timeout: 276 seconds]
kadoppe has quit [Ping timeout: 260 seconds]
kadoppe has joined #ruby
safe has joined #ruby
blackmes1 has quit [Ping timeout: 264 seconds]
rgtk has quit [Remote host closed the connection]
DexterLB has quit [Ping timeout: 260 seconds]
Xeago has joined #ruby
c33s has quit [Quit: Leaving.]
DexterLB has joined #ruby
Meow-J has joined #ruby
mistermocha has joined #ruby
dviola has quit [Quit: WeeChat 1.3]
ruby-lang365 has joined #ruby
crankharder has quit [Remote host closed the connection]
<ruby-lang365> hello i am using capybara gem to test the inputs of the user
Guest54 has quit [Ping timeout: 240 seconds]
djbkd has quit []
<ruby-lang365> i build an app with two modules
futilegames has joined #ruby
mistermocha has quit [Ping timeout: 240 seconds]
yoongkang has joined #ruby
bruno- has joined #ruby
bruno- is now known as Guest24372
waxjar has joined #ruby
DrShoggoth has joined #ruby
fantazo has joined #ruby
blackmes1 has joined #ruby
leifg has joined #ruby
<ruby-lang365> I have a single app with two modules. A module that expose an api and other module with a user interface that call this internal api using httparty. Right now i am trying to use capybara to test the interface but when i sumbit a form that call to this internal api using httparty i am getting an error of connection. I know that capybar use rack_test that means i dont have a server when i am running my test
<jhass> mount the API rack application and use the right paths in the test env?
<ruby-lang365> i am reading that instead of using capybara rack_test i could use selenium but i dont want to do that because i have to install drivers. I dont know what other solution you think
waxjar has quit [Remote host closed the connection]
yoongkang has quit [Ping timeout: 244 seconds]
<ruby-lang365> you mean to run the server in the background to test?
asianMike has joined #ruby
_fesuy has joined #ruby
<jhass> no, rack applications are composable
<jhass> which web frameworks are used?
futilegames has quit [Quit: futilegames]
futilegames has joined #ruby
<ruby-lang365> sinatra
futilegames has quit [Client Quit]
_fesuy has quit [Read error: Connection reset by peer]
jdawgaz has joined #ruby
makenoise has quit [Remote host closed the connection]
codecop has joined #ruby
<jhass> so I'm saying use a rack app that mounts both sinatra apps, http://www.rubydoc.info/gems/rack/Rack/URLMap
<jhass> and give that to rack-test
<jhass> then you just need to make your UI app configurable in what prefix it uses for the API requests
bb010g has joined #ruby
<jhass> and configure that in the test env accordingly
makenoise has joined #ruby
<ruby-lang365> thank you so much
<ruby-lang365> i am going to try that
Guest24372 has quit [Ping timeout: 255 seconds]
Azulinho has joined #ruby
jamesaxl has joined #ruby
makenoise has quit [Ping timeout: 255 seconds]
pwnd_nsfw has quit [Ping timeout: 246 seconds]
lukaszes has joined #ruby
rob_ has joined #ruby
leifg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
futilegames has joined #ruby
sdwrage has quit [Quit: This computer has gone to sleep]
johnernaut has joined #ruby
<rob_> hi, im trying to use the ruby-git module which works fine from irb but when i try to do Git.open from within a grape/rack application i get 'private method "open" called for <name of my module>', anyone know why this could be happening?
brendan- has joined #ruby
<jhass> rob_: why is the name of your module a secret? What's the exact line mentioned in the error message?
makenoise has joined #ruby
blackmes1 has quit [Ping timeout: 276 seconds]
BillSussman has joined #ruby
AndyBotwin has quit [Ping timeout: 240 seconds]
<jhass> rob_: well, that resolves to your Git module, not the one from the gem at the toplevel. What you're calling there is Kernel#open, which is private
<rob_> ahhhhh
<jhass> use ::Git if you absolutely have to name your module Git too
<rob_> ok, thanks
heftig_ is now known as heftig
mghaig has joined #ruby
Azulinho has quit [Quit: Leaving]
djbkd has joined #ruby
Azulinho has joined #ruby
zachrose_ has joined #ruby
armyriad has joined #ruby
mattwildig has quit [Remote host closed the connection]
jdawgaz has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sbhatore has joined #ruby
djbkd has quit [Ping timeout: 255 seconds]
johnernaut has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rgrmatt has joined #ruby
felltir has quit []
sdwrage has joined #ruby
blackmes1 has joined #ruby
Azulinho has quit [Ping timeout: 276 seconds]
rdavila has quit [Read error: Connection reset by peer]
makenoise has quit []
tubuliferous_ has quit [Ping timeout: 252 seconds]
simplyianm has quit [Remote host closed the connection]
moeabdol has joined #ruby
pwnd_nsfw has joined #ruby
nej has quit [Changing host]
nej has joined #ruby
nej is now known as ja
gigetoo has quit [Read error: Connection reset by peer]
gigetoo has joined #ruby
djbkd has joined #ruby
_fesuy has joined #ruby
kstuart has joined #ruby
Mia has joined #ruby
Mia has joined #ruby
rgrmatt has quit [Remote host closed the connection]
iateadonut has quit [Ping timeout: 240 seconds]
moeabdol has quit [Ping timeout: 255 seconds]
karapetyan has quit [Remote host closed the connection]
|ifei5g00d has quit [Ping timeout: 250 seconds]
cdg has joined #ruby
mattwildig has joined #ruby
yqt has joined #ruby
perturbation has joined #ruby
djbkd has quit [Ping timeout: 240 seconds]
yosiat has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
yosiat has joined #ruby
FernandoBasso has joined #ruby
dlitvak has joined #ruby
diosmiux has joined #ruby
dlitvak has quit [Remote host closed the connection]
mghaig has quit [Ping timeout: 240 seconds]
karapetyan has joined #ruby
mghaig has joined #ruby
dlitvak has joined #ruby
chipotle has joined #ruby
_fesuy has left #ruby ["Leaving"]
FooMunki has quit [Quit: FooMunki]
cdg has quit [Remote host closed the connection]
Rickmasta has joined #ruby
User458764 has joined #ruby
weaksauce has joined #ruby
cdg has joined #ruby
cdg has quit [Remote host closed the connection]
futilegames has quit [Quit: futilegames]
fantazo has quit [Ping timeout: 260 seconds]
Ox0dea has joined #ruby
dlitvak_ has joined #ruby
robbyoconnor has joined #ruby
charliesome has joined #ruby
charliesome has quit [Client Quit]
skweek has quit [Ping timeout: 246 seconds]
Azulinho has joined #ruby
karapetyan has quit [Remote host closed the connection]
eminencehc has joined #ruby
dlitvak has quit [Ping timeout: 255 seconds]
mghaig has quit [Ping timeout: 264 seconds]
Yzguy has joined #ruby
|ifei5g00d has joined #ruby
karapetyan has joined #ruby
cornerma1 has joined #ruby
cornerman has quit [Ping timeout: 240 seconds]
cornerma1 is now known as cornerman
diegoaguilar has quit [Remote host closed the connection]
lukaszes has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Mia has quit [Read error: Connection reset by peer]
lukaszes has joined #ruby
flak has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
asianMike has quit [Remote host closed the connection]
fantazo has joined #ruby
djellemah has quit [Ping timeout: 250 seconds]
lukaszes has quit [Client Quit]
Brando753 has joined #ruby
_blizzy_ has quit [Read error: Connection reset by peer]
Eiam_ has joined #ruby
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Read error: Connection reset by peer]
cluda01 has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
ekinmur has joined #ruby
skweek has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
troulouliou_div2 has quit [Ping timeout: 260 seconds]
_blizzy_ has joined #ruby
cdg has joined #ruby
lenwood has quit [Ping timeout: 252 seconds]
<Yzguy> heyo
<Yzguy> there is no -= in ruby?
<banister> Yzguy there should be
<Yzguy> instances_to_terminate -= 1
<banister> yap it works
<Yzguy> that looks right right
<Ox0dea> >> foo = 69; foo -= 27; foo # Yzguy
<ruboto> Ox0dea # => 42 (https://eval.in/468770)
<banister> >> x = 10; x -= 1; x
<ruboto> banister # => 9 (https://eval.in/468771)
karapetyan has quit [Ping timeout: 250 seconds]
<Ox0dea> My numbers were better.
<banister> Ox0dea your numbesr were better
<Ox0dea> <3
troulouliou_div2 has joined #ruby
<jhass> Ox0dea: dunno, I'm missing 23 and 5 in there
<Ox0dea> banister: I think you'll like this: https://eval.in/468157
<Ox0dea> And you're just the person to ask why it still works if you change the 4s to 3s.
haxrbyte has joined #ruby
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<Ox0dea> It seems the memory right after an object's RBasic contains its "eigenmembers" or whatever, but I'd expect that to be 4 bytes.
fantazo has quit [Ping timeout: 240 seconds]
<Yzguy> ohhh i know what happened
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<Yzguy> i didn't change it from string to int so it doesnt know what to do
Axy has joined #ruby
Axy has joined #ruby
<banister> Ox0dea that's prety cool
haxrbyte_ has joined #ruby
sanjayu has joined #ruby
<Yzguy> yup, there we go
haxrbyte_ has quit [Read error: Connection reset by peer]
<Ox0dea> banister: It's a little scary, but it seems to be pretty robust.
<Ox0dea> It doesn't lose any of the includes you do outside of the ephemeral block, at any rate.
haxrbyte_ has joined #ruby
Mia has quit [Ping timeout: 276 seconds]
<Ox0dea> It doesn't work for prepends, though. :<
<Ox0dea> At least, I can't find where they are in memory.
cluda01 has left #ruby [#ruby]
<Ox0dea> I'm wanting to simulate (and, ahem, improve) refinements, since you can refine #method_missing but not #const_missing, which is dumb.
symm- has quit [Quit: Leaving...]
<VeryBewitching> Would it not stand to reason that a constant should either be or not?
<Ox0dea> Of course not.
ekinmur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Ox0dea> A constant has every right to spring into existence that a method does.
arup_r has joined #ruby
haxrbyte has quit [Ping timeout: 250 seconds]
<VeryBewitching> If you were to override const_missing, whatever value you assign to the missing constant would have to become immutable.
<Ox0dea> I don't see why that should be so, but that is in fact how I intend to use it.
<Ox0dea> "Constants" scarcely deserve the name in Ruby.
dlitvak has joined #ruby
<VeryBewitching> If you were to override it, you could change the value of the constant in the method designated to do that.
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
<VeryBewitching> Oh, well, yes I concede on that point.
<Ox0dea> VeryBewitching: $thing can be invoked at the top level, so I have to override Object.const_missing.
<Ox0dea> But I want it to be undoable, so I can't use refinements as they're implemented presently.
tubuliferous_ has joined #ruby
dlitvak has quit [Remote host closed the connection]
damiano has joined #ruby
<damiano> ciao
<VeryBewitching> I think the toughest part of learning Ruby is that the boundaries are much further out than most languages.
aep_ is now known as aep
<damiano> !list
<Ox0dea> I'm not entirely sure how to interpret that.
perturbation has quit [Remote host closed the connection]
mattwildig has quit [Remote host closed the connection]
aep is now known as Guest503
damiano has left #ruby [#ruby]
Xeago has quit [Remote host closed the connection]
mattwildig has joined #ruby
moeabdol has joined #ruby
dlitvak_ has quit [Ping timeout: 240 seconds]
Xeago has joined #ruby
Axy has quit [Ping timeout: 276 seconds]
Xeago has quit [Remote host closed the connection]
Guest503 has quit [Changing host]
Guest503 has joined #ruby
Guest503 is now known as aep_
aep_ is now known as aep__
<VeryBewitching> Ruby is much more maleable to me than any language I've worked with.
<VeryBewitching> I can change almost anything I want to suit my needs
<Ox0dea> > Ruby is a language for consenting adults.
karapetyan has joined #ruby
FernandoBasso has quit [Quit: WeeChat 1.3]
<VeryBewitching> I'm not sure I would have thought of it that intimately, but I won't begrudge you for doing so :D
<Ox0dea> It's a direct quotation.
karapetyan has quit [Remote host closed the connection]
<VeryBewitching> From where?
<Ox0dea> DHH at RubyConf 2010.
perturbation has joined #ruby
karapetyan has joined #ruby
<VeryBewitching> I'm a year new to Ruby.
<Ox0dea> It's a fun watch.
Azure has joined #ruby
fantazo has joined #ruby
moeabdol has quit [Ping timeout: 260 seconds]
Azulinho has quit [Remote host closed the connection]
Mia has quit [Read error: Connection reset by peer]
tflat_ has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
tulak has joined #ruby
asianMike has joined #ruby
tflat has quit [Ping timeout: 240 seconds]
<VeryBewitching> Watching it now.
karapetyan has quit [Ping timeout: 250 seconds]
<Ox0dea> I'll join you in spirit.
TomPeed has joined #ruby
brushbox has joined #ruby
glenny has joined #ruby
Xeago has joined #ruby
eminencehc has quit [Remote host closed the connection]
tulak has quit [Ping timeout: 246 seconds]
kerunaru has quit [Ping timeout: 250 seconds]
robbyoconnor has quit [Ping timeout: 240 seconds]
sanjayu has quit [Ping timeout: 240 seconds]
arup_r has quit [Ping timeout: 260 seconds]
troulouliou_div2 has quit [Ping timeout: 250 seconds]
_blizzy_ has quit [Quit: Leaving]
scripore has quit [Quit: This computer has gone to sleep]
codecop has quit [Remote host closed the connection]
rgtk has joined #ruby
ohaibbq has joined #ruby
Pupp3tm4st3r has joined #ruby
karapetyan has joined #ruby
masolino has joined #ruby
skweek has quit [Ping timeout: 246 seconds]
moeabdol has joined #ruby
User458764 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
karapetyan has quit [Remote host closed the connection]
rgtk has quit [Ping timeout: 260 seconds]
karapetyan has joined #ruby
lukaszes has joined #ruby
ekinmur has joined #ruby
<shevy> VeryBewitching yeah it's like a shapechanging hammer
sysanthrope has quit [Quit: No Ping reply in 180 seconds.]
Nahra has joined #ruby
sysanthrope has joined #ruby
ekinmur has quit [Client Quit]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
Rickmasta has joined #ruby
yoongkang has joined #ruby
chipotle has quit [Quit: cheerio]
karapetyan has quit [Remote host closed the connection]
arup_r has joined #ruby
arup_r is now known as Guest50926
ekinmur has joined #ruby
charliesome has joined #ruby
Guest50926 has quit [Client Quit]
<Ox0dea> Swiss Army footgun.
mattwildig has quit [Remote host closed the connection]
perturbation has quit [Quit: Leaving]
yoongkang has quit [Ping timeout: 240 seconds]
Musashi007 has joined #ruby
ekinmur has quit [Client Quit]
tref has joined #ruby
<Ox0dea> There are several "if programming languages were vehicles/weapons" blog posts, but they all get Ruby wrong.
xxneolithicxx1 has quit [Quit: Leaving.]
xxneolithicxx has joined #ruby
ruby-lang365 has quit [Ping timeout: 246 seconds]
xxneolithicxx has quit [Max SendQ exceeded]
<Ox0dea> If Ruby were a vehicle and/or a weapon, it would be the Bagger 288: https://www.youtube.com/watch?v=azEvfD4C6ow
mattwildig has joined #ruby
djbkd has joined #ruby
xxneolithicxx has joined #ruby
xxneolithicxx has quit [Max SendQ exceeded]
karapetyan has joined #ruby
ekinmur has joined #ruby
Mia has quit [Read error: Connection reset by peer]
sepp2k1 has joined #ruby
xxneolithicxx has joined #ruby
sepp2k has quit [Ping timeout: 255 seconds]
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
Musashi007 has quit [Client Quit]
chipotle has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
<shevy> the badger?
djbkd has quit [Ping timeout: 265 seconds]
<Ox0dea> You're trying to summon him, aren't you?
Ajkthx has joined #ruby
ekinmur has quit [Client Quit]
troulouliou_div2 has joined #ruby
troulouliou_div2 has quit [Remote host closed the connection]
Nahra has quit [Remote host closed the connection]
<shevy> badgers shall rule the world
chipotle_ has joined #ruby
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
robbyoconnor has joined #ruby
<shevy> Ox0dea do you test your ruby code?
<Ox0dea> When it's for serious, sure.
aevitas has joined #ruby
chipotle has quit [Ping timeout: 240 seconds]
<shevy> what do you use then?
<Ox0dea> minitest.
DMRadford_ has joined #ruby
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Ox0dea> > Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
Eiam_ has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
<Ox0dea> I don't know how zenspider is going to handle having more or less reached that point with minitest.
charliesome has quit [Ping timeout: 265 seconds]
<shevy> he'll move on to other things
<shevy> like this game/simulation thingy
charliesome has joined #ruby
<Ox0dea> Yeah, graphics is his new baby.
Eiam_ has joined #ruby
Axy has joined #ruby
Axy has quit [Changing host]
Axy has joined #ruby
Nahra has joined #ruby
kstuart has quit [Ping timeout: 264 seconds]
DexterLB has quit [Ping timeout: 260 seconds]
simplyianm has joined #ruby
chipotle has joined #ruby
<DMRadford_> Hello all. Completely new to Ruby here and trying to customize Redmine. Could somebody point me in the right direction here? http://www.pasteall.org/62198
stamina has joined #ruby
PaulCape_ has joined #ruby
Mia has quit [Ping timeout: 244 seconds]
DexterLB has joined #ruby
<jhass> maybe nothing?
<jhass> copy_options={} defines a default, you don't have to give it
<DMRadford_> the top chunk of code is pulled from issue.rb in Redmine. The bottom chunk is what I'm trying to get working in a custom workflow on the after save event. Since I know so little, I don't know how to populate the copy_options={} chunk with values for :subject, :project, etc
<jhass> is there no documentation?
<DMRadford_> None that I can find sadly
scripore has joined #ruby
PaulCapestany has quit [Ping timeout: 240 seconds]
chipotle_ has quit [Ping timeout: 255 seconds]
Axy has quit [Read error: Connection reset by peer]
<DMRadford_> There's no API guide or documentation I can find on the hooks or anything. I THINK what I'm asking is more syntax and such rather than Redmine specific (I can figure out the specifics if I can understand the syntax)
<jhass> well, what's self? are you inside a method inside Issue or whatever the class is?
<jhass> the attributes arguments is probably too supposed to be hash rather than the id
Mia has joined #ruby
Mia has joined #ruby
<DMRadford_> That's really all i know. It's a custom workflow plugin that runs ruby code before saving the issue (the left) and after saving the issue (the right)
allcentury has joined #ruby
yosiat has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<DMRadford_> So self. is the issue being edited, or copied in this case
akem has quit [Ping timeout: 246 seconds]
<jhass> ah, at the bottom, I see
<DMRadford_> yea, it doesn't show how to copy, just create a new issue
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<jhass> so what do you want to change?
TomPeed is now known as justbleed
<DMRadford_> I want to copy the current issue instead of creating a new one, and I need to set the parent_id to the current id, set the project, tracker, assignee and status.
bruno- has joined #ruby
<DMRadford_> intersting, there is no definition for create in issue.rb, maybe I'm looking in the wrong .rb file....
bruno- is now known as Guest39756
<jhass> issue = copy; issue.parent_id = id; issue.project = Project.find(...); issue.tracker = Tracker.find(...); issue.assigned_to = Prinicipal.find(...); issue.status = ...; issue.save!
<jhass> replacing ; with newlines of course
duncannz has joined #ruby
Eiam_ has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
<rob_> is it possible to include the contents of another file in-line with ruby?
gambl0re has quit [Ping timeout: 264 seconds]
<tomdp> You could eval it
<jhass> but don't
<tomdp> right
<jhass> rob_: why do you ask this?
<tomdp> Why is require not sufficient?
<jhass> ^
rakm has joined #ruby
<rob_> i have an api defined in a config file, im using grape to create a REST API
<rob_> it would be nice to have this in a separate file
<tomdp> You can use require for that
<rob_> i tried using require relative but i get an error
<tomdp> What is the error?
<jhass> well, that's probably missing a shitload of context around it
<rob_> `<top (required)>': undefined method `requires' for main:Object (NoMethodError)
<jhass> did you try redoing the Grape.configure or whatever it is around it?
<tomdp> That's right, you'd need to rope that stuff in too
skweek has joined #ruby
dn5 has quit [Ping timeout: 246 seconds]
<shevy> what is "requires"
<rob_> require doesn't work either
<Ox0dea> rob_: You could try `load` instead, but you're probably trying to import locals, and that's not gonna work.
<rob_> same error, presumably requires is a method for Object
yfeldblum has joined #ruby
<jhass> Ox0dea: neither, DSL calls
<rob_> jhass: right. is this stupid?
<jhass> rob_: well, we could find workarounds, but I'm not sure it's worth the hassle
<jhass> rob_: elaborate on the "it would be nice" ?
<jhass> why do you want this, what's the benefit?
<Ox0dea> rob_: You probably want `instance_eval(File.read('config/api.rb'))`, but that's gross.
<jhass> ^ please forget this exists. now
<tomdp> Considering how tricky it might be to get the context in and account for everything, I'm gonna be the bad guy and say eval is 100% OK here because it's not user input
<rob_> Ox0dea: yeah, i dont really want to eval
<tomdp> but not worth it
<Ox0dea> rob_: But that's what `require` and `load` do?
<rob_> true
<Ox0dea> You seem not to want your cake or to eat it.
<shevy> :D
<rob_> i just dont know what im doing
<jhass> please, everybody, let's not suggest hacks and instead get behind the motivation for the desire
<jhass> because I'm pretty convinced it's a misguided desire atm
<tomdp> But you'd still need to account for whatever context those methods need to do what they do if you're using require or load
<tomdp> right then
<shevy> he scares me
_0mega has joined #ruby
<rob_> so, i could define the api in YAML but im not sure how i'd convert 'String' to String without eval..
<Ox0dea> rob_: #const_get.
<rob_> Ox0dea: ah ok, i'll do that then, thanks!
<Ox0dea> I can't tell if sanity has prevailed or not.
DexterLB has quit [Ping timeout: 260 seconds]
<rob_> not better to read YAML and just loop over it?
<shevy> you made a suggestion so sanity lost!
_0mega has quit [Client Quit]
<jhass> rob_: _why_ ?
<jhass> what's wrong with having it in the file?
<jhass> what's the pain point? what problem are you trying to solve?
DexterLB has joined #ruby
<rob_> because i want to make this generic, so you can modify a config file to modify the required params for the api
<jhass> I have a strong feeling you're about to create a needless mess
<jhass> rob_: I share a secret with you: Ruby is so expressive, it's often used for configuration files
<rob_> that sounds like i'd learn something
<adaedra> Is this the too much genericity syndrome?
<jhass> probably, yes. A special form of the premature optimization
dn5 has joined #ruby
<Ox0dea> Premature generalization.
<rob_> oh, i agree completely
Meow-J has quit [Quit: Connection closed for inactivity]
<rob_> i want to be able to send arbitrary JSON to an API that then writes out a file in the context of the parameters using ERB
dzejrou has quit [Quit: dzejrou]
tobyx_ has quit [Remote host closed the connection]
ferz_ has joined #ruby
<rob_> i could just not bother validating the input
<jhass> if you want to accept an arbitrary json document it might be better to look into accessing the raw json and parsing it on your own
<jhass> exactly
<jhass> arbitrary is pretty much a synonym for unvalidated
ferz_ has quit [Client Quit]
_0mega has joined #ruby
dn5 has quit [Ping timeout: 272 seconds]
Jackneill has quit [Ping timeout: 240 seconds]
wildlander has quit [Quit: Saliendo]
dn5 has joined #ruby
yoongkang has joined #ruby
dn5 has quit [Ping timeout: 252 seconds]
bMalum has quit [Quit: bMalum]
<rob_> i was basically trying to create a generic app that could be configured to require some specific values
pimpin has joined #ruby
<VeryBewitching> Ox0dea: Thanks for that, his perspective resonated with my own almost fully.
dn5 has joined #ruby
Yzguy has quit [Quit: Zzz...]
brushbox has quit [Quit: brushbox]
nateberkopec has joined #ruby
symm- has joined #ruby
arta82 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
_0mega has quit [Quit: Leaving.]
lxsameer has quit [Quit: Leaving]
arta82 has joined #ruby
dlitvak has joined #ruby
dn5 has quit [Ping timeout: 272 seconds]
<Ox0dea> VeryBewitching: My pleasure, and in the literal sense, by which I mean to say I'm pleased you found little with which to disagree.
dn5 has joined #ruby
<Ox0dea> DHH is a pretty reasonable fellow nine times out of ten.
<rob_> this, basically, but with a config file that defines required values: https://github.com/roobert/JSONTemplateAPI
<Ox0dea> rob_: It feels like useless magic.
IrishGringo has joined #ruby
<rob_> Ox0dea: which bit? :)
<Ox0dea> rob_: Hiding the "complexity" of required parameters, I guess.
<rob_> hiding?
nateberkopec has quit [Quit: Leaving...]
umgrosscol has quit [Quit: End of Line]
lukaszes has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Ox0dea> Obfuscating where the real work gets done.
<rob_> i just wanted the configuration to be outside the app
PaulCape_ has quit [Quit: .]
<rob_> im not trying to obfuscate anything
PaulCapestany has joined #ruby
<Ox0dea> "'Missing required parameter'?! I don't see any required parameters."
<Ox0dea> "Oh, they're way the hell over here."
<VeryBewitching> Ox0dea: It was the George Bush picture and clip.
djbkd has joined #ruby
<Ox0dea> VeryBewitching: They do hate us for our freedom, though, don't they?
* VeryBewitching is Canadian.
<VeryBewitching> But yes, they do.
<Ox0dea> "Us" was Rubyists there, mind.
<VeryBewitching> I find myself trying to show others my love of it, but most developers I know where I live are either C# or PHP
pimpin has quit [Remote host closed the connection]
<Ox0dea> In truth, a substantial chunk of languages can be finagled into being quite a bit like Ruby, but we get all the little niceties out of the box.
aramiscd has quit [Ping timeout: 240 seconds]
<VeryBewitching> It's hard for me to make PHP pretty. I've written some rather elegant, concise solutions with it, but after learning Ruby I'm kind of in love.
<Ox0dea> Little sense in preaching to the choir with the last song still in your ears, I suppose.
<Ox0dea> I went from PHP to Python and thought I'd never leave; I was a fool.
djbkd has quit [Ping timeout: 240 seconds]
arta82 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<VeryBewitching> I didn't like Python, tbh.
<Ox0dea> You could do so much worse, though.
<jhass> Ox0dea: heh, basically the same here I guess :D
<VeryBewitching> Yes, I could write Befunge
<VeryBewitching> Or *gasp* Visual Basic.
<Ox0dea> But... I like fungeoids.
sdwrage has quit [Quit: This computer has gone to sleep]
<Ox0dea> I wrote a brainfuck interpreter in ><>.
blackmes1 has quit [Read error: Connection reset by peer]
diegoaguilar has joined #ruby
<Ox0dea> It's actually really neat to watch it go.
<VeryBewitching> I can imagine.
arta82 has joined #ruby
<Ox0dea> You can just make out the parser.
leifg has joined #ruby
lukaszes has joined #ruby
arta82 has quit [Max SendQ exceeded]
Moeh has joined #ruby
<VeryBewitching> Running it in the playground.
<Ox0dea> Does it work there? It didn't last I tried.
charliesome has quit [Ping timeout: 246 seconds]
safe has quit [Read error: Connection reset by peer]
sdwrage has joined #ruby
safe has joined #ruby
charliesome has joined #ruby
<Moeh> Hello, I want to iterate over a nested hash and every time when I find a specific key, replace the value with something custom. In the end, a hash with the replaced values should be returned. This is the current code: http://pastie.org/10557331 However, as you can see I get the error that I cannot add new keys during the iteration. Would be great if someone could help me.
<Ox0dea> VeryBewitching: The playground on fishlanguage.com requires you to provide stdin as initial stack values, for which my brainfuck interpreter does not account.
masolino has quit [Quit: leaving]
nateberkopec has joined #ruby
pimpin has joined #ruby
<VeryBewitching> Ya, it crapped out. Was fun to watch before it did though :D
aep__ is now known as aep
chipotle has quit [Quit: cheerio]
safe has quit [Quit: Leaving]
_0mega has joined #ruby
last_staff has quit [Quit: last_staff]
pimpin has quit [Ping timeout: 240 seconds]
eminencehc has joined #ruby
leifg has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
_0mega has quit [Client Quit]
Nahra has quit [Read error: Connection reset by peer]
Eiam_ has joined #ruby
ReK2 has joined #ruby
Nahra has joined #ruby
chipotle has joined #ruby
_0mega has joined #ruby
djbkd has joined #ruby
EasyCo has joined #ruby
htmldrum has joined #ruby
<Ox0dea> Yes, GitHub highlights brainfuck code. :P
_0mega has quit [Client Quit]
<EasyCo> Hey team, what're your preferences for namespacing? Nested classes (class Car; class Chassis; end; end;, or simply class Car::Chassis? Don't worry about modules.
_0mega has joined #ruby
<Ox0dea> EasyCo: Worry about modules.
solocshaw has joined #ruby
<EasyCo> Ox0dea: I worry about them all the time, but given those two scenarios. Which do you typically choose?
<Ox0dea> EasyCo: It's situational.
<VeryBewitching> Ox0dea: haha, cool. I'll play with that.
<Ox0dea> VeryBewitching: It uses a few ANSI escape sequences, but surely nothing Konsole can't handle.
Musashi007 has joined #ruby
n_blownapart has joined #ruby
djbkd has quit [Ping timeout: 260 seconds]
rakm has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<Ox0dea> asciinema doesn't play nice with them or I'd've just linked a demo.
Musashi007 has quit [Client Quit]
allcentury has quit [Ping timeout: 276 seconds]
stamina has quit [Ping timeout: 240 seconds]
_0mega has quit [Client Quit]
NeverDie has quit [Quit: http://radiux.io/]
mdih has joined #ruby
<Ox0dea> I had a Vim syntax file for ><> as well, but it seems to have gone into the ether. :<
NeverDie has joined #ruby
diosmiux has quit []
<jhass> damn ether, stealing all our good stuff
spider-mario has quit [Read error: Connection reset by peer]
eminencehc has quit [Remote host closed the connection]
<Ox0dea> Ever so slightly relevant: https://www.youtube.com/watch?v=lnUQwE0YhZo
tulak has joined #ruby
tkuchiki has joined #ruby
allcentury has joined #ruby
moeabdol has quit [Read error: Connection reset by peer]
treaki has joined #ruby
moeabdol has joined #ruby
Pupp3tm4st3r has quit [Remote host closed the connection]
Xeago has quit [Remote host closed the connection]
<Ox0dea> I bought two dozen eggs on sale instead of my usual 18 knowing I'd come to regret it, and here I am.
tulak has quit [Ping timeout: 244 seconds]
tkuchiki has quit [Ping timeout: 240 seconds]
<Ox0dea> You sometimes have to get one more or one less egg than you actually want in order to keep a dozen carton symmetrical, but you can always balance an 18.
marr has joined #ruby
<jhass> here the main unit is 10, with 6 being the less popular option
cdg has quit [Remote host closed the connection]
<VeryBewitching> Have to abolish desktop session, one moment.
VeryBewitching has quit [Quit: Konversation terminated!]
Moeh has quit [Quit: Page closed]
hashpuppy has quit [Quit: Textual IRC Client: www.textualapp.com]
VeryBewitching has joined #ruby
rgtk has joined #ruby
mattwildig has quit [Remote host closed the connection]
devoldmx has joined #ruby
subscope has quit [Quit: Leaving]
tref has quit [Quit: tref]
_blizzy_ has joined #ruby
skcin7 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
huzzah has joined #ruby
huzzah is now known as Guest24561
<Ox0dea> VeryBewitching: Another ><> program: https://eval.in/468809 ;)
trosborn has joined #ruby
x-light has joined #ruby
_0mega has joined #ruby
rgtk has quit [Ping timeout: 260 seconds]
tref has joined #ruby
<shevy> VeryBewitching abolish all the things! http://i.imgur.com/KH4wN0k.jpg
<VeryBewitching> That's cute :D
kstuart has joined #ruby
<shevy> I think on #ruby it was first havenwood who brought forward the meme with that dude... I forgot the context... something with "all the things", but it was not abolish ... hmm
<VeryBewitching> shevy: Plasma 5 took a dump when I deleted 278GB of data on one drive and 400GB of data on another.. at the same time.
<shevy> aha
<shevy> there he is!
Guest24561 has quit [Ping timeout: 240 seconds]
<shevy> VeryBewitching no surprise, KDE quality :)
<shevy> they went downhill from kde 3
<VeryBewitching> No...
<shevy> yes!
<VeryBewitching> It's that I have file indexing turned on.
simplyianm has quit [Remote host closed the connection]
<Ox0dea> shevy: "That dude"?
simplyianm has joined #ruby
FooMunki has joined #ruby
trosborn has quit [Quit: trosborn]
<shevy> yeah
<Ox0dea> http://i.imgur.com/bhbgR2X.png is the original, and that's Allie's interpretation of herself.
Eiam_ has quit [Quit: ╯°□°)╯︵ǝpouǝǝɹɟ]
Gi0 has joined #ruby
<shevy> notice the similarity http://i.imgur.com/3rDzSRl.jpg
asianMike has quit [Remote host closed the connection]
mattwildig has joined #ruby
<Ox0dea> Note the dissimilitude: http://i.imgur.com/k2h6fbR.jpg
<shevy> what does that pic have to do with: http://i.imgur.com/KH4wN0k.jpg
<Ox0dea> That's the artist and her art.
<shevy> That's any random picture of anyone.
<Ox0dea> What are you talking about?
<shevy> I could draw an alot and say that is me.
<shevy> What are you talking about?
<Ox0dea> I've already told you about Hyperbole and a Half.
<Ox0dea> Are you a goldfish?
<shevy> And I have already told you that there is no connection between either.
<shevy> Are you a hedgehog?
diegoaguilar has quit [Ping timeout: 260 seconds]
<Ox0dea> The thing with a unicorn for hair is Allie Brosh's rendition of Allie Brosh, but she doesn't actually look at all like that in Meatspace.
<shevy> Here is another one: http://i.imgur.com/yCeELFR.jpg
mattwildig has quit [Remote host closed the connection]
<shevy> Please don't try to explain any random dissimilarities.
gusrub has joined #ruby
<Ox0dea> I did liberty spikes one night for midkeks. Never again.
htmldrum has quit [Ping timeout: 265 seconds]
dn5 has quit [Ping timeout: 272 seconds]
dn5 has joined #ruby
Nahra has quit [Ping timeout: 260 seconds]
<shevy> Lately I saw something such as Prawn.debug = true
<shevy> how common is it to have lots of class methods like that?
_0mega has quit [Quit: Leaving.]
_0mega has joined #ruby
kirun has quit [Remote host closed the connection]
_0mega has quit [Client Quit]
roxtrong_ has joined #ruby
user1138 has quit [Remote host closed the connection]
user1138 has joined #ruby
_0mega has joined #ruby
<Ox0dea> I guess that's better than PRAWN_DEBUG, and maybe even Prawn::DEBUG.
tubuliferous_ has quit [Ping timeout: 244 seconds]
<Ox0dea> But if you've got a bunch of methods like that, it's more idiomatic to provide a configurator.
<Ox0dea> Prawn.config { |p| ... }
<Ox0dea> I guess nix the block parameter in this particular case.
<VeryBewitching> I think the way it's done works well because you can turn on debugging at a point in your code you want more detail about and then turn it off and continue.
<Ox0dea> You're right.
guacjack has joined #ruby
<guacjack> Evening gfolks
<VeryBewitching> Hi guacjack
<guacjack> folks*
<jhass> morning
x-light has quit [Ping timeout: 250 seconds]
<Ox0dea> guacjack: It's always morning when you enter the channel: http://www.total-knowledge.com/~ilya/mips/ugt.html
Nahra has joined #ruby
<guacjack> I'm 4 months into working as a Ruby developer at a new job (they trained me up on Ruby) and i cant help but think im learning something that is on the decline, like the rest of the dept are moving their apps to full stack javascript and in my team the developers want to keep the apps ruby
<guacjack> I do like the language though
<Ox0dea> Ruby is not immortal.
blackmesa has joined #ruby
<guacjack> Just wondered if you guys thought it was a good idea go get into more Ruby stuff like Rails cause at the minute i do Sintra apps at work
dn5 has quit [Ping timeout: 244 seconds]
<Ox0dea> > A day may come when the courage of [the Ruby community] fails, when we forsake our friends and break all bonds of fellowship. But it is not this day. An hour of [snakes] and shattered [objects] when the age of [Ruby] comes crashing down! But it is not this day!
<jhass> do whatever interests you, every new thing you learn will introduce you to at least some concept from which you general work as developer can benefit, no matter the technology applied for the current job