kaiwren/wrest

View on GitHub
lib/wrest_no_ext.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# Opts out of including Wrest's String Extensions
module Wrest
  NoStringExtensions = true
end
require 'wrest'