Class: Ap4r::Mongrel::Version

Inherits:
Object
  • Object
show all
Includes:
Command::Base
Defined in:
lib/ap4r/mongrel_ap4r.rb

Instance Method Summary collapse

Methods included from Command::Base

included, #send_signal

Instance Method Details

#runObject



61
62
63
64
65
66
# File 'lib/ap4r/mongrel_ap4r.rb', line 61

def run
  puts "AP4R Version is:"
  puts
  puts " - AP4R #{::Ap4r::VERSION::STRING}"
  puts
end