= private = protected
version()
Returns the current version of IRB, including release version and last updated date.
# File lib/irb.rb, line 356 def IRB.version if v = @CONF[:VERSION] then return v end @CONF[:VERSION] = format("irb %s (%s)", @RELEASE_VERSION, @LAST_UPDATE_DATE) end