Method: AppInfo::File#not_implemented_error!

Defined in:
lib/app_info/file.rb

#not_implemented_error!(method) ⇒ Object

Raises:

  • (NotImplementedError)


45
46
47
# File 'lib/app_info/file.rb', line 45

def not_implemented_error!(method)
  raise NotImplementedError, ".#{method} method implantation required in #{self.class}"
end