Sha256: 979e32b0233f6cb475f21117b7d53307966fc9fe7d29ac97df1a71f7acd9e5b5
Contents?: true
Size: 414 Bytes
Versions: 4
Compression:
Stored size: 414 Bytes
Contents
# This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. # frozen_string_literal: true require 'new_relic/control/frameworks/ruby' module NewRelic class Control module Frameworks # Contains basic control logic for Grape class Grape < NewRelic::Control::Frameworks::Ruby end end end end
Version data entries
4 entries across 4 versions & 1 rubygems