class Githuh::CLI::Commands::Version

Public Instance Methods

call(*) click to toggle source
# File lib/githuh/cli/commands/version.rb, line 15
def call(*)
  puts Githuh::VERSION
end