class OAuth::TTY::Commands::VersionCommand
Public Instance Methods
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