Class: ExercismConfig::Retrieve

Inherits:
Object
  • Object
show all
Includes:
Mandate
Defined in:
lib/exercism_config/retrieve.rb

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
8
9
# File 'lib/exercism_config/retrieve.rb', line 5

def call
  return generate_mock if Exercism.environment == :test

  retrieve_from_dynamodb
end