Class: Engineyard::Local::UI::Colored

Inherits:
Vagrant::UI::Colored
  • Object
show all
Includes:
Common
Defined in:
lib/engineyard-local/ui.rb

Instance Method Summary collapse

Methods included from Common

#ey_localize, #say

Constructor Details

#initialize(resource) ⇒ Colored

Returns a new instance of Colored.



27
28
29
# File 'lib/engineyard-local/ui.rb', line 27

def initialize(resource)
  super(Local.config[:commands][:prefix])
end