lib/cmdlet/base_cmdlet.rb in cmdlet-0.2.0 vs lib/cmdlet/base_cmdlet.rb in cmdlet-0.2.1
- old
+ new
@@ -9,9 +9,9 @@
# String tokenizer will clean up a string so that
# all sorts of case formatted strings can be
# represented in a consistent fashion
def tokenizer
- @_tokenizer ||= Funcky.configuration.tokenizer
+ @_tokenizer ||= KConfig.configuration.cmdlet.tokenizer
end
end
end