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

- old
+ new

@@ -4,9 +4,10 @@ # 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