lib/cmdlet/misc/omit.rb in cmdlet-0.12.3 vs lib/cmdlet/misc/omit.rb in cmdlet-0.12.4

- old
+ new

@@ -5,10 +5,10 @@ module Misc # Omit: this content will not get written out, useful for commenting out code class Omit < Cmdlet::BaseCmdlet # # @param [String|Int] value - value to omit - # @return [String] empty stting + # @return [String] empty string def call(_value) '' end end end