Class: Yinx::DownConfig::NullNoteStore

Inherits:
BasicObject
Defined in:
lib/yinx/down_config.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*p) ⇒ Object



7
8
9
# File 'lib/yinx/down_config.rb', line 7

def method_missing *p
  :Kernel.send :raise, 'note store not set'
end