11 lines
163 B
Ruby
11 lines
163 B
Ruby
module Vagrant
|
|
module LXC
|
|
module Action
|
|
class BaseAction
|
|
def initialize(app, env)
|
|
@app = app
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|