module TextChecker::IgnoreCase
Public Class Methods
apply(text)
click to toggle source
# File lib/options/ignore_case.rb, line 2 def self.apply(text) text.downcase end
# File lib/options/ignore_case.rb, line 2 def self.apply(text) text.downcase end