comparison 1-Ruby/object-all-things-ruby.output @ 5:2b423d86da51

Add script and output for checking all-values-are-objects code
author IBBoard <dev@ibboard.co.uk>
date Mon, 02 Jan 2017 20:38:07 +0000
parents
children
comparison
equal deleted inserted replaced
4:9f14e665fd1b 5:2b423d86da51
1 Fixnum
2 8
3 4.to_s
4 4.inspect
5 4.-@
6 4.+
7 4.-
8 4.*
9 4./
10 4.div
11 4.%
12 4.modulo
13 4.divmod
14 4.fdiv
15 4.**
16 4.abs
17 4.magnitude
18 4.==
19 4.===
20 4.<=>
21 4.>
22 4.>=
23 4.<
24 4.<=
25 4.~
26 4.&
27 4.|
28 4.^
29 4.[]
30 4.<<
31 4.>>
32 4.to_f
33 4.size
34 4.bit_length
35 4.zero?
36 4.odd?
37 4.even?
38 4.succ
39 4.integer?
40 4.upto
41 4.downto
42 4.times
43 4.next
44 4.pred
45 4.chr
46 4.ord
47 4.to_i
48 4.to_int
49 4.floor
50 4.ceil
51 4.truncate
52 4.round
53 4.gcd
54 4.lcm
55 4.gcdlcm
56 4.numerator
57 4.denominator
58 4.to_r
59 4.rationalize
60 4.singleton_method_added
61 4.coerce
62 4.i
63 4.+@
64 4.eql?
65 4.remainder
66 4.real?
67 4.nonzero?
68 4.step
69 4.quo
70 4.to_c
71 4.real
72 4.imaginary
73 4.imag
74 4.abs2
75 4.arg
76 4.angle
77 4.phase
78 4.rectangular
79 4.rect
80 4.polar
81 4.conjugate
82 4.conj
83 4.between?
84 4.nil?
85 4.=~
86 4.!~
87 4.hash
88 4.class
89 4.singleton_class
90 4.clone
91 4.dup
92 4.taint
93 4.tainted?
94 4.untaint
95 4.untrust
96 4.untrusted?
97 4.trust
98 4.freeze
99 4.frozen?
100 4.methods
101 4.singleton_methods
102 4.protected_methods
103 4.private_methods
104 4.public_methods
105 4.instance_variables
106 4.instance_variable_get
107 4.instance_variable_set
108 4.instance_variable_defined?
109 4.remove_instance_variable
110 4.instance_of?
111 4.kind_of?
112 4.is_a?
113 4.tap
114 4.send
115 4.public_send
116 4.respond_to?
117 4.extend
118 4.display
119 4.method
120 4.public_method
121 4.singleton_method
122 4.define_singleton_method
123 4.object_id
124 4.to_enum
125 4.enum_for
126 4.equal?
127 4.!
128 4.!=
129 4.instance_eval
130 4.instance_exec
131 4.__send__
132 4.__id__