class Rails::Command::VersionCommand

:nodoc:

def perform

:nodoc:
def perform
  Rails::Command.invoke :application, [ "--version" ]
end