2018-05-18 13:35:41 +02:00

12 lines
149 B
Ruby

module Hbc
class DSL
module Compat
def license(*)
odeprecated "Hbc::DSL#license"
end
end
prepend Compat
end
end