Class: SourcedConfig::Locale::NullClient

Inherits:
Object
  • Object
show all
Defined in:
lib/sourced_config/locale/null_client.rb

Instance Method Summary collapse

Instance Method Details

#load(_locale) ⇒ Object



6
7
8
# File 'lib/sourced_config/locale/null_client.rb', line 6

def load(_locale)
  {}
end