lib/sass/selector/pseudo.rb in sass-3.4.21 vs lib/sass/selector/pseudo.rb in sass-3.4.22
- old
+ new
@@ -7,10 +7,10 @@
# Some pseudo-class-syntax selectors are actually considered
# pseudo-elements and must be treated differently. This is a list of such
# selectors.
#
# @return [Set<String>]
- ACTUALLY_ELEMENTS = %w[after before first-line first-letter].to_set
+ ACTUALLY_ELEMENTS = %w(after before first-line first-letter).to_set
# Like \{#type}, but returns the type of selector this looks like, rather
# than the type it is semantically. This only differs from type for
# selectors in \{ACTUALLY\_ELEMENTS}.
#