Method: AppProfiler::BaseProfile#view

Defined in:
lib/app_profiler/profile.rb

#view(params = {}) ⇒ Object

Raises:

  • (NotImplementedError)


95
96
97
# File 'lib/app_profiler/profile.rb', line 95

def view(params = {})
  raise NotImplementedError
end