Skip to content

Commit 02381f1

Browse files
committed
shell scripts for interaction
1 parent afeb905 commit 02381f1

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

.irbrc

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
require 'irb/completion'
2+
require 'irb/ext/save-history'
3+
4+
ARGV.concat [ "--readline",
5+
"--prompt-mode",
6+
"simple" ]
7+
8+
# 25 entries in the list
9+
IRB.conf[:SAVE_HISTORY] = 50
10+
11+
# Store results in home directory with specified file name
12+
IRB.conf[:HISTORY_FILE] = ".irb-history"
13+
14+
require 'ilesspainfulclient-cucumber/operations'
15+
include ILessPainfulClient::Cucumber::Operations

irb_ios4.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
IRBRC=.irbrc OS=ios4 DEVICE=iphone DEVICE_ENDPOINT=http://localhost:37265 irb

irb_ios5.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
IRBRC=.irbrc OS=ios5 DEVICE=iphone DEVICE_ENDPOINT=http://localhost:37265 irb

0 commit comments

Comments
 (0)