index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
indent
/
ruby
/
period-issue-3364.rb
blob: 6582750d17efa254790e8d2e9cdbd323029df1da (
plain
)
1
2
3
4
5
6
7
class
User
<
ApplicationRecord
def
foo
if true
self
.
end
end
end