class HomebrewAutomation::CLI::MyCliApp

Public Instance Methods

version() click to toggle source
# File lib/homebrew_automation/cli/cli.rb, line 13
def version
  puts HomebrewAutomation::VERSION
end