Class: Stripe::CLI::Commands::Version
- Inherits:
-
Stripe::CLI::Command
- Object
- Thor
- Stripe::CLI::Command
- Stripe::CLI::Commands::Version
- Defined in:
- lib/stripe/cli/commands/gem_version.rb
Instance Method Summary collapse
Methods inherited from Stripe::CLI::Command
Instance Method Details
#version ⇒ Object
7 8 9 |
# File 'lib/stripe/cli/commands/gem_version.rb', line 7 def version puts "stripe-cli v#{Stripe::CLI::VERSION}" end |