Method: Sentry::Vernier::Output#initialize
- Defined in:
- lib/sentry/vernier/output.rb
#initialize(profile, project_root:, in_app_pattern:, app_dirs_pattern:) ⇒ Output
Returns a new instance of Output.
13 14 15 16 17 18 |
# File 'lib/sentry/vernier/output.rb', line 13 def initialize(profile, project_root:, in_app_pattern:, app_dirs_pattern:) @profile = profile @project_root = project_root @in_app_pattern = in_app_pattern @app_dirs_pattern = app_dirs_pattern end |