class Google::Idtoken::Verifier::CLI::Commands::Version
Command to show the gem's version
Public Instance Methods
run()
click to toggle source
Prints the current gem's version to the command line
# File lib/google/idtoken/verifier/cli/commands/version.rb, line 11 def run out.print Verifier::VERSION end