class OAuth::TTY::Commands::VersionCommand

Public Instance Methods

run() click to toggle source
# File lib/oauth/tty/commands/version_command.rb, line 7
        def run
          puts <<-VERSION
    OAuth Gem #{OAuth::Version::VERSION}
    OAuth TTY Gem #{OAuth::TTY::Version::VERSION}
          VERSION
        end