class Rgentpl::Command::Base

Base command

General command

Public Instance Methods

version() click to toggle source

@return [String] the test message

# File lib/rgentpl/command/base.rb, line 16
def version
  say "Rgentpl version #{Rgentpl::VERSION}", :yellow
end