Class: Ap4r::Mongrel::Version
- Includes:
- Command::Base
- Defined in:
- lib/ap4r/mongrel_ap4r.rb
Instance Method Summary collapse
Methods included from Command::Base
Instance Method Details
#run ⇒ Object
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 |