#!/usr/pkg/bin/ruby34
#
#   irb.rb - interactive ruby
#   	by Keiju ISHITSUKA(keiju@ruby-lang.org)
#

require "irb"

IRB.start(__FILE__)
