class NodeParamsExtractor
Public Instance Methods
extract()
click to toggle source
# File lib/src/extractor.rb, line 45 def extract [node.path, *node.props.values_at(:in_parent, :path, :link, :attr)] end
# File lib/src/extractor.rb, line 45 def extract [node.path, *node.props.values_at(:in_parent, :path, :link, :attr)] end