2017-07-21 10:50:10 +01:00

8 lines
97 B
Ruby

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