Module: TagRemover

Defined in:
lib/tag_remover.rb,
lib/tag_remover/version.rb

Defined Under Namespace

Classes: Worker

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.process(input, output, opts = {}) ⇒ Object



94
95
96
# File 'lib/tag_remover.rb', line 94

def self.process input, output, opts = {}
  Worker.new(input, output, opts).perform
end