Class: Pah::Commands::Version

Inherits:
Base
  • Object
show all
Defined in:
lib/pah/commands/version.rb

Constant Summary collapse

<<-HEREDOC
Pah version: #{Pah::VERSION}
Rails version: #{Pah::RAILS_VERSION}
Ruby version: #{Pah::RUBY_VERSION}
HEREDOC

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Pah::Commands::Base

Instance Method Details

#runObject



12
13
14
# File 'lib/pah/commands/version.rb', line 12

def run(*)
  puts BANNER
end