8 lines
97 B
Ruby
8 lines
97 B
Ruby
module Hbc
|
|
class DSL
|
|
def license(*)
|
|
odeprecated "Hbc::DSL#license"
|
|
end
|
|
end
|
|
end
|