class Utils::ConfigFile
def strip_spaces(&block)
-
(Utils::StripSpaces)
- a configured StripSpaces processor instance
Parameters:
-
block
(Proc
) -- optional block to customize the strip spaces behavior
def strip_spaces(&block) if block @strip_spaces = StripSpaces.new(&block) end @strip_spaces ||= StripSpaces.new end