rbfmt 0.0.2

Ruby code formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
!a
!a.b

not 1
not(1)
not(1).foo
foo(1).not(2).bar

# 0
not(
  # 1
  # 2
  a #3
  # 4
) # 5
# 6

not a && not(b) || !not(c)