This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
cea73b2df9
ruby--ruby
/
test
/
excludes
/
TestIO_Console.rb
3 lines
70 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add frozen_string_literal: false for all files When you change this to true, you may need to add more tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-16 00:07:31 -05:00
# frozen_string_literal: false
TestIO_Console.rb: disable getpass test by --excludes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-09 15:06:00 -05:00
exclude
(
:test_getpass
,
'not portable'
)
Copy permalink