Sha256: 9cda1cd634dba272eea3a14d77ed744d36b648c9e1a4613fe2aa57f0b4994f1f
Contents?: true
Size: 424 Bytes
Versions: 4
Compression:
Stored size: 424 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/sinatra' module NewRelic class Control module Frameworks # Contains basic control logic for Padrino class Padrino < NewRelic::Control::Frameworks::Sinatra end end end end
Version data entries
4 entries across 4 versions & 1 rubygems