Skip to content

Commit d6fa48c

Browse files
committed
sanitize symbols docs
1 parent 3d646c3 commit d6fa48c

File tree

1 file changed

+32
-33
lines changed

1 file changed

+32
-33
lines changed

02-ruby-basics/02.04-symbols.ipynb

+32-33
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
},
2323
{
2424
"cell_type": "code",
25-
"execution_count": 29,
25+
"execution_count": 1,
2626
"metadata": {},
2727
"outputs": [
2828
{
2929
"name": "stdout",
3030
"output_type": "stream",
3131
"text": [
32-
"70281609079360\n",
33-
"70281609079360\n",
34-
"70281609079340\n"
32+
"70148384505300\n",
33+
"70148384505300\n",
34+
"70148384505280\n"
3535
]
3636
},
3737
{
3838
"data": {
3939
"text/plain": [
40-
"70281609079340"
40+
"70148384505280"
4141
]
4242
},
43-
"execution_count": 29,
43+
"execution_count": 1,
4444
"metadata": {},
4545
"output_type": "execute_result"
4646
}
@@ -56,14 +56,13 @@
5656
},
5757
{
5858
"cell_type": "code",
59-
"execution_count": 19,
59+
"execution_count": 2,
6060
"metadata": {},
6161
"outputs": [
6262
{
6363
"name": "stdout",
6464
"output_type": "stream",
6565
"text": [
66-
"3300828\n",
6766
"3300828\n",
6867
"3300828\n"
6968
]
@@ -86,17 +85,17 @@
8685
},
8786
{
8887
"cell_type": "code",
89-
"execution_count": 33,
88+
"execution_count": 3,
9089
"metadata": {},
9190
"outputs": [
9291
{
9392
"name": "stdout",
9493
"output_type": "stream",
9594
"text": [
96-
"strng.object_id = 70281604315880\n",
97-
"strng.object_id = 70281604315880\n",
98-
"strng.object_id = 70281604315880\n",
99-
"strng.object_id = 70281604315880\n"
95+
"strng.object_id = 70148377768560\n",
96+
"strng.object_id = 70148377768560\n",
97+
"strng.object_id = 70148377768560\n",
98+
"strng.object_id = 70148377768560\n"
10099
]
101100
},
102101
{
@@ -105,7 +104,7 @@
105104
"\"hello\""
106105
]
107106
},
108-
"execution_count": 33,
107+
"execution_count": 3,
109108
"metadata": {},
110109
"output_type": "execute_result"
111110
}
@@ -131,7 +130,7 @@
131130
},
132131
{
133132
"cell_type": "code",
134-
"execution_count": 22,
133+
"execution_count": 4,
135134
"metadata": {},
136135
"outputs": [
137136
{
@@ -149,7 +148,7 @@
149148
":hello"
150149
]
151150
},
152-
"execution_count": 22,
151+
"execution_count": 4,
153152
"metadata": {},
154153
"output_type": "execute_result"
155154
}
@@ -162,7 +161,7 @@
162161
},
163162
{
164163
"cell_type": "code",
165-
"execution_count": 30,
164+
"execution_count": 5,
166165
"metadata": {},
167166
"outputs": [
168167
{
@@ -179,7 +178,7 @@
179178
"\"hello\""
180179
]
181180
},
182-
"execution_count": 30,
181+
"execution_count": 5,
183182
"metadata": {},
184183
"output_type": "execute_result"
185184
}
@@ -198,16 +197,16 @@
198197
},
199198
{
200199
"cell_type": "code",
201-
"execution_count": 27,
200+
"execution_count": 6,
202201
"metadata": {},
203202
"outputs": [
204203
{
205204
"data": {
206205
"text/plain": [
207-
"10389"
206+
"10349"
208207
]
209208
},
210-
"execution_count": 27,
209+
"execution_count": 6,
211210
"metadata": {},
212211
"output_type": "execute_result"
213212
}
@@ -218,7 +217,7 @@
218217
},
219218
{
220219
"cell_type": "code",
221-
"execution_count": 44,
220+
"execution_count": 7,
222221
"metadata": {},
223222
"outputs": [
224223
{
@@ -227,7 +226,7 @@
227226
"[:!, :\"\\\"\", :\"#\", :\"$\", :%, :&, :\"'\", :\"(\", :\")\", :*, :+, :\",\", :-, :\".\", :/, :\":\", :\";\", :<, :\"=\", :>, :\"?\", :\"@\", :\"[\", :\"\\\\\", :\"]\", :^, :`, :\"{\", :|, :\"}\", :~, :\"..\", :\"...\", :+@, :-@, :**, :<=>, :<<, :>>, :<=, :>=, :==, :===, :!=, :=~, :!~, :[], :[]=, :\"::\", :\"&&\", :\"||\", :\"&.\", :max, :min, :freeze, :inspect, :intern, :object_id, :const_missing, :method_missing, :method_added, :singleton_method_added, :method_removed, :singleton_method_removed, :method_undefined, :singleton_method_undefined, :length, :size, :gets, :succ, :each, :proc, :lambda, :send, :__send__, :__attached__, :initialize, :initialize_copy, :initialize_clone, :initialize_dup, :to_int, :to_ary, :to_str, :to_sym, :to_hash, :to_proc, :to_io, :to_a, :to_s, :to_i, :bt, :bt_locations, :call, :mesg, :exception, :_, :\"\", :empty?, :eql?, :respond_to?, :respond_to_missing?]"
228227
]
229228
},
230-
"execution_count": 44,
229+
"execution_count": 7,
231230
"metadata": {},
232231
"output_type": "execute_result"
233232
}
@@ -238,16 +237,16 @@
238237
},
239238
{
240239
"cell_type": "code",
241-
"execution_count": 45,
240+
"execution_count": 8,
242241
"metadata": {},
243242
"outputs": [
244243
{
245244
"data": {
246245
"text/plain": [
247-
"[:insert_text, :delete_text, :redisplay, :special_prefixes=, :orig_prompt, :last_prompt, :HISTORY, :USERNAME_COMPLETION_PROC, :modules, :attribute_imethods, :attribute_cmethods, :column_names, :instance_meths, :send_methods, :_1, :_i1, :sym1, :hello, :sym2, :_2, :_i2, :_3, :_i3, :_4, :_i4, :_5, :_i5, :_6, :_i6, :_7, :_i7, :_8, :_i8, :_9, :_i9, :_10, :_i10, :_11, :_i11, :_12, :_i12, :_13, :_i13, :_14, :_i14, :_15, :_i15, :_16, :_i16, :_17, :_i17, :_18, :_i18, :_19, :_i19, :_20, :_i20, :_21, :_i21, :_22, :_i22, :_23, :_i23, :_24, :_i24, :_25, :_i25, :_26, :_i26, :_27, :_i27, :_28, :_i28, :_29, :_i29, :_30, :_i30, :strng, :symbl, :helloworld, :_31, :_i31, :_32, :_i32, :_33, :_i33, :world, :_34, :_i34, :_35, :_i35, :_36, :_i36, :Hello, :_37, :_i37, :_38, :_i38, :_39, :_i39]"
246+
"[:completions, :call_action, :call_search, :CONDITION, :unique_id, :create_input, :condition_with_objects, :eval_object, :@evaled_object, :eval_debug, :ReservedWords, :class_actions, :last_find, :last_class, :klass_meth, :split_method, :current_actions, :meths, :@actions, :@class_actions, :action_methods, :find_with, :@last_class, :@last_find, :any_const_get, :find_meth, :get_class, :@klasses, :@meth, :matched_method, :current_methods, :set_action_and_search, :typed, :input_options, :actions=, :class_actions=, :last_find=, :last_class=, :@object_condition, :candidates, :quoted_files, :completion_case_fold, :pre_input_hook, :special_prefixes, :quoting_detection_proc, :input=, :output=, :quoting_detection_proc=, :completion_case_fold=, :point, :point=, :set_screen_size, :get_screen_size, :vi_editing_mode, :vi_editing_mode?, :emacs_editing_mode, :emacs_editing_mode?, :completer_word_break_characters=, :completer_word_break_characters, :basic_quote_characters=, :basic_quote_characters, :completer_quote_characters=, :completer_quote_characters, :filename_quote_characters=, :filename_quote_characters, :refresh_line, :pre_input_hook=, :insert_text, :delete_text, :redisplay, :special_prefixes=, :orig_prompt, :last_prompt, :HISTORY, :USERNAME_COMPLETION_PROC, :modules, :attribute_imethods, :attribute_cmethods, :column_names, :instance_meths, :send_methods, :comm_info_request, :_1, :_i1, :sym1, :hello, :sym2, :_2, :_i2, :strng, :_3, :_i3, :_4, :_i4, :_5, :_i5, :_6, :_i6, :_7, :_i7]"
248247
]
249248
},
250-
"execution_count": 45,
249+
"execution_count": 8,
251250
"metadata": {},
252251
"output_type": "execute_result"
253252
}
@@ -279,7 +278,7 @@
279278
},
280279
{
281280
"cell_type": "code",
282-
"execution_count": 95,
281+
"execution_count": 9,
283282
"metadata": {},
284283
"outputs": [
285284
{
@@ -319,7 +318,7 @@
319318
},
320319
{
321320
"cell_type": "code",
322-
"execution_count": 86,
321+
"execution_count": 10,
323322
"metadata": {},
324323
"outputs": [
325324
{
@@ -355,18 +354,18 @@
355354
},
356355
{
357356
"cell_type": "code",
358-
"execution_count": 66,
357+
"execution_count": 11,
359358
"metadata": {},
360359
"outputs": [
361360
{
362361
"name": "stdout",
363362
"output_type": "stream",
364363
"text": [
365-
"@000000000032ED24: :HeLLo\n",
366-
"@00003FEBB6096064: :Hello\n",
364+
"@0000000000327DE4: :HeLLo\n",
365+
"@0000000000327F24: :Hello\n",
367366
"@00000000002EE724: :HELLO\n",
368367
"@0000000000325DDC: :hello\n",
369-
"@00003FEBB6096064: :Hello\n",
368+
"@0000000000327F24: :Hello\n",
370369
"@00000000002EE724: :HELLO\n",
371370
"@0000000000325DDC: :hello\n"
372371
]
@@ -393,7 +392,7 @@
393392
},
394393
{
395394
"cell_type": "code",
396-
"execution_count": 73,
395+
"execution_count": 12,
397396
"metadata": {},
398397
"outputs": [
399398
{

0 commit comments

Comments
 (0)