Typically technical, occasionally informative
class Array def to_s '[' + collect{|x| x.to_s}.join(', ') + ']' endend
Post a Comment
No comments:
Post a Comment