summaryrefslogtreecommitdiffhomepage
path: root/tasks/ruby_ext.rake
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-04-30 09:58:23 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-04-30 09:58:23 +0900
commit2cb54e4b9d523e85b65a30b7af593791e8ac83f0 (patch)
treed9535d70ba74920783864fa6372ec471aca5af91 /tasks/ruby_ext.rake
parent0bdc87d2396a607d05bad06e4e6d2d0bc0bc8f76 (diff)
parentab67c57f652c7c3a64ec4f4dc73259a14fb1b545 (diff)
downloadmruby-2cb54e4b9d523e85b65a30b7af593791e8ac83f0.tar.gz
mruby-2cb54e4b9d523e85b65a30b7af593791e8ac83f0.zip
Merge pull request #2160 from nobu/space
Space
Diffstat (limited to 'tasks/ruby_ext.rake')
-rw-r--r--tasks/ruby_ext.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/ruby_ext.rake b/tasks/ruby_ext.rake
index 0a0883e02..38dfff0a3 100644
--- a/tasks/ruby_ext.rake
+++ b/tasks/ruby_ext.rake
@@ -16,7 +16,7 @@ class String
def relative_path
relative_path_from(Dir.pwd)
end
-
+
# Compatible with 1.9 on 1.8
def %(params)
if params.is_a?(Hash)