lib/cmdlet/base_cmdlet.rb in cmdlet-0.6.1 vs lib/cmdlet/base_cmdlet.rb in cmdlet-0.6.2

- old
+ new

@@ -4,10 +4,9 @@ # base cmdlet provides an interface for cmdlets class BaseCmdlet def call(value) value end - alias parse call # String tokenizer will clean up a string so that # all sorts of case formatted strings can be # represented in a consistent fashion def tokenizer