Ruby >
include ∞
include seems to not work very well.. I’ve been using absolute directories for now.. (TODO – figure this crap out)
TODO: This was solved, put some code up here..
.each ∞
http://graysoftinc.com/character-encodings/ruby-19s-string
You can use array.each, but you can’t do string.each anymore.
Instead of string.each, use string.each_line or what have you (each_char, each_with_index ..).
