# File lib/compass/commands/registry.rb, line 7 def get(name) @commands ||= Hash.new @commands[name.to_sym] || @commands[abbreviation_of(name)] end