Skip to content
Snippets Groups Projects
Commit 95a8a50a authored by Mike McQuaid's avatar Mike McQuaid
Browse files

install_renamed: ignore unused parameter.

parent 80714aaa
No related branches found
No related tags found
No related merge requests found
module InstallRenamed
def install_p src, new_basename = nil
def install_p _, new_basename = nil
super do |src, dst|
dst += "/#{File.basename(src)}" if File.directory? dst
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment