havenwood has quit [Remote host closed the connection]
|jemc| has joined #ruby-lang
havenwood has joined #ruby-lang
clamstar has quit [Client Quit]
clamstar has joined #ruby-lang
eban1 is now known as eban
Barrin6 has quit [Quit: Leaving]
clamstar has quit [Remote host closed the connection]
maseda has joined #ruby-lang
CaptainJet has quit []
clamstar has joined #ruby-lang
<maseda>
i am getting "unexpected null" after attempting to insert this inside of a lambda method: `"event['tags'] ||= []) << "something"`. any thoughts?
mistym has joined #ruby-lang
RobertBirnie has quit [Ping timeout: 248 seconds]
vlad_starkov has joined #ruby-lang
vlad_starkov has quit [Read error: Connection reset by peer]
retro|cz has quit [Ping timeout: 272 seconds]
<centrx>
maseda, So it is a string inside of backticks with unmatched parentheses?
<centrx>
unmatched quotation marks too
<centrx>
So yeah, completely invalid syntax
<centrx>
and I doubt the error it gives is "unexpected null" too
broconne has joined #ruby-lang
<maseda>
centrx: my bad, plz ignore backticks
kalehv has quit [Remote host closed the connection]
mykoweb has quit [Remote host closed the connection]
kalehv has joined #ruby-lang
<maseda>
centrx: my situation is fairly unique...
Xuisce has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
<maseda>
i am attempting to pass ruby code to an app called logstash via a "ruby filter" that they provide
mykoweb has joined #ruby-lang
<maseda>
logstash runs on jruby
elliotec has joined #ruby-lang
<maseda>
i'm pretty sure jruby is throwing unexpected null
elliotec has quit [Remote host closed the connection]
elliotec has joined #ruby-lang
mykoweb has quit [Remote host closed the connection]
kalehv has quit [Ping timeout: 272 seconds]
yfeldblum has quit [Remote host closed the connection]
broconne has quit [Ping timeout: 248 seconds]
broconne has joined #ruby-lang
jtw_ has joined #ruby-lang
jamto11 has joined #ruby-lang
jtw has quit [Ping timeout: 265 seconds]
yfeldblum has joined #ruby-lang
Skinns has joined #ruby-lang
Skinns has left #ruby-lang [#ruby-lang]
fuhgeddaboudit has joined #ruby-lang
Skinns has joined #ruby-lang
<Skinns>
Can anyone tell me a good ruby on rails channel? I tried #rubyonrails but it does not let me join
<centrx>
Skinns, That is the one. Register your nick with Freenode and you can join
<Skinns>
ok thanks
<Skinns>
out of curiosity anyone ever try to use foundation 5 with ruby on rails?
<broconne>
Hoping someone can point me in the right direction.. Trying to do my first bit ever of metaprogramming.. Searched a lot, and also watched The MetaProgramming video by Dave Thomas on InfoQ.. And still am not sure how to accomplish my goal here. I am working inside a specific DSL (chef) and I want to introduce a bit of meta programming. Across a set of resources in the chef DSL there is a set of common attributes. I have those attribu
<broconne>
So, for example. Here is one of the resources. and it would have code like this. File '/location/for/file' do
<broconne>
mode '066'
<broconne>
group 'root'
<broconne>
end
<broconne>
owner 'root'
<centrx>
!paste
<broconne>
sorry.. should I pastebin it?
<centrx>
If you have any more
FlyingLeap has joined #ruby-lang
<centrx>
What you have there does not look like metaprogramming...
<broconne>
correct, its meta programming I want to add (I think)
<broconne>
I want to create an method that I put inside that do block, wherein a I pass it a class, and it sets mode,owner and root for me..
<broconne>
if that makes sense.
knu has quit [Ping timeout: 272 seconds]
<broconne>
but, I don't want to extend any of the classes in this DSL, because there are many differnt ones.
<centrx>
The do...end is a block, and you can pass a block to a method, like: file('/location/for/file', block)
<broconne>
And as I said before, I need it to work across more than just the File resource, that was just an example.
<centrx>
Yes, it is somewhere in there
<broconne>
If it was just the File resource, I cold monkeypatch it
vlad_starkov has quit [Read error: Connection reset by peer]
<broconne>
so, I was looking for a more generic solution.
<centrx>
Using chef may not be the best way to learn metaprogramming, since Chef appears to be doing fancy things with the block context
<broconne>
true, probably not optimal, just my current problem domain
hahuang61 has joined #ruby-lang
chouhoulis has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
<broconne>
Am, I looking to do some sort of dynamic mixin? Is that what I am trying to do? if you include "magic_method" or whatever you call it in the block.. it mixes with what class its part of the do/end of? And adds its method to call self.owner,self.group.self.mode? Does that make sense?
<centrx>
mixins are modules that get included in a class
mbj has joined #ruby-lang
<centrx>
I am really not sure what file is doing
kalehv_ has joined #ruby-lang
<centrx>
But you should be able to use #send to call the methods in this block
fuhgeddaboudit has quit [Ping timeout: 252 seconds]
<broconne>
hmm.. can you give me a pastebin example? or a link?
kalehv has quit [Read error: Connection reset by peer]
<gnufied>
two things if you want to use Bundler code there
<gnufied>
you are going to need, SpecSet class
<gnufied>
and then a way to represent requiremenets same as bundler I think
<gnufied>
and then you can call resolver.start(requirements)
symm- has quit [Ping timeout: 272 seconds]
<apeiros>
ok
nszceta has joined #ruby-lang
skade has joined #ruby-lang
Johz has joined #ruby-lang
skade has quit [Client Quit]
skade has joined #ruby-lang
skade has quit [Client Quit]
skade has joined #ruby-lang
tkuchiki has joined #ruby-lang
ahf has quit [Quit: Bye]
ahf has joined #ruby-lang
ahf has joined #ruby-lang
ahf has quit [Changing host]
yatish27 has quit [Remote host closed the connection]
Markvilla has joined #ruby-lang
EngierkO_ has joined #ruby-lang
EngierkO has quit [Ping timeout: 272 seconds]
<apeiros>
gnufied: may I poke you about that issue for help later today? (maybe in ~7h)
<gnufied>
sure
<apeiros>
cool, thanks
<darix>
libsolv \o/
<gnufied>
sup!
<gnufied>
:-)
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<apeiros>
gnufied: wrt libsolv: I'd prefer not to reinvent the wheel for this particular issue. if the work is halfway usable done already, I'll use that :)
<apeiros>
also means I can shift blame easily in case of bugs :o)
<darix>
apeiros: i think the solver stuff should be relatively rock solid ;)
<apeiros>
I'd think so too
charliesome has joined #ruby-lang
<gnufied>
somtimes I am not sure if other ruby implementations are holding back or moving ruby forward. :-)
<apeiros>
but hooking libsolv into understanding different gem requirement notations leaves enough opportunities to introduce a bug
<apeiros>
and since I have the precise same requirement as bundler (put some gem deps in, get specific versions out), I want to reuse its work
<darix>
gnufied: probably both. you just have to make sure the sum is greater than 0 :)
<gnufied>
heh
skade has quit [Ping timeout: 250 seconds]
charliesome has quit [Client Quit]
<apeiros>
gnufied: of course, Bundler::SpecSet has *zero* documentation
<gnufied>
Bundler code is mostly shitty I would say and I have tried people to use YARD to document things
<gnufied>
but then I myself have not touched that stuff in last 3-4 months
<gnufied>
there is some good stuff obviously.
<gnufied>
but documentation is really crappy
toretore has quit [Quit: Leaving]
toretore has joined #ruby-lang
skade has joined #ruby-lang
imperator has joined #ruby-lang
<imperator>
greetings programs
broconne has joined #ruby-lang
<workmad3>
greetings programmer
<r0bgleeson>
program says, [BUG] Segmentation Fault
skade has quit [Client Quit]
vpretzel_ is now known as vpretzel
paulkim has quit [Quit: paulkim]
<apeiros>
ueh? why on earth does bundler put man pages into lib/man?!?
<apeiros>
teh fuck?
<r0bgleeson>
where do they usually go?
skade has joined #ruby-lang
rtlong has joined #ruby-lang
sandbags has quit [Remote host closed the connection]
DevDoo has quit [Remote host closed the connection]
micalexander has joined #ruby-lang
DevDoo has joined #ruby-lang
<r0bgleeson>
maybe doc/man.
<apeiros>
gnufied: also funny how Bundler::Resolver.resolve's docs seem to be completely out of date…
broconne has quit [Quit: Leaving.]
yfeldblum has joined #ruby-lang
<r0bgleeson>
welcome to ruby? :P
<r0bgleeson>
have to go through the code most of the time sadly.
DevDoo has quit [Ping timeout: 245 seconds]
<gnufied>
no thats true actually, I would ticket it even.
miqui has joined #ruby-lang
yfeldblum has quit [Ping timeout: 245 seconds]
micalexander has quit [Remote host closed the connection]
micalexander has joined #ruby-lang
makoto_ has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
<apeiros>
gotta get back at company work now. this is private stuff :)
<apeiros>
thanks for the help so far. seems quite involved to go from a gem-dep list to a gem-list :-S
micalexander has quit [Ping timeout: 250 seconds]
makoto_ has quit [Ping timeout: 250 seconds]
skade has joined #ruby-lang
_tockitj has quit [Ping timeout: 250 seconds]
skade has quit [Client Quit]
<r0bgleeson>
i've come to the semi-conclusion that API documentation alongside code isn't worth it, often distracting(for those working on the code), & probably read by few, so I keep doc/(a wiki-like thing) to compensate. it's not science, sometimes when code comment is small it's fine.
<r0bgleeson>
maybe just a comment to reference a file and build docs via that would work
<r0bgleeson>
there's also an annoying cost to keeping the docs up to date with code change.
<gnufied>
there are plugins out there for popular editors/IDEs that hide the comments from code if you want them hidden
<r0bgleeson>
sure, but then I definitely won't update the docs when I make a code change :)
<r0bgleeson>
it doesn't make the situation better for a code reader on github say, though
<r0bgleeson>
my random thought was that through convention(doc/myclass/method.md), 'yardoc'(or similar) would build docs via that.
<r0bgleeson>
instead of them existing inline with the code.
<r0bgleeson>
you could also support different markup languages for each method, or class body, like method.{md,rdoc,textile} etc.
vpretzel has quit [Remote host closed the connection]
vpretzel has joined #ruby-lang
mykoweb has joined #ruby-lang
broconne has joined #ruby-lang
guns has joined #ruby-lang
jonr22 has quit [Remote host closed the connection]
DevDoo has joined #ruby-lang
DevDoo has quit [Client Quit]
skade has joined #ruby-lang
ItSANgo has quit [Quit: Leaving...]
dorei has joined #ruby-lang
ecnalyr has quit [Remote host closed the connection]
ecnalyr has joined #ruby-lang
ItSANgo has joined #ruby-lang
ecnalyr has quit [Ping timeout: 240 seconds]
MindfulMonk has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #ruby-lang
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mucker has quit [Remote host closed the connection]
relix has joined #ruby-lang
rindolf has joined #ruby-lang
yfeldblum has joined #ruby-lang
breakingthings has joined #ruby-lang
<rindolf>
Hi all. What is the recommended module/gem/etc. for parsing XML (or HTML in my case) with Ruby and extracting data out of it? And this seems suspicious - http://www.rubyxml.com/ (first link on https://duckduckgo.com/?q=ruby%20xml ).
elia has quit [Ping timeout: 250 seconds]
mehlah has joined #ruby-lang
yfeldblum has quit [Ping timeout: 246 seconds]
<r0bgleeson>
rindolf: a lot of people use nokogiri for that and would be my recommended choice, there's also "rexml" in stdlib but wouldn't recommend it.
nszceta has quit [Remote host closed the connection]
yatish27 has quit [Remote host closed the connection]
yatish27 has joined #ruby-lang
<drasch>
we're going to re-run the test of spawn methods in passenger to see if that's causing an issue-- we have results from earlier that say using direct vs. smart spawn didn't make a difference
<r0bgleeson>
drasch: that's not in your log in redmine/bugs
<r0bgleeson>
if you want it fixed(maybe it has been?) you should include that
<ericwood>
went home and wondered how I live with myself
skade has joined #ruby-lang
arBmind has joined #ruby-lang
skade has quit [Ping timeout: 272 seconds]
rindolf has quit [Quit: Leaving]
ggherdov_ has quit [Ping timeout: 264 seconds]
havenwood has quit []
elliotec has quit [Remote host closed the connection]
micalexander has joined #ruby-lang
havenwood has joined #ruby-lang
ggherdov_ has joined #ruby-lang
micalexander has quit [Ping timeout: 250 seconds]
elliotec has joined #ruby-lang
benanne has joined #ruby-lang
yfeldblum has joined #ruby-lang
havenwood has quit [Ping timeout: 250 seconds]
arBmind has quit [Quit: Leaving.]
yfeldblum has quit [Remote host closed the connection]
<yorickpeterse>
ericwood: the word you're looking for is "sadism"
bahar has quit [Changing host]
bahar has joined #ruby-lang
<yorickpeterse>
Also re: errors, part of the reason for using Nokogiri is that it's capable of handling invalid stuff without complaining (too much)
<ericwood>
yorickpeterse: yeah, I ran into issues with it spitting invalid stuff back out
<yorickpeterse>
heh
<yorickpeterse>
should've used REXML, then you would've never reached that point :>
<ericwood>
I find that every time I have to deal with html from arbitrary sources I get fucked over
benlovell has joined #ruby-lang
<bahar>
hey.... if i wanted to create a matrix from a collection of arrays with different row lengths, what should i use? Matrix only deals with lines of even row lengths, it looks like.
benlovell has quit [Client Quit]
<centrx>
That's the definition of a matrex
<darix>
bahar: array of arrays?
<centrx>
And...it's gone
jtw has joined #ruby-lang
imperator has joined #ruby-lang
broconne has quit [Read error: Connection reset by peer]
alekst has joined #ruby-lang
__butch__ has joined #ruby-lang
workmad3 has joined #ruby-lang
mehlah has joined #ruby-lang
mucker has quit []
makoto_ has joined #ruby-lang
__butch__ has quit [Quit: Leaving.]
deens has joined #ruby-lang
havenwood has joined #ruby-lang
yfeldblum has joined #ruby-lang
mucker has joined #ruby-lang
<ericwood>
matrex
makoto_ has quit [Ping timeout: 250 seconds]
<centrx>
mattrex
d4rkr4i has quit [Quit: Leaving.]
vlad_sta_ has joined #ruby-lang
cnivolle has joined #ruby-lang
vlad_sta_ has quit [Remote host closed the connection]
vlad_sta_ has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
<bahar>
centrx / ericwood: say first line is 1 number, second line is 2 numbers, 3rd line is 3 numbers. Matrix isn't cutting it. Is there another method that would handle that scenario?
<drbrain>
apeiros: IIRC, pretty much
<drbrain>
I just got back to my computer, so give me a second to check
arBmind has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
cnivolle has quit [Remote host closed the connection]
Abby30 has quit [Read error: Connection reset by peer]
<apeiros>
pictures which give your computer STDs…
<apeiros>
thanks drbrain! works like a charm
jvrmaia has joined #ruby-lang
charliesome has joined #ruby-lang
clamstar has joined #ruby-lang
elliotec has quit [Remote host closed the connection]
elliotec has joined #ruby-lang
jvrmaia has quit []
JohnBat26 has quit [Ping timeout: 272 seconds]
<apeiros>
drbrain: Gem::DependencyInstaller with ignore_dependencies: false the right way to go to install a list of gems into a custom directory?
deens has joined #ruby-lang
<drbrain>
apeiros: if you have the dependencies pre-resolved, yes
<apeiros>
ah, there's also Gem::Installer
<apeiros>
drbrain: yeah
<apeiros>
that part is quite like bundler with its Gemfile.lock
postmodern has joined #ruby-lang
yfeldblum has joined #ruby-lang
<apeiros>
drbrain: what does "Only validate dependencies against what is in the install_dir" mean? validate what?
yfeldblu_ has joined #ruby-lang
deens has quit [Ping timeout: 272 seconds]
<drbrain>
apeiros: when you `gem install` it looks in GEM_HOME and GEM_PATH to see if you have all the dependencies met
<drbrain>
with that option, only things in install_dir (overridden GEM_HOME) are used
<apeiros>
drbrain: ah. but not if you say ignore_dependencies, I presume?
<drbrain>
… for isolation
<drbrain>
correct
<apeiros>
ok, so Gem::DependencyInstaller with ignore_dependencies: false, install_dir: custom_dir
<drbrain>
yes
<apeiros>
nice, nice… hrm… too bad I won't have internet during my holidays, so I won't be able to test that part :-/
<apeiros>
thanks again! :)
yfeldblum has quit [Ping timeout: 272 seconds]
fijimunkii has quit [Ping timeout: 252 seconds]
deens has joined #ruby-lang
phansch has joined #ruby-lang
fijimunkii has joined #ruby-lang
deens has quit [Ping timeout: 245 seconds]
<apeiros>
drbrain: some questions (hopefully the last, no promises, though ;-) - is it possible to suppress bin installation? and what'd be a good way to hijack the "UI" (output like "Fetching: rack-1.5.2.gem (100%)")
<drbrain>
there's no option for it, but you could use mktmpdir and set bindir: in the installer to that directory
<drbrain>
you can suppress all "UI" too…
<drbrain>
Gem::DefaultUserInteraction.ui = Gem::SilentUI.new should do it
priodev has quit [Ping timeout: 265 seconds]
<apeiros>
ok. and if I'd like to get info about updates? I assume the normal CLI UI somehow gets "events" (or similar) with updates of the status?
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<drbrain>
which info?
<drbrain>
you can write your own UI, see rubygems/user_interaction.rb
elliotec has quit [Remote host closed the connection]
<apeiros>
drbrain: info like "10% of gem XY fetched"
charliesome has joined #ruby-lang
elliotec has joined #ruby-lang
priodev has joined #ruby-lang
dabradley has joined #ruby-lang
<drbrain>
there's a ProgressReporter class in user_interaction that takes care of that
<drbrain>
you can write one of those, too if you want fancier UI than the console output
jstemmer has joined #ruby-lang
w1zeman1p has joined #ruby-lang
<apeiros>
ok, thanks :)
havenwood has quit []
<drbrain>
the UI classes were designed to be replaceable with a GUI thingy but nobody has tried that to my knowledge
<drbrain>
the design appears to be reasonably flexible
<apeiros>
yeah. I can also live with the default output just fine too.
VTLob has quit [Quit: VTLob]
elliotec has quit [Remote host closed the connection]
nszceta has joined #ruby-lang
arooni-mobile__ has joined #ruby-lang
makoto_ has joined #ruby-lang
elliotec has joined #ruby-lang
jamo__ has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 250 seconds]
joelroa has joined #ruby-lang
jamo__ has quit [Client Quit]
jamo__ has joined #ruby-lang
makoto_ has quit [Ping timeout: 246 seconds]
skade has joined #ruby-lang
rhodee has quit [Ping timeout: 250 seconds]
<apeiros>
loading of rubygems can't be suppressed at run-time, right? it must happen as a command line flag (--disable-gems)?
jamo___ has joined #ruby-lang
Lewix has quit [Remote host closed the connection]
mistym has quit [Remote host closed the connection]
jamo has quit [Remote host closed the connection]
jamo___ has quit [Remote host closed the connection]
jamo has joined #ruby-lang
jonr22 has quit [Remote host closed the connection]
ssb123__ has quit [Remote host closed the connection]
Lewix has joined #ruby-lang
jamo___ has joined #ruby-lang
ssb123 has joined #ruby-lang
ssb123 has quit [Remote host closed the connection]
ssb123 has joined #ruby-lang
jamo____ has joined #ruby-lang
jamo_____ has joined #ruby-lang
<yorickpeterse>
managed to merge stuff using Vim fugitive without fuckups
<yorickpeterse>
I feel like a god
<yorickpeterse>
TIM POPE COME AT ME
<centrx>
"I'm not going to lie to you; fugitive.vim may very well be the best Git wrapper of all time."
mistym has joined #ruby-lang
elia has joined #ruby-lang
platzhirsch has joined #ruby-lang
<platzhirsch>
Join #ruby!
apeiros has quit [Remote host closed the connection]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
deception has quit [Quit: Goodbye]
cnivolle has joined #ruby-lang
vlad_starkov has joined #ruby-lang
ratmav has joined #ruby-lang
apeiros has joined #ruby-lang
cnivolle has quit [Remote host closed the connection]
deens has joined #ruby-lang
cnivolle has joined #ruby-lang
<yorickpeterse>
wat
<centrx>
Half the people in these different channels don't even know the other channel exists
<centrx>
They think this is it.
arooni-mobile__ has quit [Ping timeout: 272 seconds]
deens has quit [Ping timeout: 250 seconds]
arBmind has quit [Quit: Leaving.]
Raycaster has joined #ruby-lang
<platzhirsch>
yorickpeterse: There is #ruby and there are 900+ users
<yorickpeterse>
platzhirsch: this channel is for the cool kids
<yorickpeterse>
hence there are less of them
<platzhirsch>
and it's so cool the air has frozen and everyone died
<platzhirsch>
the end. literally
<yorickpeterse>
well that's not very nice
<centrx>
There is a place on the other side of that mountain with 900+ users!
<yorickpeterse>
go wash that potty mouth of yours with some Python
saarinen has quit [Quit: saarinen]
<platzhirsch>
yorickpeterse: that was just plain rude. One does not use words so similar to feces
michaeldeol has joined #ruby-lang
<whitequark>
pot, kettle, etc
<yorickpeterse>
platzhirsch: fine, use C++ then
whatasunnyday has joined #ruby-lang
<platzhirsch>
yorickpeterse: Don't be so defensive, granted. You have David Black. But we have a banisterfiend, shevy, workmad3, asperios and other cool cats
<yorickpeterse>
aspeiros even
<yorickpeterse>
also who's David black?
<platzhirsch>
The one who wrote "Well Grounded Rubyist"
<Lewix>
platzhirsch: we have DBlack
<jsilver>
A Well Grounded Rubyist is one with both of his feet standing on the ground
<Lewix>
jsilver: better yet flying
<jsilver>
:D
<yorickpeterse>
oh, I guess that's what I've been doing wrong
<jsilver>
platzhirsch: you forgot jsilver
<jsilver>
he's oh so cool
<yorickpeterse>
besides touching a computer
deens has joined #ruby-lang
vpretzel has quit [Ping timeout: 246 seconds]
vpretzel has joined #ruby-lang
diegoviola has joined #ruby-lang
mistym has quit [Remote host closed the connection]
<jsilver>
Let's hope the Rubyist isn't Well Grounded before applying a deadly surge of 120V as a joke
<jsilver>
120V jokes are the funniest
makoto_ has joined #ruby-lang
<platzhirsch>
anyway, I am back in paradise (# r u b y), so long
platzhirsch has left #ruby-lang [#ruby-lang]
<yorickpeterse>
I don't get the current state of puns here
vlad_starkov has quit [Read error: Connection reset by peer]
<jsilver>
IT WAS A BAD JOKE AND I'M SORRY
<jsilver>
I SAID I'M SORRY ALRIGHT?
<yorickpeterse>
shocking
<jsilver>
WHY IS IT ALWAYS MY FAULT EVERY TIME
solars has quit [Ping timeout: 246 seconds]
jsullivandigs has quit [Read error: Connection reset by peer]
jsullivandigs has joined #ruby-lang
makoto_ has quit [Ping timeout: 250 seconds]
skade has quit [Quit: Computer has gone to sleep.]
skade has joined #ruby-lang
skade has quit [Client Quit]
Guest26978 has quit [Quit: Quit my IRC client. I'll probably be back soon after a restart of it.]
<jsilver>
programming: its not always "what the hell," but also "why the hell?"
FiXato has joined #ruby-lang
<jsilver>
sometimes even "when the hell?"
<jsilver>
rarely "who the hell?" and "how the hell?"
shinnya has quit [Ping timeout: 246 seconds]
<xybre>
More like *often* "how the hell?"
chouhoulis has quit [Ping timeout: 250 seconds]
jamo___ has quit [Quit: leaving]
<yorickpeterse>
On Twitter: local police corp tweeted that a white kangaroo escaped, if people could call the cops when they'd see the kangaroo
<yorickpeterse>
Mind you this is in .nl, not .au
<yorickpeterse>
this country
<jsilver>
hey man
<jsilver>
give back my kanga
<jsilver>
she's white
bradcliffe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<jsilver>
accidentally let her out while I was in NL
<yorickpeterse>
looks legit
centrx has quit [Quit: Leaving]
bjh13 has quit [Quit: leaving]
mistym has joined #ruby-lang
phansch has quit [Quit: Leaving]
deens has quit [Remote host closed the connection]
charliesome has joined #ruby-lang
whatasunnyday has quit [Quit: whatasunnyday]
ratmav has quit [Quit: Leaving]
AKASkip has quit [Ping timeout: 245 seconds]
bradcliffe has joined #ruby-lang
w1zeman1p has quit [Read error: Connection reset by peer]
tkuchiki has joined #ruby-lang
elliotec has quit [Remote host closed the connection]