Class: Proviso::Command::Hello

Inherits:
Base
  • Object
show all
Defined in:
lib/proviso/commands/hello.rb

Constant Summary

Constants included from Helpers

Helpers::CONFIG_FILE, Helpers::PROVISO_PATH

Instance Attribute Summary

Attributes inherited from Base

#args

Instance Method Summary collapse

Methods inherited from Base

#display, #error, #extract_option, #initialize

Methods included from PluginInterface

#applications, #base_command, #command, included, #selected_application

Methods included from Helpers

#home_directory, #running_on_a_mac?, #running_on_windows?, #yaml_file

Constructor Details

This class inherits a constructor from Proviso::Command::Base

Instance Method Details

#worldObject



3
4
5
# File 'lib/proviso/commands/hello.rb', line 3

def world
  "Hello World"
end