Class/Module Index [+]

Quicksearch

PhusionPassenger::Standalone::VersionCommand

Public Class Methods

show_in_command_list() click to toggle source
# File lib/phusion_passenger/standalone/version_command.rb, line 30
def self.show_in_command_list
        return false
end

Public Instance Methods

run() click to toggle source
# 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

[Validate]

Generated with the Darkfish Rdoc Generator 2.