11 lines
112 B
Ruby
11 lines
112 B
Ruby
# typed: true
|
|
# frozen_string_literal: true
|
|
|
|
require "help"
|
|
|
|
module Homebrew
|
|
def help
|
|
Help.help
|
|
end
|
|
end
|