class Gem2exe::Cli::VersionCommand

Public Instance Methods

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