Exception: PredicateScope::Errors::MultipleCores

Inherits:
StandardError
  • Object
show all
Defined in:
lib/predicate_scope.rb

Instance Method Summary collapse

Constructor Details

#initializeMultipleCores

Returns a new instance of MultipleCores.



30
31
32
# File 'lib/predicate_scope.rb', line 30

def initialize
  super("More than one core is not yet supported.")
end