Method: Jets::Command::ConfigureCommand#perform
- Defined in:
- lib/jets/commands/configure/configure_command.rb
#perform(token = nil) ⇒ Object
5 6 7 |
# File 'lib/jets/commands/configure/configure_command.rb', line 5 def perform(token=nil) Jets::Api::Config.instance.update_token(token) end |