Skip to content

Commit c9b3f2e

Browse files
author
Charlie Somerville
committed
add handy irb and rb scripts
1 parent 7989a68 commit c9b3f2e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

irb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dir="$(dirname "$0")"
2+
"$dir/rb" -rirb -e IRB.start "$@"

rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dir="$(dirname "$0")"
2+
"$dir/ruby" -I "$dir/lib" -I "$dir/.ext/common" -I "$dir/.ext/x86_64-darwin12.3.0" -I "$dir" "$@"

0 commit comments

Comments
 (0)