module RSpec::Support::RubyFeatures

def supports_rebinding_module_methods?

def supports_rebinding_module_methods?
  RUBY_VERSION.to_i >= 2
end