8 lines
141 B
Ruby
8 lines
141 B
Ruby
module Travis::API::V3
|
|
class Services::Repository::Enable < Services::Repository::Disable
|
|
def run!
|
|
super(true)
|
|
end
|
|
end
|
|
end
|