Method: Sass::Selector::Attribute#operator
- Defined in:
- lib/sass/selector.rb
#operator ⇒ String (readonly)
The matching operator, e.g. "=" or "^=".
286 287 288 |
# File 'lib/sass/selector.rb', line 286
def operator
@operator
end
|