Method: Stylish::Tree::SelectorScope#comments

Defined in:
lib/stylish/tree.rb

#commentsObject

Recursively return all the comments in the selector tree.



105
106
107
# File 'lib/stylish/tree.rb', line 105

def comments
  leaves(Comment)
end