Module: Ahnnotate::GemTextWrapper
- Extended by:
- Gem::Text
- Defined in:
- lib/ahnnotate/cli.rb
Overview
I really had a feeling Ruby would have a “word wrap” feature somewhere. Somewhere in the Rubygems code was not my first guess lol.
Class Method Summary collapse
Class Method Details
.clean_text(text) ⇒ Object
125 126 127 |
# File 'lib/ahnnotate/cli.rb', line 125 def clean_text(text) text end |