Sha256: c6a50d288b32afb34795f3ee6f36b7150a3d550f5dda2c10a73f1c1010e821af

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 = '0.4.0'

  def self.version
    VERSION
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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