Sha256: 4c0b8d6331a629855490381d564149da3890064676d39eacec553f3130af1552

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.5.0'

  def self.version
    VERSION
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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