Module: AppProfiler::Yarn::WithFirefoxProfiler
- Includes:
- Command
- Included in:
- Viewer::FirefoxRemoteViewer::Middleware
- Defined in:
- lib/app_profiler/yarn/with_firefox_profiler.rb
Instance Method Summary collapse
Methods included from Command
#yarn, #yarn_setup, #yarn_setup=
Instance Method Details
#setup_yarn ⇒ Object
15 16 17 18 19 20 |
# File 'lib/app_profiler/yarn/with_firefox_profiler.rb', line 15 def setup_yarn super return if firefox_profiler_added? fetch_firefox_profiler end |
#valid_commands ⇒ Object
22 23 24 |
# File 'lib/app_profiler/yarn/with_firefox_profiler.rb', line 22 def valid_commands VALID_COMMANDS end |