You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/irb-1.17.0/exe/irb

10 lines
135 B

#!/usr/bin/env ruby
#
# irb.rb - interactive ruby
# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
require "irb"
IRB.start(__FILE__)