Method: Mutant::Loader.call

Defined in:
lib/mutant/loader.rb

.callResult

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Call loader

Returns:



18
19
20
# File 'lib/mutant/loader.rb', line 18

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