10 lines
98 B
Ruby
10 lines
98 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "help"
|
|
|
|
module Homebrew
|
|
def help
|
|
Help.help
|
|
end
|
|
end
|