Sha256: d584b5366b2829144ad00303426c9481a49501559b4b12fab8edcb1a4e806e1f
Contents?: true
Size: 209 Bytes
Versions: 166
Compression:
Stored size: 209 Bytes
Contents
# frozen_string_literal: true module Rails module Command class VersionCommand < Base # :nodoc: def perform Rails::Command.invoke :application, [ "--version" ] end end end end
Version data entries
166 entries across 153 versions & 12 rubygems