1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 19:40:06 +08:00
SpaceVim/bundle/vim-matchup/test/issues/26/example.rb
2020-06-13 14:06:35 +08:00

10 lines
131 B
Ruby

class Example
def initialize
@text = 'for text'
@text2 = 'end text2'
@text3 = '( text )'
end
end