8 lines
97 B
Ruby
Raw Normal View History

2017-07-15 14:46:11 +02:00
module Hbc
class DSL
def license(*)
odeprecated "Hbc::DSL#license"
end
end
end