forked from macournoyer/tinyrb
-
Notifications
You must be signed in to change notification settings - Fork 1
/
SPEC
115 lines (114 loc) · 1.41 KB
/
SPEC
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
= Methods required and missing to run mspec & rubyspec
FileUtils.mkdir_p
File.exist?
File.open(file, mode, &block)
File.dirname
File.expand_path
File.join
File.basename
File.directory?
File.writable?
File.readlink
File.symlink?
Array#shift
Array#unshift
Array#inject
Array#concat
Array#any?
Array#[#Range]
Array#replace
Array#map
Array#collect
Array#reject
Array#flatten
Array#join
Array#compact
Array#-
Array#values_at
Regexp.escape
Regexp.new
Regexp#matches?
Kernel#`
Kernel#exit(code)
Kernel#print
Kernel.raise
Kernel#Array
Kernel#lambda
Object#=~
Object#!~
Object#!=
Object#^
Object#===
Object#constants
Object#const_defined?
Object#kind_of?
Object#instance_variable_get
Object#instance_variable_set
Object#send
Object#__send__
String#chop
String#gsub
String#gsub!
String#match
String#split
String#strip
String#empty?
String#chomp
String#ljust
String#rjust
IO#write
IO#reopen
IO#rewind
IO#read
IO#close
IO#closed?
IO#path
Fixnum#abs
Hash.new {}
Hash#keys
Hash#values
Process.euid
STDOUT.tty?
Module#const_defined?
Module#const_missing
Module#const_get
Module#instance_methods
Module#private_instance_methods
Module#class_eval
Range#exclude_end?
Time.now
Time#-
ENV.[]
ARGV
__FILE__
RUBY_PLATFORM
RUBY_PATCHLEVEL
$0
$\
STDOUT
STDERR
$stderr
$stdout
= Constructs missing
<<-EOS
next in closure
ensure
?a
?\001
\001
and
or
case ... when
"#{...}"
0xBABE
0b1010
12_345
+=
&&=
%Q{
m(&block)
x ? a : b
:"..."
class << obj; self; end
100.0
&block