# File lib/rufus/mnemo.rb, line 133 def self.is_mnemo_word(string) begin to_integer(string) true rescue false end end