--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Include a module via a specified space. - !ruby/struct:SM::Flow::VERB body: " module T\n def t ; "HERE" ; end\n end\n\n class X\n include_as :test => T\n def t ; test.t ; end\n end\n\n X.new.t #=> "HERE"\n" full_name: Module#include_as is_singleton: false name: include_as params: (h) visibility: public