Skip to content

Instantly share code, notes, and snippets.

@hitode909
Created May 30, 2011 23:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitode909/999614 to your computer and use it in GitHub Desktop.
Save hitode909/999614 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
require 'glitch-ime'
input = ARGV.first
text = input + input.split(//).reverse[1..-1].join('')
ime = GlitchIME.new(text)
10.times {
puts ime.generate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment