module HtmlSlicer::Utilities::NodeIdent

Public Instance Methods

node_identify(node) click to toggle source
# File lib/html_slicer/utilities.rb, line 16
def node_identify(node)
  [node.line, node.position]
end