# File lib/new_relic/agent/instrumentation/sequel.rb, line 18 def supported_sequel_version? Sequel.const_defined?( :MAJOR ) && ( Sequel::MAJOR > 3 || Sequel::MAJOR == 3 && Sequel::MINOR >= 37 ) end