protektwar has quit [Remote host closed the connection]
protektwar has joined #ruby
protektwar has quit [Changing host]
protektwar has joined #ruby
jpn has quit [Quit: leaving]
jpn has joined #ruby
jpn has quit [Quit: Lost terminal]
axisys has joined #ruby
roadie has joined #ruby
swaggboi has quit [Ping timeout: 246 seconds]
sylario has quit [Quit: Connection closed for inactivity]
jpn has joined #ruby
jpn has quit [Client Quit]
swaggboi has joined #ruby
agrosant has quit [Quit: Leaving]
Rounin has quit [Ping timeout: 272 seconds]
roadie has quit [Ping timeout: 240 seconds]
Ziyan has joined #ruby
TCZ has joined #ruby
ralu1 has joined #ruby
ralu1 has quit [Ping timeout: 240 seconds]
protektwar has quit [Remote host closed the connection]
protektwar has joined #ruby
protektwar has quit [Changing host]
protektwar has joined #ruby
ralu1 has joined #ruby
John_Ivan has quit [Ping timeout: 240 seconds]
AndreYuhai has joined #ruby
AndreYuhai has quit [Ping timeout: 276 seconds]
TCZ has quit [Quit: ...]
Vonter has joined #ruby
protektwar has quit [Remote host closed the connection]
protektwar has joined #ruby
protektwar has quit [Changing host]
protektwar has joined #ruby
ssh073 has quit [Remote host closed the connection]
ssh073 has joined #ruby
reset has quit [Quit: reset]
gr33n7007h has quit [Quit: WeeChat 3.5]
gr33n7007h has joined #ruby
protektwar has quit [Remote host closed the connection]
protektwar has joined #ruby
protektwar has quit [Changing host]
protektwar has joined #ruby
neshpion has joined #ruby
Tempesta has quit [Quit: See ya!]
Tempesta has joined #ruby
gr33n7007h has quit [Quit: WeeChat 3.5]
dionysus69 has joined #ruby
protektwar has quit [Remote host closed the connection]
protektwar has joined #ruby
protektwar has joined #ruby
protektwar has quit [Changing host]
Tempesta has quit [Read error: Connection reset by peer]
_whitelogger has joined #ruby
Ziyan has quit [Ping timeout: 240 seconds]
ralu1 has quit [Ping timeout: 256 seconds]
Ziyan has joined #ruby
Tempesta has joined #ruby
Ziyan has quit [Ping timeout: 276 seconds]
Ziyan has joined #ruby
Ziyan has quit [Ping timeout: 240 seconds]
Ziyan has joined #ruby
protektwar has quit [Quit: I quitted... I think so.]
protektwar has joined #ruby
seabre has quit [Ping timeout: 276 seconds]
Rounin has joined #ruby
protektwar has quit [Quit: quitting away]
protektwar has joined #ruby
protektwar has quit [Changing host]
protektwar has joined #ruby
Ziyan has quit [Ping timeout: 276 seconds]
Ziyan has joined #ruby
seabre has joined #ruby
Ziyan has quit [Ping timeout: 272 seconds]
jpn has joined #ruby
Rounin has quit [Ping timeout: 240 seconds]
neshpion has quit [Quit: neshpion]
ralu1 has joined #ruby
jpn has quit [Ping timeout: 240 seconds]
jpn has joined #ruby
jpn has quit [Quit: Lost terminal]
Ziyan has joined #ruby
<ox1eef>
weaksauc_: https://github.com/0x1eef/ryo.rb/tree/master/.yardoc-template/ - not much to it at the moment, the changes can be described as: 1) enforce a max-width of 768px, 2) sort methods according to the order they appear in the source (instead of alphabetically), 3) 'Table of contents' on pages like README.md is fixed, so it follows scroll, 4) hide table of contents on low-res devices.
oxfuxxx has quit [Remote host closed the connection]
weaksauc_ is now known as weaksauce
<ox1eef>
np
<weaksauce>
the thing that always bugged me with those docs is there is no easy way to get back to the readme
<weaksauce>
the link to the index always seems broken
<weaksauce>
so you have to go to files and then readme
<ox1eef>
agreed, that could be improved - i am pretty sure you can do that in a similar way to as i have done, you just have to find the relevant html / setup.rb
dionysus69 has joined #ruby
kaivai has quit [Ping timeout: 240 seconds]
jpn has joined #ruby
protektwar_ has quit [Ping timeout: 248 seconds]
noname has joined #ruby
shokohsc has quit [Read error: Connection reset by peer]
<havenwood>
That reminds me, been meaning to propose Enumerator#eager that returns itself.
<havenwood>
We have Enumerator::Lazy#eager, and Enumerator#lazy and Enumerator::Lazy#lazy but we're missing Enumerator#eager. That's burned me a few times.