7 lines
72 B
Ruby
7 lines
72 B
Ruby
module AWS
|
|
class FakeAutoScaling
|
|
def initialize
|
|
end
|
|
end
|
|
end
|