class SassC::Script::Value

def assert_int!; to_i; end

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