Method: SimpleCov::ResultAdapter.call

Defined in:
lib/simplecov/result_adapter.rb

.call(*args) ⇒ Object



14
15
16
# File 'lib/simplecov/result_adapter.rb', line 14

def self.call(*args)
  new(*args).adapt
end