# encoding: utf-8 require 'one_apm/frameworks/ruby' module OneApm class Probe module Frameworks class External < OneApm::Probe::Frameworks::Ruby def init_config(options={}) super end end end end end