Class: Sass::Script::Number

Inherits:
Literal
  • Object
show all
Defined in:
app/assets/stylesheets/gumby/extensions/modular-scale/lib/modular-scale.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object

Comparison



29
30
31
# File 'app/assets/stylesheets/gumby/extensions/modular-scale/lib/modular-scale.rb', line 29

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