Sha256: d3b0461b1facd91ae82cce866c2160ac62947df7620aacfd8560064699cde93b

Contents?: true

Size: 266 Bytes

Versions: 16

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

module Browser
  class Platform
    class Other < Base
      def version
        "0"
      end

      def name
        "Other"
      end

      def id
        :other
      end

      def match?
        true
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
browser-4.2.0 lib/browser/platform/other.rb
browser-4.1.0 lib/browser/platform/other.rb
browser-4.0.0 lib/browser/platform/other.rb
browser-3.0.3 lib/browser/platform/other.rb
browser-3.0.2 lib/browser/platform/other.rb
browser-3.0.1 lib/browser/platform/other.rb
browser-3.0.0 lib/browser/platform/other.rb
browser-2.7.1 lib/browser/platform/other.rb
browser-2.7.0 lib/browser/platform/other.rb
browser-2.6.1 lib/browser/platform/other.rb
browser-2.6.0 lib/browser/platform/other.rb
browser-2.5.3 lib/browser/platform/other.rb
browser-2.5.2 lib/browser/platform/other.rb
browser-2.5.1 lib/browser/platform/other.rb
browser-2.5.0 lib/browser/platform/other.rb
browser-2.4.0 lib/browser/platform/other.rb