# File lib/compass/commands/registry.rb, line 24 def command_exists?(name) @commands ||= Hash.new name && (@commands.has_key?(name.to_sym) || abbreviation?(name)) end