class Pakyow::Presenter::FieldNode
@api private
Constants
- FIELD_TAGS
Public Class Methods
significant?(node)
click to toggle source
# File lib/pakyow/presenter/significant_nodes.rb, line 304 def self.significant?(node) node.is_a?(Oga::XML::Element) && FIELD_TAGS.include?(node.name) end