class OAuth::CLI::VersionCommand

Public Instance Methods

run() click to toggle source
# File lib/oauth/cli/version_command.rb, line 3
def run
  puts "OAuth Gem #{OAuth::VERSION}"
end