mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
un.rb: nodoc setup
* lib/un.rb (setup): nodoc for internal use method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9fd8204e27
commit
ed0cba79ca
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ module FileUtils
|
||||||
@fileutils_output = $stdout
|
@fileutils_output = $stdout
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# :nodoc:
|
||||||
def setup(options = "", *long_options)
|
def setup(options = "", *long_options)
|
||||||
opt_hash = {}
|
opt_hash = {}
|
||||||
argv = []
|
argv = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue