Class: Ruby2exe::Cli::VersionCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/ruby2exe/cli/version_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



6
7
8
# File 'lib/ruby2exe/cli/version_command.rb', line 6

def execute
  puts Ruby2exe::VERSION
end