Class: GdsApi::TestHelpers::NullCache

Inherits:
Object
  • Object
show all
Defined in:
lib/gds_api/test_helpers/json_client_helper.rb

Instance Method Summary collapse

Instance Method Details

#[](k) ⇒ Object



6
7
8
# File 'lib/gds_api/test_helpers/json_client_helper.rb', line 6

def [](k)
  nil
end

#[]=(k, v) ⇒ Object



10
11
# File 'lib/gds_api/test_helpers/json_client_helper.rb', line 10

def []=(k, v)
end