class Fission::Command

def ui

Returns a UI instance.

command.ui.output 'foo'

Examples

Internal: Helper method used to delegate UI related methods through.
def ui
  @ui ||= UI.new
end