class Runcmd::Cli::VersionCommand

Public Instance Methods

execute() click to toggle source
# File lib/runcmd/cli/version_command.rb, line 6
def execute
  puts Runcmd::Cli::VERSION
end