class Sass::Script::Literal

def assert_int!; to_i; end

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