Module: Mutant::License Private

Defined in:
lib/mutant/license.rb,
lib/mutant/license/subscription.rb,
lib/mutant/license/subscription/commercial.rb,
lib/mutant/license/subscription/opensource.rb

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

Defined Under Namespace

Classes: Subscription

Class Method Summary collapse

Class Method Details

.apply(world) ⇒ Object

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.



5
6
7
# File 'lib/mutant/license.rb', line 5

def self.apply(world)
  soft_fail(world, license_result(world))
end