We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb9fe2 commit e3e448eCopy full SHA for e3e448e
lib/pretty_ruby.rb
@@ -1,45 +1,3 @@
1
-# :count,
2
-# :detect,
3
-# :find_index,
4
-# :find_all,
5
-# :select,
6
-# :reject,
7
-# :collect,
8
-# :map,
9
-# :flat_map,
10
-# :collect_concat,
11
-# :inject,
12
-# :reduce,
13
-# :partition,
14
-# :group_by,
15
-# :first,
16
-# :all?,
17
-# :any?,
18
-# :one?,
19
-# :none?,
20
-# :minmax,
21
-# :minmax_by,
22
-# :member?,
23
-# :each_with_index,
24
-# :reverse_each,
25
-# :each_entry,
26
-# :each_slice,
27
-# :each_cons,
28
-# :each_with_object,
29
-# :zip,
30
-# :take,
31
-# :take_while,
32
-# :drop,
33
-# :drop_while,
34
-# :cycle,
35
-# :chunk,
36
-# :slice_before,
37
-# :slice_after,
38
-# :slice_when,
39
-# :chunk_while,
40
-# :sum,
41
-# :uniq]
42
-
43
module PrettyRuby
44
45
0 commit comments