Sha256: a83d03efe6a6786465a3d849e7744052d2ad01a86219d836dd2e86c015801be2
Contents?: true
Size: 256 Bytes
Versions: 40
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true module Rails module Command class VersionCommand < Base # :nodoc: desc "version", "Show the Rails version" def perform Rails::Command.invoke :application, [ "--version" ] end end end end
Version data entries
40 entries across 40 versions & 5 rubygems