# File lib/hammer_cli_import/configfile.rb, line 94 def map_macro(macro) if @macros.key? macro return @macros[macro] else return macro end end