1
1
mirror of https://github.com/github/semantic.git synced 2024-12-28 17:32:05 +03:00
semantic/bench/bench-fixtures/ruby/simple-assignment.rb

6 lines
44 B
Ruby
Raw Normal View History

2018-05-11 23:37:04 +03:00
foo = 2
bar = foo
dang = 3
song = dang
song