module Shoulda::Matchers::WordWrap
@private
Constants
- TERMINAL_WIDTH
Public Instance Methods
word_wrap(document, options = {})
click to toggle source
# File lib/shoulda/matchers/util/word_wrap.rb, line 7 def word_wrap(document, options = {}) Document.new(document, **options).wrap end