Method: ToolOpts.version

Defined in:
lib/shed/opts/tool_opts.rb

.versionObject

A version string to describe the version of the tool these options are designed to invoke.



29
30
31
# File 'lib/shed/opts/tool_opts.rb', line 29

def self.version
  ToolShed::VERSION::STRING
end