Module: Sassy::SCSS::IsSCSS::InstanceMethods

Defined in:
lib/sassy/scss/is_scss.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



11
12
13
# File 'lib/sassy/scss/is_scss.rb', line 11

def <=>(other)
  to_scss <=> other.to_scss
end

#eql?(other) ⇒ Boolean

Returns:

  • (Boolean)


15
16
17
# File 'lib/sassy/scss/is_scss.rb', line 15

def eql?(other)
  to_scss.eql?(other.to_scss)
end

#hashObject



19
20
21
# File 'lib/sassy/scss/is_scss.rb', line 19

def hash
  to_scss.hash
end