As part of a much larger project I have made a simple gem for automatically realigning strings to an arbitrary right hand margin. require “marginalise” puts “This is a long string for the sake of testing the marginalise gem”.marginalise(10) This is a long string for the sake of testing the marginalise gem The full code… Continue reading Announcing the Marginalise Ruby gem