Class: TheFox::Timr::Command::VersionCommand

Inherits:
BasicCommand show all
Defined in:
lib/timr/command/version_command.rb

Instance Attribute Summary

Attributes inherited from BasicCommand

#cwd

Instance Method Summary collapse

Methods inherited from BasicCommand

create_command_from_argv, get_command_class_by_name, #initialize, #shutdown

Constructor Details

This class inherits a constructor from TheFox::Timr::Command::BasicCommand

Instance Method Details

#runObject

See BasicCommand#run.



9
10
11
12
# File 'lib/timr/command/version_command.rb', line 9

def run
	puts "#{NAME} #{VERSION} (#{DATE})"
	puts "#{HOMEPAGE}"
end