2020-08-06 16:13:14 +02:00

10 lines
98 B
Ruby

# frozen_string_literal: true
require "help"
module Homebrew
def help
Help.help
end
end