class OAuth::TTY::Commands::VersionCommand

Public Instance Methods

run() click to toggle source
   # File lib/oauth/tty/commands/version_command.rb
 7         def run
 8           puts <<~VERSION
 9             OAuth Gem #{OAuth::Version::VERSION}
10             OAuth TTY Gem #{OAuth::TTY::Version::VERSION}
11           VERSION
12         end