Class: Scorm::Command::Version

Inherits:
Base
  • Object
show all
Defined in:
lib/scorm/commands/version.rb

Instance Attribute Summary

Attributes inherited from Base

#args, #autodetected_package

Instance Method Summary collapse

Methods inherited from Base

#display, #error, #extract_option, #extract_package, #initialize

Constructor Details

This class inherits a constructor from Scorm::Command::Base

Instance Method Details

#indexObject



3
4
5
# File 'lib/scorm/commands/version.rb', line 3

def index
  display Scorm::VERSION
end