Sha256: e76a92a248565c3231a9174b7658150bc35d6fa50e55260570e57059fc538872
Contents?: true
Size: 257 Bytes
Versions: 9
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true module IRB # :stopdoc: module Command class Exit < Base category "IRB" description "Exit the current irb session." def execute(_arg) IRB.irb_exit end end end # :startdoc: end
Version data entries
9 entries across 9 versions & 3 rubygems