diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-30 09:58:23 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-04-30 09:58:23 +0900 |
| commit | 2cb54e4b9d523e85b65a30b7af593791e8ac83f0 (patch) | |
| tree | d9535d70ba74920783864fa6372ec471aca5af91 /mrblib | |
| parent | 0bdc87d2396a607d05bad06e4e6d2d0bc0bc8f76 (diff) | |
| parent | ab67c57f652c7c3a64ec4f4dc73259a14fb1b545 (diff) | |
| download | mruby-2cb54e4b9d523e85b65a30b7af593791e8ac83f0.tar.gz mruby-2cb54e4b9d523e85b65a30b7af593791e8ac83f0.zip | |
Merge pull request #2160 from nobu/space
Space
Diffstat (limited to 'mrblib')
| -rw-r--r-- | mrblib/hash.rb | 2 | ||||
| -rw-r--r-- | mrblib/mrblib.rake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mrblib/hash.rb b/mrblib/hash.rb index 87e517b97..5828a13eb 100644 --- a/mrblib/hash.rb +++ b/mrblib/hash.rb @@ -161,7 +161,7 @@ class Hash } if hash.default_proc self.default_proc = hash.default_proc - else + else self.default = hash.default end self diff --git a/mrblib/mrblib.rake b/mrblib/mrblib.rake index db70842bf..0c549f5b8 100644 --- a/mrblib/mrblib.rake +++ b/mrblib/mrblib.rake @@ -2,7 +2,7 @@ MRuby.each_target do current_dir = File.dirname(__FILE__).relative_path_from(Dir.pwd) relative_from_root = File.dirname(__FILE__).relative_path_from(MRUBY_ROOT) current_build_dir = "#{build_dir}/#{relative_from_root}" - + self.libmruby << objfile("#{current_build_dir}/mrblib") file objfile("#{current_build_dir}/mrblib") => "#{current_build_dir}/mrblib.c" |
