Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > mainオブジェクト > include
include(*modules) -> self
引数 modules で指定したモジュールを後ろから順番にインクルードします。
例: include Math hypot(3, 4) # => 5.0
include Math hypot(3, 4) # => 5.0
[SEE_ALSO] Module#include