mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #76 from yyamano/issue-75
Make backquote work with the latest mruby. Fixed #75
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
module Kernel
|
||||
def self.`(cmd)
|
||||
def `(cmd)
|
||||
IO.popen(cmd) { |io| io.read }
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user