class TrustyCms::Setup

def wrap(string)

def wrap(string)
  string = terminal.send(:wrap, string) unless terminal.wrap_at.nil?
  string
end