This website requires JavaScript.
Explore
Help
Sign In
1berry
/
ruby
Watch
1
Star
0
Fork
0
You've already forked ruby
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ruby
/
lib
/
optionparser.rb
3 lines
59 B
Ruby
Raw
Permalink
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 05:07:31 +00:00
# frozen_string_literal: false
lib/optionparser.rb * lib/optionparser.rb, lib/optparse.rb (OptParse): aliases. [ruby-core:62751] [Feature #9864] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-05-26 03:25:38 +00:00
require_relative
'optparse'
Reference in New Issue
Copy Permalink