This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-21 05:41:54 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
89e1233692
semantic
/
test
/
fixtures
/
ruby
/
reprinting
/
function.rb
8 lines
48 B
Ruby
Raw
Normal View
History
Unescape
Escape
tokenizing for Ruby blocks (functions)
2018-08-21 23:17:13 +03:00
def
foo
(
x
)
Ruby test hardness for ghci
2018-08-21 04:11:41 +03:00
x
tokenizing for Ruby blocks (functions)
2018-08-21 23:17:13 +03:00
end
5
.
times
do
|
i
|
Examples
2018-08-21 23:25:14 +03:00
puts
i
Ruby test hardness for ghci
2018-08-21 04:11:41 +03:00
end
Reference in New Issue
Copy Permalink