module Ahnnotate::GemTextWrapper

I really had a feeling Ruby would have a “word wrap” feature somewhere. Somewhere in the Rubygems code was not my first guess lol.

Public Class Methods

clean_text(text) click to toggle source
# File lib/ahnnotate/cli.rb, line 125
def clean_text(text)
  text
end