391 392 393
# File 'lib/diff.rb', line 391 def self.is_p_open_tag(x) x =~ /\A<(p|li|ul|ol|dir|dt|dl)/ end