module AcquiaToolbelt::UtilityMethods

Protected Instance Methods

ui() click to toggle source

Alias Thor's shell to UI instead.

# File lib/acquia_toolbelt/thor.rb, line 9
def ui
  shell
end