code cleanup

This commit is contained in:
rkiel
2015-06-06 07:33:54 -04:00
parent db0a6f5501
commit 8f6feab7ea
6 changed files with 65 additions and 19 deletions

View File

@@ -13,6 +13,15 @@ module Feature
def initialize (argv)
@argv = argv
end
def valid?
true
end
def help
exit
end
end
end