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