class BetterHtml::AST::Node
Attributes
loc[R]
Public Instance Methods
descendants(*types)
click to toggle source
# File lib/better_html/ast/node.rb, line 9 def descendants(*types) AST::Iterator.descendants(self, types) end
location()
click to toggle source
# File lib/better_html/ast/node.rb, line 13 def location loc end