The Stranjer

Results 5 issues of The Stranjer

…ng them into strings first (or for enumerables, iterating over them) I wrote this because it's annoying having to run `to_s` on everything in order to colorize a non-String, or...

I realize this is a very small PR, but being able to just go `./autogen.sh` is an improvement. Albeit a small one. I just did `chmod +x autogen.sh` and pushed...

When I try to load the full image on Lainchan, it throws the error "failed to show image." It does _not_ do this on 4chan. Android version: 7.0 NRD90M Phone...

site bug

Generally, having a gem environment that's specific to the app you're writing is a good idea. If merged, this will implement that.

wontfix

Currently if you try this code: ```ruby require 'facets/math/gini_coefficient' a = (1..10).to_a Math::gini_coefficient(a) ``` It will throw this error: ``` lib/standard/facets/math/gini_coefficient.rb:16:in `gini_coefficient': undefined local variable or method `size' for Math:Module...