Class: Rgentpl::Command::Base

Inherits:
Thor
  • Object
show all
Defined in:
lib/rgentpl/command/base.rb

Overview

Base command

General command

Instance Method Summary collapse

Instance Method Details

#versionString

Returns the test message.

Returns:

  • (String)

    the test message



16
17
18
# File 'lib/rgentpl/command/base.rb', line 16

def version
  say "Rgentpl version #{Rgentpl::VERSION}", :yellow
end