Sha256: 62ec339ac36fe684b11d8d3ec16e999c3c99f2eadb08845ce98bdc44cc83e274
Contents?: true
Size: 368 Bytes
Versions: 8
Compression:
Stored size: 368 Bytes
Contents
require File.expand_path(File.join('..', '..', '..', 'lib', 'pah', 'version.rb'), File.dirname(__FILE__)) module Pah class Commands class Version < Base BANNER = <<-HEREDOC Pah version: #{Pah::VERSION} Rails version: #{Pah::RAILS_VERSION} Ruby version: #{Pah::RUBY_VERSION} HEREDOC def run(*) puts BANNER end end end end
Version data entries
8 entries across 8 versions & 1 rubygems