Sha256: 215627ac43046aed486938fc296668d1911be5683ffb8713934209c10d6f248f
Contents?: true
Size: 178 Bytes
Versions: 20
Compression:
Stored size: 178 Bytes
Contents
module Rails module Command class VersionCommand < Base # :nodoc: def perform Rails::Command.invoke :application, [ "--version" ] end end end end
Version data entries
20 entries across 20 versions & 1 rubygems