Class: OAuth::TTY::Commands::VersionCommand
- Inherits:
-
OAuth::TTY::Command
- Object
- OAuth::TTY::Command
- OAuth::TTY::Commands::VersionCommand
- Defined in:
- lib/oauth/tty/commands/version_command.rb
Instance Method Summary collapse
Methods inherited from OAuth::TTY::Command
#initialize, #required_options
Constructor Details
This class inherits a constructor from OAuth::TTY::Command
Instance Method Details
#run ⇒ Object
7 8 9 10 11 12 |
# File 'lib/oauth/tty/commands/version_command.rb', line 7 def run puts " OAuth Gem \#{OAuth::Version::VERSION}\n OAuth TTY Gem \#{OAuth::TTY::Version::VERSION}\n VERSION\nend\n" |