<nakilon>
I wonder is there is a way to mark as 'abstract' but that has the default implementation
<nakilon>
i.e. the parent class/module does just 'def f x ; x ; end' and you are supposed to override only if your derived class needs it
GreenResponse has joined #ruby
<nakilon>
so the reader of parent class/module docs won't decide to delete or go around that method
<CalimeroTeknik>
havenwood, pardon my follow-up being so late; adding "Gem::Specification.each { |spec| gem spec.name, spec.version }" to the Gemfile did not do what I had in mind (I managed an equivalent result by simply removing `require 'rubygems'\nrequire 'bundler/setup'` everywhere); what I'm trying to achieve is restore the older bundler behaviour of not installing copies of system gems (already installed system-wide)
Milos has joined #ruby
<CalimeroTeknik>
maybe `Gem::Specification.each { |spec| gem spec.name, spec.version }` could be adapted for Gemfile.lock though
<CalimeroTeknik>
"use whatever version of anything that happens to be installed"
<adam12>
nakilon: Weird. No idea why they differ, tho the rubydoc.info implementation supports custom YARD plugins and I intentionally didn't, since I do still want to switch to RDoc eventually.
<nakilon>
I wish extend had the analogue of prepend as it is for include
<nakilon>
adam12: new docs design is awful
otisolsen70 has joined #ruby
<nakilon>
humankind has agreed for 10 years already that the "let us add 5 times more whitespace between lines" is a bad practice that has killed several google projects, and yet makes of new design are like living under a rock and willing to do the same fiasco
<nakilon>
with the same font size you get half of information on screen, it's just unreadable
brokkoli_origin has quit [Ping timeout: 248 seconds]
wbooze has quit [Quit: Leaving]
<adam12>
I don't mind it, tho I'd maybe reduce padding between method head and the description of that method..
<adam12>
I wish that we hired a designer to improve it tho.