lib/google/ads/google_ads.rb in google-ads-googleads-6.0.0 vs lib/google/ads/google_ads.rb in google-ads-googleads-7.0.0

- old
+ new

@@ -15,15 +15,5 @@ # See the License for the specific language governing permissions and # limitations under the License. require 'google/ads/google_ads/api_versions' require 'google/ads/google_ads/google_ads_client' - -module Google - module Ads - module GoogleAds - def self.valid_version?(version) - known_api_versions.include?(version) - end - end - end -end