class Rails::Command::AboutCommand

:nodoc:

def perform

def perform
  boot_application!
  say Rails::Info
end