class Pakyow::Presenter::WithinFormNode

@api private

Public Class Methods

significant?(node) click to toggle source
# File lib/pakyow/presenter/significant_nodes.rb, line 199
def self.significant?(node)
  node.is_a?(Oga::XML::Element) && within_form?(node)
end