module TextChecker::IgnoreWhitespace

Public Class Methods

apply(text) click to toggle source
# File lib/options/ignore_whitespace.rb, line 2
def self.apply(text)
  text.delete(' ')
end