Method: Cmds#template

Defined in:
lib/cmds.rb

#templateString (readonly)

ERB stirng template (with Cmds-specific extensions) for the command.

Returns:

  • (String)


46
47
48
# File 'lib/cmds.rb', line 46

def template
  @template
end