--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Include module and apply module_fuction to the included methods. - !ruby/struct:SM::Flow::VERB body: " module Utils\n module_function\n def foo; "foo"; end\n end\n\n module UtilsPlus\n include_function_module Utils\n end\n\n CREDIT: Trans\n" full_name: Module#include_function_module is_singleton: false name: include_function_module params: (*mod) visibility: private