class Position attr_accessor :x, :y ...
Ruby parsing 2 1-digit numbers
Is there a better way to do...
def writefile(file, *linedata)
linedata.each do |line|
file << line.join(",") + "\n"
...
Ruby Parsing non-delimited text
I have large text-reports f...
Takes a string and returns ...