# File lib/adhearsion/voip/asterisk/menu_command/matchers.rb, line 44
          def coerce_to_numeric(victim)
            victim.kind_of?(Numeric) ? victim : (victim.to_s =~ /^\d+$/ ? victim.to_s.to_i : nil )
          end