Sha256: ec8ff192ee1cf34e6a3d94ac3e751c92492f035b8e78c1c148721562e8387999
Contents?: true
Size: 328 Bytes
Versions: 6
Compression:
Stored size: 328 Bytes
Contents
#!/usr/bin/env ruby require 'wielder_of_anor' woa = WielderOfAnor::WielderOfAnor.new woa.help if ARGV[0] == 'help' woa.first_run if ARGV[0] == 'config' woa.output_forbidden_words if ARGV[0] == 'words' woa.add_forbidden_word(ARGV[1]) if ARGV[0] == 'add' woa.prepare(ARGV[0], ARGV[1]) woa.wielder_of_anor
Version data entries
6 entries across 6 versions & 1 rubygems