-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.irb-history
50 lines (50 loc) · 1.02 KB
/
.irb-history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
query
query("Add")
label("button")
query "button marked:'Add'"
query("button marked:'Add'").count
query("button marked:'Add'").map {|e| e["class"]}
a = []
backdoor("backdoor:", "qweqewqwe")
backdoor("reset:", "xxxxzcasd")
backdoor("backdoor:", "xxxxzcasd")
backdoor("backdoor:", )
hash = {
:username => "john",
:password => "qwerty"
}
hash
poem = "qweqe qwdqqwd qd \n qweqwe"
print poem
poem.lines
poem.lines.to_a
line1 = poem.lines.to_a[0]
lines = poem.to_a
line.include? "bla"
line1.include? "bla"
line1.include? "qd"
line1
line1.uppercase
line1.upcase
[1,2,3].include? 3
[1,2,3].include? 4
[1,2,3].include? 6
arr = [1,2 ,3]
arr.include? 2
1/0
Xcode.Project("Application")
require "xcoder"
Xcode.Project("Application")
Xcode::Project("Application")
Xcode.project("Application").target("Application")
Xcode.project("Application").target("Application")
reload!
reload
source
Xcode.project("Application").target("Application")
Xcode.project("Application").target("Application")
eixt
exit
require "xcode-yamlizer"
require "kballard-osx-plist"
exit