Sha256: 703c468e67284abb73326715be8391a083f770970f5077b54a37db82f8f231d6

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

# frozen_string_literal: false

# Core SVG data for the trident specification sheet.
#
# This class should never need to be called directly.
# @private
class USPSFlags::Core::TridentSpecs::Base
  SA = USPSFlags::Helpers::SpecArrows
  BF = USPSFlags::Config::BASE_FLY
  BH = USPSFlags::Config::BASE_HOIST

  def initialize(options = {})
    @config = options[:config]
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
usps_flags-0.4.0 lib/usps_flags/core/trident_specs/base.rb