Class: S7::S7Cli::QuitCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/s7/s7cli/command.rb

Overview

プログラムを終了するコマンドを表現する。

Instance Attribute Summary

Attributes inherited from Command

#config, #options, #world

Instance Method Summary collapse

Methods inherited from Command

#aliases, create_instance, #description, #help, #initialize, #name, #option_parser, split_name_and_argv, #usage

Methods included from GetText

#N_, #_, bindtextdomain, included

Constructor Details

This class inherits a constructor from S7::S7Cli::Command

Instance Method Details

#run(argv) ⇒ Object



205
206
207
# File 'lib/s7/s7cli/command.rb', line 205

def run(argv)
  return false
end