# File wfo/repo/textarea.rb, line 22
  def self.applicable?(page)
    %r{<textarea}i =~ page
  end