Sha256: 449110c42ff53ba79a18806d36b0aa4b7faaee8c7962b7e2cce28566a851a42b
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: false # # irb/version.rb - irb version definition file # by Keiju ISHITSUKA(keiju@ishitsuka.com) # module IRB # :nodoc: VERSION = "1.11.2" @RELEASE_VERSION = VERSION @LAST_UPDATE_DATE = "2024-02-07" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
irb-1.11.2 | lib/irb/version.rb |