File: irb

package info (click to toggle)
ruby-amqp 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,508 kB
  • sloc: ruby: 8,272; sh: 11; makefile: 10
file content (9 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby
# encoding: utf-8

$LOAD_PATH.unshift(File.expand_path("../../lib", __FILE__))

require "irb"
require "amqp"

IRB.start(__FILE__)