diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-08-25 17:56:03 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-25 17:56:03 +0900 |
| commit | a4870a579f483b30e547f6ed5d105179be222e53 (patch) | |
| tree | d11e906f688207e1838b5e0b7f36a8c8a592f979 /lib/mruby-core-ext.rb | |
| parent | e3f74291730e53d7a0c3a52874fa189326824643 (diff) | |
| parent | 3110d84ed834cba90d9830ae23e89cd61bcae459 (diff) | |
| download | mruby-a4870a579f483b30e547f6ed5d105179be222e53.tar.gz mruby-a4870a579f483b30e547f6ed5d105179be222e53.zip | |
Merge pull request #4668 from shuujii/defer-several-build-libraries-loading-until-needed
Defer several build libraries loading until needed
Diffstat (limited to 'lib/mruby-core-ext.rb')
| -rw-r--r-- | lib/mruby-core-ext.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mruby-core-ext.rb b/lib/mruby-core-ext.rb index 8c985f147..7b78bfa91 100644 --- a/lib/mruby-core-ext.rb +++ b/lib/mruby-core-ext.rb @@ -1,3 +1,5 @@ +autoload :Pathname, 'pathname' + class Object class << self def attr_block(*syms) |
