Sha256: dafc481146a1afdae821d75eceb1ffa645c37bc1134df539361bdf2c058ace87
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: false # # irb/version.rb - irb version definition file # $Release Version: 0.9.6$ # $Revision$ # by Keiju ISHITSUKA(keiju@ishitsuka.com) # # -- # # # module IRB # :nodoc: VERSION = "1.6.2" @RELEASE_VERSION = VERSION @LAST_UPDATE_DATE = "2022-12-13" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
irb-1.6.2 | lib/irb/version.rb |