Module: Vagrant::UI::Reformatter
- Defined in:
- lib/vagrant/ui/remote.rb
Instance Method Summary collapse
Instance Method Details
#format_message(type, message, **opts) ⇒ Object
7 8 9 10 11 |
# File 'lib/vagrant/ui/remote.rb', line 7 def (type, , **opts) = super opts[:style] = type [, opts] end |