class Swiftproj::VersionCommand

Public Class Methods

description() click to toggle source
# File lib/swiftproj/commands/version_command.rb, line 3
def self.description()
  return "Displays the current version of swiftproj"
end

Public Instance Methods

run(options) click to toggle source
# File lib/swiftproj/commands/version_command.rb, line 7
def run(options)
  @ui.puts Swiftproj::VERSION
end