# File lib/rantly/generator.rb, line 238
      def of(regexp)
        ASCII.scan(regexp).to_a.map! { |char| char[0].ord }
      end