class DeltaTest::CLI::VersionCommand

Public Instance Methods

invoke!() click to toggle source
# File lib/delta_test/cli/version_command.rb, line 7
def invoke!
  puts 'DeltaTest v%s' % VERSION
end