# File lib/plugins/defaults/alias.rb, line 24 def register_alias(alias_name, command) @aliases[alias_name.to_sym] = command.to_s end