Class: Anon::Base
- Inherits:
-
Object
- Object
- Anon::Base
- Defined in:
- lib/anon/base.rb
Overview
Anonymiser base class anonymiser implimentations should inherit from
Class Method Summary collapse
-
.anonymise!(input, output, *args) ⇒ Object
Performs anonymisation.
Class Method Details
.anonymise!(input, output, *args) ⇒ Object
Performs anonymisation
13 14 15 |
# File 'lib/anon/base.rb', line 13 def self.anonymise!(input, output, *args) new(input, output, *args).anonymise! end |