module RR::Adapters::RRMethods

Public Class Methods

included(base) click to toggle source
# File lib/rr/deprecations.rb, line 46
def self.included(base)
  # This was once here but is now deprecated
  RR::Deprecations.constant_deprecated_in_favor_of(
    'RR::Adapters::RRMethods',
    'RR::DSL'
  )
end