Exa has quit [Read error: Connection reset by peer]
Exagone313 is now known as Exa
Milos has joined #ruby
oznek has quit [Remote host closed the connection]
jmcantrell has quit [Quit: WeeChat 4.6.3]
TomyWork has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
Linux_Kerio has quit [Read error: Connection reset by peer]
Linux_Kerio has joined #ruby
ih8u2 has joined #ruby
ih8u has quit [Ping timeout: 260 seconds]
ih8u2 is now known as ih8u
ih8u2 has joined #ruby
ih8u has quit [Ping timeout: 276 seconds]
ih8u2 is now known as ih8u
GreenResponse has joined #ruby
johnjaye has quit [Ping timeout: 244 seconds]
ih8u2 has joined #ruby
schne1der has quit [Ping timeout: 252 seconds]
ih8u has quit [Ping timeout: 260 seconds]
ih8u2 is now known as ih8u
otisolsen70 has joined #ruby
schne1der has joined #ruby
lpapp has joined #ruby
lpapp has left #ruby [#ruby]
rvalue- has joined #ruby
rvalue has quit [Ping timeout: 276 seconds]
rvalue- is now known as rvalue
otisolsen70 has quit [Quit: Leaving]
andy-turner has quit [Quit: Leaving]
<nakilon>
_-- my face when I see a major bug being not even touched for 5 years in some gem, but he bumped required_ruby_version! that's so important! that fixes the bugs! (no)
<nakilon>
just make your gem not usable so they won't complain about it being buggy
<nakilon>
do edits, that fix nothing and prevent nothing, and just chill
<nakilon>
people are taught to do a thing they don't understand
johnjaye has joined #ruby
<mange>
What's the gem?
donofrio has quit [Remote host closed the connection]
<CalimeroTeknik>
nakilon, do you mean it's starting to look like a case of "updating to latest is the only way to break free of the mistakes of the past, but what do you mean by stopping making mistakes? those just happen, easily provable postconditions are for airbus only"
<o0ox1eef>
nakilon makes sure we live by a higher standard, I like it :)
mange has quit [Quit: Zzz...]
user71 has joined #ruby
balrog has quit [Quit: Bye]
balrog has joined #ruby
Sheilong has joined #ruby
dionysus69 has quit [Ping timeout: 245 seconds]
citrusmoose has joined #ruby
citrusmoose has quit [Client Quit]
citrusmoose has joined #ruby
<citrusmoose>
hi, is there anyway to /not/ deconstruct an object that's implemented `#deconstruct` and treat it like a normal object with a splat operator?
Sheilong has quit []
oznek has joined #ruby
infinityfye has quit [Read error: Connection reset by peer]
citrusmoose has quit [Quit: Client closed]
citrusmoose has joined #ruby
svm has joined #ruby
msv has quit [Ping timeout: 268 seconds]
dannyAAM has quit [Ping timeout: 272 seconds]
citrusmoose has quit [Ping timeout: 240 seconds]
dannyAAM has joined #ruby
dannyAAM has quit [Ping timeout: 276 seconds]
dannyAAM has joined #ruby
wbooze has quit [Read error: Connection reset by peer]
wbooze has joined #ruby
jmcantrell has joined #ruby
schne1der has quit [Ping timeout: 272 seconds]
Milos has quit [Ping timeout: 248 seconds]
<havenwood>
citrusmoose, if you come back, it's #to_a that provides splat functionality.
<havenwood>
the #deconstruct is for pattern matching
lucerne4 has joined #ruby
<havenwood>
You can undefine #to_a to remove the functionality.