1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 21:01:35 +03:00
semantic/bench/bench-fixtures/ruby/simple-assignment.rb

6 lines
44 B
Ruby
Raw Normal View History

2018-03-08 03:47:23 +03:00
foo = 2
bar = foo
dang = 3
song = dang
song