Internal: Helper method used to delegate UI related methods through.
Examples
command.ui.output 'foo'
Returns a UI instance.
51 52 53
# File 'lib/fission/command.rb', line 51 def ui @ui ||= UI.new end