We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afeb905 commit 02381f1Copy full SHA for 02381f1
.irbrc
@@ -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
@@ -0,0 +1,2 @@
+#!/bin/bash
+IRBRC=.irbrc OS=ios4 DEVICE=iphone DEVICE_ENDPOINT=http://localhost:37265 irb
irb_ios5.sh
+IRBRC=.irbrc OS=ios5 DEVICE=iphone DEVICE_ENDPOINT=http://localhost:37265 irb
0 commit comments