Class: PhusionPassenger::Standalone::VersionCommand
- Inherits:
-
Command
show all
- Defined in:
- lib/phusion_passenger/standalone/version_command.rb
Constant Summary
Constant Summary
Constants inherited
from Command
Command::DEFAULT_OPTIONS
Class Method Summary
(collapse)
Instance Method Summary
(collapse)
Methods inherited from Command
description, #initialize
Class Method Details
+ (Object) show_in_command_list
30
31
32
|
# File 'lib/phusion_passenger/standalone/version_command.rb', line 30
def self.show_in_command_list
return false
end
|
Instance Method Details
34
35
36
37
38
|
# File 'lib/phusion_passenger/standalone/version_command.rb', line 34
def run
puts "Phusion Passenger version #{VERSION_STRING}"
puts
puts '"Phusion Passenger" is a trademark of Hongli Lai & Ninh Bui.'
end
|