class Sass::Script::Value::Base

def assert_int!; to_i; end

Raises:
  • (Sass::SyntaxError) - if this value isn't an integer
def assert_int!; to_i; end