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