12 lines
149 B
Ruby
Raw Normal View History

2017-07-15 14:46:11 +02:00
module Hbc
class DSL
2018-05-18 13:35:41 +02:00
module Compat
def license(*)
odeprecated "Hbc::DSL#license"
end
2017-07-15 14:46:11 +02:00
end
2018-05-18 13:35:41 +02:00
prepend Compat
2017-07-15 14:46:11 +02:00
end
end