lib/platform_sdk/edkey.rb
# frozen_string_literal: true require 'platform_sdk/edkey/client' module PlatformSdk module Edkey class Error < StandardError; end end end
# frozen_string_literal: true require 'platform_sdk/edkey/client' module PlatformSdk module Edkey class Error < StandardError; end end end