Method: Spaceship::Client::UserInterface#initialize
- Defined in:
- spaceship/lib/spaceship/ui.rb
#initialize(c) ⇒ UserInterface
Is called by the client to generate one instance of UserInterface
15 16 17 |
# File 'spaceship/lib/spaceship/ui.rb', line 15 def initialize(c) @client = c end |