Removes all callbacks registered against this object.
# File lib/sass/callbacks.rb, line 38 def clear_callbacks! @_sass_callbacks = {} end