Class: AdLocalize::Sanitizers::PassThroughSanitizer

Inherits:
Object
  • Object
show all
Defined in:
lib/ad_localize/sanitizers/pass_through_sanitizer.rb

Instance Method Summary collapse

Instance Method Details

#sanitize(value:) ⇒ Object



5
6
7
# File 'lib/ad_localize/sanitizers/pass_through_sanitizer.rb', line 5

def sanitize(value:)
  value
end