Method: Spaceship::Client#UI
- Defined in:
- spaceship/lib/spaceship/ui.rb
#UI ⇒ Object
Public getter for all UI related code rubocop:disable Naming/MethodName
22 23 24 |
# File 'spaceship/lib/spaceship/ui.rb', line 22 def UI UserInterface.new(self) end |