class Nokogiri::HTML4::ElementDescription

def block?

Is this element a block element?
##
def block?
  !inline?
end