Sha256: 1cd9ce3fa167bf9c2ffc7701dbb66812b3b0f405d2a51d7c6780a102da4e7eae

Contents?: true

Size: 180 Bytes

Versions: 1

Compression:

Stored size: 180 Bytes

Contents

# frozen_string_literal: true

# Here only the _VERSION_ of Fd is defined
# All other code is in lib/fd.rb
#
class Fd
  VERSION = '1.0.0'

  def self.version
    VERSION
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fd-1.0.0 lib/fd/version.rb