Class: Vvm::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/vvm/cli.rb,
lib/vvm/cli/command.rb,
lib/vvm/cli/environment.rb,
lib/vvm/cli/command/base.rb,
lib/vvm/cli/command/exit.rb,
lib/vvm/cli/command/dispense.rb,
lib/vvm/cli/command/insert_coin.rb,
lib/vvm/cli/command/pick_product.rb,
lib/vvm/cli/command/show_main_menu.rb,
lib/vvm/cli/command/confirm_dispense.rb,
lib/vvm/cli/command/confirm_product_pick.rb

Defined Under Namespace

Modules: Command Classes: Environment

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
# File 'lib/vvm/cli.rb', line 5

def call
  Environment.new.call(:show_main_menu)
end