Class: Saviour::Config::NotImplemented

Inherits:
Object
  • Object
show all
Defined in:
lib/saviour/config.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject

Raises:

  • (RuntimeError)


4
5
6
# File 'lib/saviour/config.rb', line 4

def method_missing(*)
  raise(RuntimeError, "You need to provide a storage! Set Saviour::Config.storage = xxx")
end