This website requires JavaScript.
Explore
Help
Sign in
glenux
/
vagrant-lxc-ng
Watch
1
Star
0
Fork
You've already forked vagrant-lxc-ng
0
Code
Issues
4
Pull requests
Projects
1
Releases
Packages
Wiki
Activity
0eae5c0926
vagrant-lxc-ng
/
lib
/
vagrant-backports
/
ui.rb
13 lines
173 B
Ruby
Raw
Normal View
History
Unescape
Escape
backports: Alias 1.5 new Vagrant::UI::Interface methods
2014-03-13 01:40:03 +00:00
module
Vagrant
module
UI
class
Interface
core: Get the plugin to work on Vagrant 1.4 nicely
2014-03-13 01:47:05 +00:00
def
output
(
*
args
)
info
(
*
args
)
end
def
detail
(
*
args
)
info
(
*
args
)
end
backports: Alias 1.5 new Vagrant::UI::Interface methods
2014-03-13 01:40:03 +00:00
end
end
end
Reference in a new issue
Copy permalink