Skip to content

Commit 55de3bb

Browse files
committed
Upgrade Opal 1.7.3
1 parent c662aa0 commit 55de3bb

File tree

4 files changed

+77
-74
lines changed

4 files changed

+77
-74
lines changed

src/nodejs.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import __glob__ from 'glob';
55
import __os__ from 'os';
66
import __xmlhttprequest__ from 'unxhr';
77

8-
Opal.modules["nodejs/base"] = function(Opal) {/* Generated by Opal 1.7.1 */
8+
Opal.modules["nodejs/base"] = function(Opal) {/* Generated by Opal 1.7.3 */
99
var $module = Opal.module, $const_set = Opal.const_set, $eqeq = Opal.eqeq, $lambda = Opal.lambda, $send = Opal.send, $a, $nesting = [], $$ = Opal.$r($nesting), nil = Opal.nil;
1010

1111
Opal.add_stubs('==,first,shift,write_proc=,read_proc=,tty=');
@@ -47,7 +47,7 @@ Opal.modules["nodejs/base"] = function(Opal) {/* Generated by Opal 1.7.1 */
4747
return ($a = [true], $send($$('STDERR'), 'tty=', $a), $a[$a.length - 1]);
4848
};
4949

50-
Opal.modules["corelib/file"] = function(Opal) {/* Generated by Opal 1.7.1 */
50+
Opal.modules["corelib/file"] = function(Opal) {/* Generated by Opal 1.7.3 */
5151
var $truthy = Opal.truthy, $klass = Opal.klass, $const_set = Opal.const_set, $Opal = Opal.Opal, $regexp = Opal.regexp, $rb_plus = Opal.rb_plus, $def = Opal.def, $Kernel = Opal.Kernel, $eqeq = Opal.eqeq, $rb_lt = Opal.rb_lt, $rb_minus = Opal.rb_minus, $range = Opal.range, $send = Opal.send, $slice = Opal.slice, $alias = Opal.alias, $nesting = [], nil = Opal.nil, $$$ = Opal.$$$;
5252

5353
Opal.add_stubs('respond_to?,to_path,coerce_to!,pwd,split,sub,+,unshift,join,home,raise,start_with?,absolute_path,==,<,dirname,-,basename,empty?,rindex,[],length,nil?,gsub,find,=~,map,each_with_index,flatten,reject,to_proc,end_with?,expand_path,exist?');
@@ -326,7 +326,7 @@ Opal.modules["corelib/file"] = function(Opal) {/* Generated by Opal 1.7.1 */
326326
})('::', $$$('IO'), $nesting)
327327
};
328328

329-
Opal.modules["nodejs/file"] = function(Opal) {/* Generated by Opal 1.7.1 */
329+
Opal.modules["nodejs/file"] = function(Opal) {/* Generated by Opal 1.7.3 */
330330
var $klass = Opal.klass, $truthy = Opal.truthy, $const_set = Opal.const_set, $defs = Opal.defs, $alias = Opal.alias, $slice = Opal.slice, $send = Opal.send, $neqeq = Opal.neqeq, $send2 = Opal.send2, $find_super = Opal.find_super, $def = Opal.def, $assign_ivar = Opal.assign_ivar, self = Opal.top, $nesting = [], $$ = Opal.$r($nesting), nil = Opal.nil, $$$ = Opal.$$$;
331331

332332
Opal.add_stubs('require,constants,raise,warn,const_get,new,size,delete,respond_to?,path,join,call,map,to_proc,start_with?,first,exist?,realpath,!=,close,to_path,pwd,to_str,include?,match?,sub,attr_reader');
@@ -738,7 +738,7 @@ Opal.modules["nodejs/file"] = function(Opal) {/* Generated by Opal 1.7.1 */
738738
})($$('File'), null);
739739
};
740740

741-
Opal.modules["nodejs/dir"] = function(Opal) {/* Generated by Opal 1.7.1 */
741+
Opal.modules["nodejs/dir"] = function(Opal) {/* Generated by Opal 1.7.3 */
742742
var $klass = Opal.klass, $def = Opal.def, $truthy = Opal.truthy, $send = Opal.send, $Opal = Opal.Opal, $alias = Opal.alias, $nesting = [], nil = Opal.nil;
743743

744744
Opal.add_stubs('respond_to?,flat_map,to_path,coerce_to!,pwd');
@@ -818,7 +818,7 @@ Opal.modules["nodejs/dir"] = function(Opal) {/* Generated by Opal 1.7.1 */
818818
})($nesting[0], null, $nesting)
819819
};
820820

821-
Opal.modules["nodejs/io"] = function(Opal) {/* Generated by Opal 1.7.1 */
821+
Opal.modules["nodejs/io"] = function(Opal) {/* Generated by Opal 1.7.3 */
822822
var $klass = Opal.klass, $alias = Opal.alias, $def = Opal.def, $defs = Opal.defs, self = Opal.top, $nesting = [], nil = Opal.nil;
823823

824824
Opal.add_stubs('require,attr_reader,initialize,initialize_before_node_io,write,read');
@@ -873,7 +873,7 @@ Opal.modules["nodejs/io"] = function(Opal) {/* Generated by Opal 1.7.1 */
873873
})($nesting[0], null, $nesting);
874874
};
875875

876-
Opal.modules["nodejs/argf"] = function(Opal) {/* Generated by Opal 1.7.1 */
876+
Opal.modules["nodejs/argf"] = function(Opal) {/* Generated by Opal 1.7.3 */
877877
var $const_set = Opal.const_set, $return_val = Opal.return_val, $def = Opal.def, $eqeq = Opal.eqeq, $gvars = Opal.gvars, $truthy = Opal.truthy, $slice = Opal.slice, $send = Opal.send, $to_a = Opal.to_a, $rb_plus = Opal.rb_plus, $rb_minus = Opal.rb_minus, $rb_gt = Opal.rb_gt, $thrower = Opal.thrower, $not = Opal.not, $alias = Opal.alias, $a, $nesting = [], $$ = Opal.$r($nesting), nil = Opal.nil;
878878

879879
Opal.add_stubs('new,include,filename,==,open,argv,shift,close,file,closed?,enum_for,gets,nil?,+,loop,read,-,length,>,to_a,each,attr_accessor,rewind,!,fileno,eof?,lineno=');
@@ -1063,7 +1063,7 @@ Opal.modules["nodejs/argf"] = function(Opal) {/* Generated by Opal 1.7.1 */
10631063
return ($a = [1], $send($$('ARGF'), 'lineno=', $a), $a[$a.length - 1]);
10641064
};
10651065

1066-
Opal.modules["nodejs/open-uri"] = function(Opal) {/* Generated by Opal 1.7.1 */
1066+
Opal.modules["nodejs/open-uri"] = function(Opal) {/* Generated by Opal 1.7.3 */
10671067
var $module = Opal.module, $defs = Opal.defs, $nesting = [], nil = Opal.nil;
10681068

10691069
return (function($base) {
@@ -1099,7 +1099,7 @@ Opal.modules["nodejs/open-uri"] = function(Opal) {/* Generated by Opal 1.7.1 */
10991099
})($nesting[0])
11001100
};
11011101

1102-
Opal.modules["corelib/comparable"] = function(Opal) {/* Generated by Opal 1.7.1 */
1102+
Opal.modules["corelib/comparable"] = function(Opal) {/* Generated by Opal 1.7.3 */
11031103
var $truthy = Opal.truthy, $module = Opal.module, $rb_gt = Opal.rb_gt, $rb_lt = Opal.rb_lt, $eqeqeq = Opal.eqeqeq, $Kernel = Opal.Kernel, $def = Opal.def, nil = Opal.nil, $$$ = Opal.$$$;
11041104

11051105
Opal.add_stubs('>,<,===,raise,class,<=>,equal?');
@@ -1239,7 +1239,7 @@ Opal.modules["corelib/comparable"] = function(Opal) {/* Generated by Opal 1.7.1
12391239
})('::')
12401240
};
12411241

1242-
Opal.modules["pathname"] = function(Opal) {/* Generated by Opal 1.7.1 */
1242+
Opal.modules["pathname"] = function(Opal) {/* Generated by Opal 1.7.3 */
12431243
var $klass = Opal.klass, $const_set = Opal.const_set, $regexp = Opal.regexp, $eqeqeq = Opal.eqeqeq, $truthy = Opal.truthy, $eqeq = Opal.eqeq, $def = Opal.def, $defs = Opal.defs, $to_ary = Opal.to_ary, $slice = Opal.slice, $send = Opal.send, $to_a = Opal.to_a, $return_ivar = Opal.return_ivar, $neqeq = Opal.neqeq, $rb_plus = Opal.rb_plus, $not = Opal.not, $thrower = Opal.thrower, $alias = Opal.alias, $module = Opal.module, self = Opal.top, $nesting = [], nil = Opal.nil, $$$ = Opal.$$$;
12441244

12451245
Opal.add_stubs('require,include,quote,===,to_s,path,respond_to?,to_path,is_a?,nil?,raise,class,==,new,pwd,attr_reader,!,relative?,chop_basename,basename,=~,source,[],rindex,sub,absolute?,expand_path,plus,unshift,length,!=,empty?,first,shift,+,join,dirname,pop,reverse_each,directory?,extname,<=>,nonzero?,proc,casecmp,cleanpath,inspect,include?,fill,map,entries');
@@ -1581,7 +1581,7 @@ Opal.modules["pathname"] = function(Opal) {/* Generated by Opal 1.7.1 */
15811581
})($nesting[0], $nesting);
15821582
};
15831583

1584-
Opal.modules["nodejs/pathname"] = function(Opal) {/* Generated by Opal 1.7.1 */
1584+
Opal.modules["nodejs/pathname"] = function(Opal) {/* Generated by Opal 1.7.3 */
15851585
var $klass = Opal.klass, $def = Opal.def, $return_ivar = Opal.return_ivar, self = Opal.top, $nesting = [], nil = Opal.nil;
15861586

15871587
Opal.add_stubs('require,include,to_str,!,absolute?');
@@ -1613,7 +1613,7 @@ Opal.modules["nodejs/pathname"] = function(Opal) {/* Generated by Opal 1.7.1 */
16131613
})($nesting[0], null, $nesting);
16141614
};
16151615

1616-
Opal.modules["nodejs/env"] = function(Opal) {/* Generated by Opal 1.7.1 */
1616+
Opal.modules["nodejs/env"] = function(Opal) {/* Generated by Opal 1.7.3 */
16171617
var $const_set = Opal.const_set, $def = Opal.def, $truthy = Opal.truthy, $return_val = Opal.return_val, $send = Opal.send, $alias = Opal.alias, $nesting = [], $$ = Opal.$r($nesting), nil = Opal.nil;
16181618

16191619
Opal.add_stubs('new,to_s,key?,[],raise,to_h,keys,merge');
@@ -1702,7 +1702,7 @@ Opal.modules["nodejs/env"] = function(Opal) {/* Generated by Opal 1.7.1 */
17021702
})(Opal.get_singleton_class($$('ENV')), $nesting);
17031703
};
17041704

1705-
Opal.modules["nodejs"] = function(Opal) {/* Generated by Opal 1.7.1 */
1705+
Opal.modules["nodejs"] = function(Opal) {/* Generated by Opal 1.7.3 */
17061706
var self = Opal.top, nil = Opal.nil;
17071707

17081708
Opal.add_stubs('require');

0 commit comments

Comments
 (0)