1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-23 17:49:57 +08:00

8 lines
83 B
Ruby
Vendored

class User < ApplicationRecord
def foo
if true
self.
end
end
end