Method: Aspera::Cli::Main.result_empty
- Defined in:
- lib/aspera/cli/main.rb
.result_empty ⇒ Object
expect some list, but nothing to display
29 |
# File 'lib/aspera/cli/main.rb', line 29 def result_empty; return {type: :empty, data: :nil}; end |