Module: SanitizePlugin
- Defined in:
- lib/what_cd/sanitize_plugins/sanitize_plugin.rb
Instance Method Summary collapse
Instance Method Details
#sanitize(path) ⇒ Object
3 4 5 |
# File 'lib/what_cd/sanitize_plugins/sanitize_plugin.rb', line 3 def sanitize(path) raise 'This method should be implemented by every sanitization plugin and return the context regardless of whether it has been modified or not' end |