require 'rchardet19' require 'addressable/uri' require 'active_support/core_ext/module' require 'active_support/version' require 'action_pack' require 'string_tools/string' class String %w[auto_link excerpt highlight sanitize simple_format word_wrap].each do |method| eval <<-EVAL def #{method}(*args) ActionController::Base.helpers.#{method}(self, *args) end EVAL end # возвращает строку из которой удалены HTML-теги # символы <>&" остаются без изменения def strip_tags ActionController::Base.helpers.strip_tags(self).to_str.gsub(/