Use module Compat style.
This commit is contained in:
parent
c623b0295c
commit
deaa8bf003
@ -1,4 +1,5 @@
|
||||
module CaskTapMigration
|
||||
class Tap
|
||||
module Compat
|
||||
def initialize(user, repo)
|
||||
super
|
||||
|
||||
@ -33,6 +34,5 @@ module CaskTapMigration
|
||||
end
|
||||
end
|
||||
|
||||
class Tap
|
||||
prepend CaskTapMigration
|
||||
prepend Compat
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user