class Suppository::VersionCommand
Public Class Methods
new(_)
click to toggle source
# File lib/suppository/version_command.rb, line 7 def initialize(_); end
Public Instance Methods
run()
click to toggle source
# File lib/suppository/version_command.rb, line 9 def run puts "Suppository Version #{Suppository::VERSION}" end