Method: RST::RstCommand#command

Defined in:
lib/rst.rb

#commandObject (readonly)

the first argument of ARGV is the command. It’s extracted in run_command

See Also:

  • #run_command


41
42
43
# File 'lib/rst.rb', line 41

def command
  @command
end