Fix unused argument

This commit is contained in:
David Yun 2016-10-07 22:49:01 +08:00
parent 2e9ec473e9
commit ca68085e59

View File

@ -204,7 +204,7 @@ module Hbc
@sha256 ||= arg
end
def license(arg = nil)
def license(*)
odeprecated "Hbc::DSL#license"
end