This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
rubyx
Watch
1
Star
0
Fork
0
You've already forked rubyx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3b7248df4e
rubyx
/
test
/
mains
/
source
/
puts_Hello-there_11.rb
6 lines
73 B
Ruby
Raw
Normal View
History
Unescape
Escape
mains tests can include any code not wrapping as main anymore (must still include mains) first part of #11
2018-08-18 18:42:14 +02:00
class
Space
def
main
(
arg
)
fixing test to pass and extract own kind of same tests to bench bench tests will need some loop, but not as large as c
2019-07-25 20:25:15 +02:00
return
"
Hello-there
"
.
putstring
mains tests can include any code not wrapping as main anymore (must still include mains) first part of #11
2018-08-18 18:42:14 +02:00
end
end
Reference in New Issue
Copy Permalink