# File lib/sass/script/functions.rb, line 2339 def mixin_exists(name) assert_type name, :String, :name bool(environment.mixin(name.value)) end