Class: Mangadex::Storage::None

Inherits:
Basic show all
Defined in:
lib/mangadex/storage/none.rb

Instance Method Summary collapse

Instance Method Details

#clear(_scope) ⇒ Object



6
# File 'lib/mangadex/storage/none.rb', line 6

def clear(_scope); end

#get(_scope, _key) ⇒ Object



4
# File 'lib/mangadex/storage/none.rb', line 4

def get(_scope, _key); end

#set(_scope, _key, _value) ⇒ Object



5
# File 'lib/mangadex/storage/none.rb', line 5

def set(_scope, _key, _value); end