Sha256: 1107b5b941600c3e27ea8a8f9202c77a998f568c063ec10b571909119867fe04

Contents?: true

Size: 269 Bytes

Versions: 14

Compression:

Stored size: 269 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Bootstrap
      class Base < Icons::Base
        def initialize(**attrs)
          if attrs
            super
          else
            super()
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/base.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/base.rb