Method: Scripting::Commands::Command#description

Defined in:
lib/scripting/commands.rb

#description(desc = nil) ⇒ Object



18
19
20
21
22
23
# File 'lib/scripting/commands.rb', line 18

def description desc=nil
  unless desc.nil?
    @description = desc
  end
  @description
end