hyper-console 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b7e14468087ce59afcaf9cdc072aa16fddf72ed
4
- data.tar.gz: 33c1e0d1698aafd57567e8a3a78e8024815179bd
3
+ metadata.gz: c1b18a971e0f97adb115a8b396f1f6041a294c21
4
+ data.tar.gz: ca1339df99fceccd2d1a84c5484bb817c44f1c6d
5
5
  SHA512:
6
- metadata.gz: 6bd4929b548ac43217422ff403aeb22f28214a91c53068465ce26645e9f47e646c8933b0367dee6d8a6cb1acbace1091e845d534492849941107a4696f9ed75a
7
- data.tar.gz: 23c0b145926ef76fcf6855fee09fc2c0c50cbfe0a093f9d234d67f0613658523baed4bc0c3c6f3228ab3188b57ea408e28864eadc2583386e7c99cad703a68d2
6
+ metadata.gz: 38f5c50aad61b0dfd5754e022186adb6b6f513a62a27fbf9a58c61d2372c34d9b0d1f611cfde3d42167dae08d11c197fed375cf0ae8cd08e6c3d27df0406e9f0
7
+ data.tar.gz: 26b8d8f4122fe34d6bfdae7affa6c82aa80b2650308c4fffe23b0f49d7c5959e399174e80298cc2a56a44bc6b1e55c4cd30a4bc682d71d5b7c813df91ae405c5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hyper-console (0.1.2)
4
+ hyper-console (0.1.3)
5
5
  hyper-operation
6
6
  hyper-store (>= 0.2.3)
7
7
 
@@ -2061,7 +2061,7 @@ if (typeof(window) !== 'undefined') {
2061
2061
  Opal.global = window;
2062
2062
  }
2063
2063
  Opal.loaded(["corelib/runtime"]);
2064
- /* Generated by Opal 0.10.3 */
2064
+ /* Generated by Opal 0.10.4 */
2065
2065
  Opal.modules["corelib/helpers"] = function(Opal) {
2066
2066
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
2067
2067
 
@@ -2244,7 +2244,7 @@ Opal.modules["corelib/helpers"] = function(Opal) {
2244
2244
  })($scope.base)
2245
2245
  };
2246
2246
 
2247
- /* Generated by Opal 0.10.3 */
2247
+ /* Generated by Opal 0.10.4 */
2248
2248
  Opal.modules["corelib/module"] = function(Opal) {
2249
2249
  function $rb_lt(lhs, rhs) {
2250
2250
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs < rhs : lhs['$<'](rhs);
@@ -3068,7 +3068,7 @@ if (o == null) o = nil;if (c == null) c = nil;
3068
3068
  })($scope.base, null)
3069
3069
  };
3070
3070
 
3071
- /* Generated by Opal 0.10.3 */
3071
+ /* Generated by Opal 0.10.4 */
3072
3072
  Opal.modules["corelib/class"] = function(Opal) {
3073
3073
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
3074
3074
 
@@ -3169,7 +3169,7 @@ Opal.modules["corelib/class"] = function(Opal) {
3169
3169
  })($scope.base, null);
3170
3170
  };
3171
3171
 
3172
- /* Generated by Opal 0.10.3 */
3172
+ /* Generated by Opal 0.10.4 */
3173
3173
  Opal.modules["corelib/basic_object"] = function(Opal) {
3174
3174
  function $rb_gt(lhs, rhs) {
3175
3175
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -3384,7 +3384,7 @@ Opal.modules["corelib/basic_object"] = function(Opal) {
3384
3384
  })($scope.base, null)
3385
3385
  };
3386
3386
 
3387
- /* Generated by Opal 0.10.3 */
3387
+ /* Generated by Opal 0.10.4 */
3388
3388
  Opal.modules["corelib/kernel"] = function(Opal) {
3389
3389
  function $rb_gt(lhs, rhs) {
3390
3390
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -4825,7 +4825,7 @@ if (obj == null) obj = nil;
4825
4825
  })($scope.base, null);
4826
4826
  };
4827
4827
 
4828
- /* Generated by Opal 0.10.3 */
4828
+ /* Generated by Opal 0.10.4 */
4829
4829
  Opal.modules["corelib/error"] = function(Opal) {
4830
4830
  function $rb_gt(lhs, rhs) {
4831
4831
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -5217,22 +5217,22 @@ Opal.modules["corelib/error"] = function(Opal) {
5217
5217
  })($scope.base, null);
5218
5218
  };
5219
5219
 
5220
- /* Generated by Opal 0.10.3 */
5220
+ /* Generated by Opal 0.10.4 */
5221
5221
  Opal.modules["corelib/constants"] = function(Opal) {
5222
5222
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
5223
5223
 
5224
5224
  Opal.cdecl($scope, 'RUBY_PLATFORM', "opal");
5225
5225
  Opal.cdecl($scope, 'RUBY_ENGINE', "opal");
5226
- Opal.cdecl($scope, 'RUBY_VERSION', "2.2.5");
5227
- Opal.cdecl($scope, 'RUBY_ENGINE_VERSION', "0.10.3");
5228
- Opal.cdecl($scope, 'RUBY_RELEASE_DATE', "2016-10-31");
5226
+ Opal.cdecl($scope, 'RUBY_VERSION', "2.2.6");
5227
+ Opal.cdecl($scope, 'RUBY_ENGINE_VERSION', "0.10.4");
5228
+ Opal.cdecl($scope, 'RUBY_RELEASE_DATE', "2017-05-06");
5229
5229
  Opal.cdecl($scope, 'RUBY_PATCHLEVEL', 0);
5230
5230
  Opal.cdecl($scope, 'RUBY_REVISION', 0);
5231
5231
  Opal.cdecl($scope, 'RUBY_COPYRIGHT', "opal - Copyright (C) 2013-2015 Adam Beynon");
5232
5232
  return Opal.cdecl($scope, 'RUBY_DESCRIPTION', "opal " + ($scope.get('RUBY_ENGINE_VERSION')) + " (" + ($scope.get('RUBY_RELEASE_DATE')) + " revision " + ($scope.get('RUBY_REVISION')) + ")");
5233
5233
  };
5234
5234
 
5235
- /* Generated by Opal 0.10.3 */
5235
+ /* Generated by Opal 0.10.4 */
5236
5236
  Opal.modules["opal/base"] = function(Opal) {
5237
5237
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
5238
5238
 
@@ -5247,7 +5247,7 @@ Opal.modules["opal/base"] = function(Opal) {
5247
5247
  return self.$require("corelib/constants");
5248
5248
  };
5249
5249
 
5250
- /* Generated by Opal 0.10.3 */
5250
+ /* Generated by Opal 0.10.4 */
5251
5251
  Opal.modules["corelib/nil"] = function(Opal) {
5252
5252
  function $rb_gt(lhs, rhs) {
5253
5253
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -5384,7 +5384,7 @@ Opal.modules["corelib/nil"] = function(Opal) {
5384
5384
  return Opal.cdecl($scope, 'NIL', nil);
5385
5385
  };
5386
5386
 
5387
- /* Generated by Opal 0.10.3 */
5387
+ /* Generated by Opal 0.10.4 */
5388
5388
  Opal.modules["corelib/boolean"] = function(Opal) {
5389
5389
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
5390
5390
 
@@ -5471,7 +5471,7 @@ Opal.modules["corelib/boolean"] = function(Opal) {
5471
5471
  return Opal.cdecl($scope, 'FALSE', false);
5472
5472
  };
5473
5473
 
5474
- /* Generated by Opal 0.10.3 */
5474
+ /* Generated by Opal 0.10.4 */
5475
5475
  Opal.modules["corelib/comparable"] = function(Opal) {
5476
5476
  function $rb_gt(lhs, rhs) {
5477
5477
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -5582,7 +5582,7 @@ Opal.modules["corelib/comparable"] = function(Opal) {
5582
5582
  })($scope.base)
5583
5583
  };
5584
5584
 
5585
- /* Generated by Opal 0.10.3 */
5585
+ /* Generated by Opal 0.10.4 */
5586
5586
  Opal.modules["corelib/regexp"] = function(Opal) {
5587
5587
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass, $gvars = Opal.gvars;
5588
5588
 
@@ -6022,7 +6022,7 @@ Opal.modules["corelib/regexp"] = function(Opal) {
6022
6022
  })($scope.base, null);
6023
6023
  };
6024
6024
 
6025
- /* Generated by Opal 0.10.3 */
6025
+ /* Generated by Opal 0.10.4 */
6026
6026
  Opal.modules["corelib/string"] = function(Opal) {
6027
6027
  function $rb_divide(lhs, rhs) {
6028
6028
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs / rhs : lhs['$/'](rhs);
@@ -7952,7 +7952,7 @@ Opal.modules["corelib/string"] = function(Opal) {
7952
7952
  return Opal.cdecl($scope, 'Symbol', $scope.get('String'));
7953
7953
  };
7954
7954
 
7955
- /* Generated by Opal 0.10.3 */
7955
+ /* Generated by Opal 0.10.4 */
7956
7956
  Opal.modules["corelib/enumerable"] = function(Opal) {
7957
7957
  function $rb_gt(lhs, rhs) {
7958
7958
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -9356,7 +9356,7 @@ if (i == null) i = nil;
9356
9356
  })($scope.base)
9357
9357
  };
9358
9358
 
9359
- /* Generated by Opal 0.10.3 */
9359
+ /* Generated by Opal 0.10.4 */
9360
9360
  Opal.modules["corelib/enumerator"] = function(Opal) {
9361
9361
  function $rb_plus(lhs, rhs) {
9362
9362
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -9979,7 +9979,7 @@ if (v == null) v = nil;
9979
9979
  })($scope.base, null);
9980
9980
  };
9981
9981
 
9982
- /* Generated by Opal 0.10.3 */
9982
+ /* Generated by Opal 0.10.4 */
9983
9983
  Opal.modules["corelib/numeric"] = function(Opal) {
9984
9984
  function $rb_minus(lhs, rhs) {
9985
9985
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs - rhs : lhs['$-'](rhs);
@@ -10270,7 +10270,7 @@ Opal.modules["corelib/numeric"] = function(Opal) {
10270
10270
  })($scope.base, null);
10271
10271
  };
10272
10272
 
10273
- /* Generated by Opal 0.10.3 */
10273
+ /* Generated by Opal 0.10.4 */
10274
10274
  Opal.modules["corelib/array"] = function(Opal) {
10275
10275
  function $rb_gt(lhs, rhs) {
10276
10276
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -12858,7 +12858,7 @@ if (ivar == null) ivar = nil;
12858
12858
  })($scope.base, Array);
12859
12859
  };
12860
12860
 
12861
- /* Generated by Opal 0.10.3 */
12861
+ /* Generated by Opal 0.10.4 */
12862
12862
  Opal.modules["corelib/hash"] = function(Opal) {
12863
12863
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
12864
12864
 
@@ -13943,7 +13943,7 @@ Opal.modules["corelib/hash"] = function(Opal) {
13943
13943
  })($scope.base, null);
13944
13944
  };
13945
13945
 
13946
- /* Generated by Opal 0.10.3 */
13946
+ /* Generated by Opal 0.10.4 */
13947
13947
  Opal.modules["corelib/number"] = function(Opal) {
13948
13948
  function $rb_gt(lhs, rhs) {
13949
13949
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -14928,7 +14928,7 @@ Opal.modules["corelib/number"] = function(Opal) {
14928
14928
  })($scope.base, $scope.get('Numeric'));
14929
14929
  };
14930
14930
 
14931
- /* Generated by Opal 0.10.3 */
14931
+ /* Generated by Opal 0.10.4 */
14932
14932
  Opal.modules["corelib/range"] = function(Opal) {
14933
14933
  function $rb_le(lhs, rhs) {
14934
14934
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs <= rhs : lhs['$<='](rhs);
@@ -15147,7 +15147,7 @@ Opal.modules["corelib/range"] = function(Opal) {
15147
15147
  })($scope.base, null);
15148
15148
  };
15149
15149
 
15150
- /* Generated by Opal 0.10.3 */
15150
+ /* Generated by Opal 0.10.4 */
15151
15151
  Opal.modules["corelib/proc"] = function(Opal) {
15152
15152
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
15153
15153
 
@@ -15361,7 +15361,7 @@ Opal.modules["corelib/proc"] = function(Opal) {
15361
15361
  })($scope.base, Function)
15362
15362
  };
15363
15363
 
15364
- /* Generated by Opal 0.10.3 */
15364
+ /* Generated by Opal 0.10.4 */
15365
15365
  Opal.modules["corelib/method"] = function(Opal) {
15366
15366
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
15367
15367
 
@@ -15481,7 +15481,7 @@ Opal.modules["corelib/method"] = function(Opal) {
15481
15481
  })($scope.base, null);
15482
15482
  };
15483
15483
 
15484
- /* Generated by Opal 0.10.3 */
15484
+ /* Generated by Opal 0.10.4 */
15485
15485
  Opal.modules["corelib/variables"] = function(Opal) {
15486
15486
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $gvars = Opal.gvars, $hash2 = Opal.hash2;
15487
15487
 
@@ -15499,7 +15499,7 @@ Opal.modules["corelib/variables"] = function(Opal) {
15499
15499
  return $gvars.SAFE = 0;
15500
15500
  };
15501
15501
 
15502
- /* Generated by Opal 0.10.3 */
15502
+ /* Generated by Opal 0.10.4 */
15503
15503
  Opal.modules["opal/regexp_anchors"] = function(Opal) {
15504
15504
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
15505
15505
 
@@ -15527,7 +15527,7 @@ Opal.modules["opal/regexp_anchors"] = function(Opal) {
15527
15527
  })($scope.base)
15528
15528
  };
15529
15529
 
15530
- /* Generated by Opal 0.10.3 */
15530
+ /* Generated by Opal 0.10.4 */
15531
15531
  Opal.modules["opal/mini"] = function(Opal) {
15532
15532
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
15533
15533
 
@@ -15550,7 +15550,7 @@ Opal.modules["opal/mini"] = function(Opal) {
15550
15550
  return self.$require("opal/regexp_anchors");
15551
15551
  };
15552
15552
 
15553
- /* Generated by Opal 0.10.3 */
15553
+ /* Generated by Opal 0.10.4 */
15554
15554
  Opal.modules["corelib/string/inheritance"] = function(Opal) {
15555
15555
  function $rb_plus(lhs, rhs) {
15556
15556
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -15795,7 +15795,7 @@ if (str == null) str = nil;
15795
15795
  })($scope.get('String'), null);
15796
15796
  };
15797
15797
 
15798
- /* Generated by Opal 0.10.3 */
15798
+ /* Generated by Opal 0.10.4 */
15799
15799
  Opal.modules["corelib/string/encoding"] = function(Opal) {
15800
15800
  function $rb_plus(lhs, rhs) {
15801
15801
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -16062,7 +16062,7 @@ if (const$ == null) const$ = nil;
16062
16062
  })($scope.base, null);
16063
16063
  };
16064
16064
 
16065
- /* Generated by Opal 0.10.3 */
16065
+ /* Generated by Opal 0.10.4 */
16066
16066
  Opal.modules["corelib/math"] = function(Opal) {
16067
16067
  function $rb_minus(lhs, rhs) {
16068
16068
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs - rhs : lhs['$-'](rhs);
@@ -16620,7 +16620,7 @@ Opal.modules["corelib/math"] = function(Opal) {
16620
16620
  })($scope.base)
16621
16621
  };
16622
16622
 
16623
- /* Generated by Opal 0.10.3 */
16623
+ /* Generated by Opal 0.10.4 */
16624
16624
  Opal.modules["corelib/complex"] = function(Opal) {
16625
16625
  function $rb_times(lhs, rhs) {
16626
16626
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs * rhs : lhs['$*'](rhs);
@@ -16988,7 +16988,7 @@ Opal.modules["corelib/complex"] = function(Opal) {
16988
16988
  })($scope.base);
16989
16989
  };
16990
16990
 
16991
- /* Generated by Opal 0.10.3 */
16991
+ /* Generated by Opal 0.10.4 */
16992
16992
  Opal.modules["corelib/rational"] = function(Opal) {
16993
16993
  function $rb_lt(lhs, rhs) {
16994
16994
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs < rhs : lhs['$<'](rhs);
@@ -17352,7 +17352,7 @@ Opal.modules["corelib/rational"] = function(Opal) {
17352
17352
  })($scope.base);
17353
17353
  };
17354
17354
 
17355
- /* Generated by Opal 0.10.3 */
17355
+ /* Generated by Opal 0.10.4 */
17356
17356
  Opal.modules["corelib/time"] = function(Opal) {
17357
17357
  function $rb_gt(lhs, rhs) {
17358
17358
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -18269,7 +18269,7 @@ Opal.modules["corelib/time"] = function(Opal) {
18269
18269
  })($scope.base, Date);
18270
18270
  };
18271
18271
 
18272
- /* Generated by Opal 0.10.3 */
18272
+ /* Generated by Opal 0.10.4 */
18273
18273
  Opal.modules["corelib/struct"] = function(Opal) {
18274
18274
  function $rb_gt(lhs, rhs) {
18275
18275
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -18641,7 +18641,7 @@ if (arg == null) arg = nil;
18641
18641
  })($scope.base, null);
18642
18642
  };
18643
18643
 
18644
- /* Generated by Opal 0.10.3 */
18644
+ /* Generated by Opal 0.10.4 */
18645
18645
  Opal.modules["corelib/io"] = function(Opal) {
18646
18646
  var $a, $b, self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass, $module = Opal.module, $gvars = Opal.gvars;
18647
18647
 
@@ -18784,7 +18784,7 @@ if (arg == null) arg = nil;
18784
18784
  return $scope.get('STDERR').$extend((($scope.get('IO')).$$scope.get('Writable')));
18785
18785
  };
18786
18786
 
18787
- /* Generated by Opal 0.10.3 */
18787
+ /* Generated by Opal 0.10.4 */
18788
18788
  Opal.modules["corelib/main"] = function(Opal) {
18789
18789
  var TMP_1, TMP_2, self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
18790
18790
 
@@ -18801,7 +18801,7 @@ Opal.modules["corelib/main"] = function(Opal) {
18801
18801
  }, TMP_2.$$arity = 1), nil) && 'include';
18802
18802
  };
18803
18803
 
18804
- /* Generated by Opal 0.10.3 */
18804
+ /* Generated by Opal 0.10.4 */
18805
18805
  Opal.modules["corelib/dir"] = function(Opal) {
18806
18806
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
18807
18807
 
@@ -18842,7 +18842,7 @@ Opal.modules["corelib/dir"] = function(Opal) {
18842
18842
  })($scope.base, null)
18843
18843
  };
18844
18844
 
18845
- /* Generated by Opal 0.10.3 */
18845
+ /* Generated by Opal 0.10.4 */
18846
18846
  Opal.modules["corelib/file"] = function(Opal) {
18847
18847
  function $rb_plus(lhs, rhs) {
18848
18848
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -19159,7 +19159,7 @@ if (file == null) file = nil;
19159
19159
  })($scope.base, $scope.get('IO'))
19160
19160
  };
19161
19161
 
19162
- /* Generated by Opal 0.10.3 */
19162
+ /* Generated by Opal 0.10.4 */
19163
19163
  Opal.modules["corelib/process"] = function(Opal) {
19164
19164
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
19165
19165
 
@@ -19222,7 +19222,7 @@ Opal.modules["corelib/process"] = function(Opal) {
19222
19222
  })($scope.base, null);
19223
19223
  };
19224
19224
 
19225
- /* Generated by Opal 0.10.3 */
19225
+ /* Generated by Opal 0.10.4 */
19226
19226
  Opal.modules["corelib/unsupported"] = function(Opal) {
19227
19227
  var TMP_30, TMP_31, self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass, $module = Opal.module;
19228
19228
 
@@ -19509,7 +19509,7 @@ Opal.modules["corelib/unsupported"] = function(Opal) {
19509
19509
  }, TMP_31.$$arity = -1), nil) && 'private';
19510
19510
  };
19511
19511
 
19512
- /* Generated by Opal 0.10.3 */
19512
+ /* Generated by Opal 0.10.4 */
19513
19513
  Opal.modules["opal"] = function(Opal) {
19514
19514
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
19515
19515
 
@@ -19531,7 +19531,7 @@ Opal.modules["opal"] = function(Opal) {
19531
19531
  return self.$require("corelib/unsupported");
19532
19532
  };
19533
19533
 
19534
- /* Generated by Opal 0.10.3 */
19534
+ /* Generated by Opal 0.10.4 */
19535
19535
  Opal.modules["browser/interval"] = function(Opal) {
19536
19536
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $gvars = Opal.gvars;
19537
19537
 
@@ -19674,7 +19674,7 @@ Opal.modules["browser/interval"] = function(Opal) {
19674
19674
  })($scope.base, null);
19675
19675
  };
19676
19676
 
19677
- /* Generated by Opal 0.10.3 */
19677
+ /* Generated by Opal 0.10.4 */
19678
19678
  Opal.modules["browser/delay"] = function(Opal) {
19679
19679
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $gvars = Opal.gvars;
19680
19680
 
@@ -19780,7 +19780,7 @@ Opal.modules["browser/delay"] = function(Opal) {
19780
19780
  })($scope.base, null);
19781
19781
  };
19782
19782
 
19783
- /* Generated by Opal 0.10.3 */
19783
+ /* Generated by Opal 0.10.4 */
19784
19784
  Opal.modules["native"] = function(Opal) {
19785
19785
  function $rb_minus(lhs, rhs) {
19786
19786
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs - rhs : lhs['$-'](rhs);
@@ -20633,7 +20633,7 @@ if (name == null) name = nil;if (value == null) value = nil;
20633
20633
  return $gvars.$ = $gvars.global = self.$Native(Opal.global);
20634
20634
  };
20635
20635
 
20636
- /* Generated by Opal 0.10.3 */
20636
+ /* Generated by Opal 0.10.4 */
20637
20637
  Opal.modules["opal/jquery/constants"] = function(Opal) {
20638
20638
  var $a, self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
20639
20639
 
@@ -20647,7 +20647,7 @@ Opal.modules["opal/jquery/constants"] = function(Opal) {
20647
20647
  };
20648
20648
  };
20649
20649
 
20650
- /* Generated by Opal 0.10.3 */
20650
+ /* Generated by Opal 0.10.4 */
20651
20651
  Opal.modules["opal/jquery/element"] = function(Opal) {
20652
20652
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
20653
20653
 
@@ -21263,7 +21263,7 @@ if (e == null) e = nil;
21263
21263
  })($scope.base, $scope.get('JQUERY_CLASS').$to_n());
21264
21264
  };
21265
21265
 
21266
- /* Generated by Opal 0.10.3 */
21266
+ /* Generated by Opal 0.10.4 */
21267
21267
  Opal.modules["opal/jquery/window"] = function(Opal) {
21268
21268
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $gvars = Opal.gvars;
21269
21269
 
@@ -21332,7 +21332,7 @@ Opal.modules["opal/jquery/window"] = function(Opal) {
21332
21332
  return $gvars.window = $scope.get('Window');
21333
21333
  };
21334
21334
 
21335
- /* Generated by Opal 0.10.3 */
21335
+ /* Generated by Opal 0.10.4 */
21336
21336
  Opal.modules["opal/jquery/document"] = function(Opal) {
21337
21337
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $gvars = Opal.gvars;
21338
21338
 
@@ -21412,7 +21412,7 @@ Opal.modules["opal/jquery/document"] = function(Opal) {
21412
21412
  return $gvars.document = $scope.get('Document');
21413
21413
  };
21414
21414
 
21415
- /* Generated by Opal 0.10.3 */
21415
+ /* Generated by Opal 0.10.4 */
21416
21416
  Opal.modules["opal/jquery/event"] = function(Opal) {
21417
21417
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
21418
21418
 
@@ -21574,7 +21574,7 @@ Opal.modules["opal/jquery/event"] = function(Opal) {
21574
21574
  })($scope.base, null);
21575
21575
  };
21576
21576
 
21577
- /* Generated by Opal 0.10.3 */
21577
+ /* Generated by Opal 0.10.4 */
21578
21578
  Opal.modules["json"] = function(Opal) {
21579
21579
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $hash2 = Opal.hash2, $klass = Opal.klass;
21580
21580
 
@@ -21873,7 +21873,7 @@ Opal.modules["json"] = function(Opal) {
21873
21873
  })($scope.base, null);
21874
21874
  };
21875
21875
 
21876
- /* Generated by Opal 0.10.3 */
21876
+ /* Generated by Opal 0.10.4 */
21877
21877
  Opal.modules["promise"] = function(Opal) {
21878
21878
  function $rb_plus(lhs, rhs) {
21879
21879
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -22383,7 +22383,7 @@ if (values == null) values = nil;
22383
22383
  })($scope.base, null)
22384
22384
  };
22385
22385
 
22386
- /* Generated by Opal 0.10.3 */
22386
+ /* Generated by Opal 0.10.4 */
22387
22387
  Opal.modules["opal/jquery/http"] = function(Opal) {
22388
22388
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass, $hash2 = Opal.hash2;
22389
22389
 
@@ -22555,7 +22555,7 @@ if (res == null) res = nil;
22555
22555
  })($scope.base, null);
22556
22556
  };
22557
22557
 
22558
- /* Generated by Opal 0.10.3 */
22558
+ /* Generated by Opal 0.10.4 */
22559
22559
  Opal.modules["opal/jquery/kernel"] = function(Opal) {
22560
22560
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
22561
22561
 
@@ -22573,7 +22573,7 @@ Opal.modules["opal/jquery/kernel"] = function(Opal) {
22573
22573
  })($scope.base)
22574
22574
  };
22575
22575
 
22576
- /* Generated by Opal 0.10.3 */
22576
+ /* Generated by Opal 0.10.4 */
22577
22577
  Opal.modules["opal/jquery"] = function(Opal) {
22578
22578
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
22579
22579
 
@@ -22587,7 +22587,7 @@ Opal.modules["opal/jquery"] = function(Opal) {
22587
22587
  return self.$require("opal/jquery/kernel");}
22588
22588
  };
22589
22589
 
22590
- /* Generated by Opal 0.10.3 */
22590
+ /* Generated by Opal 0.10.4 */
22591
22591
  Opal.modules["opal-jquery"] = function(Opal) {
22592
22592
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
22593
22593
 
@@ -22595,7 +22595,7 @@ Opal.modules["opal-jquery"] = function(Opal) {
22595
22595
  return self.$require("opal/jquery")
22596
22596
  };
22597
22597
 
22598
- /* Generated by Opal 0.10.3 */
22598
+ /* Generated by Opal 0.10.4 */
22599
22599
  Opal.modules["hyperloop/component/version"] = function(Opal) {
22600
22600
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
22601
22601
 
@@ -22615,7 +22615,7 @@ Opal.modules["hyperloop/component/version"] = function(Opal) {
22615
22615
  })($scope.base)
22616
22616
  };
22617
22617
 
22618
- /* Generated by Opal 0.10.3 */
22618
+ /* Generated by Opal 0.10.4 */
22619
22619
  Opal.modules["hyperloop/client_stubs"] = function(Opal) {
22620
22620
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
22621
22621
 
@@ -22664,7 +22664,7 @@ Opal.modules["hyperloop/client_stubs"] = function(Opal) {
22664
22664
  })($scope.base)
22665
22665
  };
22666
22666
 
22667
- /* Generated by Opal 0.10.3 */
22667
+ /* Generated by Opal 0.10.4 */
22668
22668
  Opal.modules["hyperloop/context"] = function(Opal) {
22669
22669
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $hash2 = Opal.hash2;
22670
22670
 
@@ -22728,7 +22728,7 @@ if (h == null) h = nil;if (k == null) k = nil;
22728
22728
  })($scope.base)
22729
22729
  };
22730
22730
 
22731
- /* Generated by Opal 0.10.3 */
22731
+ /* Generated by Opal 0.10.4 */
22732
22732
  Opal.modules["hyperloop/on_client"] = function(Opal) {
22733
22733
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
22734
22734
 
@@ -22747,7 +22747,7 @@ Opal.modules["hyperloop/on_client"] = function(Opal) {
22747
22747
  })($scope.base)
22748
22748
  };
22749
22749
 
22750
- /* Generated by Opal 0.10.3 */
22750
+ /* Generated by Opal 0.10.4 */
22751
22751
  Opal.modules["hyperloop-config"] = function(Opal) {
22752
22752
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
22753
22753
 
@@ -22758,7 +22758,7 @@ Opal.modules["hyperloop-config"] = function(Opal) {
22758
22758
  return self.$require("hyperloop/on_client");}
22759
22759
  };
22760
22760
 
22761
- /* Generated by Opal 0.10.3 */
22761
+ /* Generated by Opal 0.10.4 */
22762
22762
  Opal.modules["react/hash"] = function(Opal) {
22763
22763
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
22764
22764
 
@@ -22784,7 +22784,7 @@ Opal.modules["react/hash"] = function(Opal) {
22784
22784
  })($scope.base, null)
22785
22785
  };
22786
22786
 
22787
- /* Generated by Opal 0.10.3 */
22787
+ /* Generated by Opal 0.10.4 */
22788
22788
  Opal.modules["active_support/core_ext/object/try"] = function(Opal) {
22789
22789
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
22790
22790
 
@@ -22865,7 +22865,7 @@ Opal.modules["active_support/core_ext/object/try"] = function(Opal) {
22865
22865
  })($scope.base, null);
22866
22866
  };
22867
22867
 
22868
- /* Generated by Opal 0.10.3 */
22868
+ /* Generated by Opal 0.10.4 */
22869
22869
  Opal.modules["react/component/tags"] = function(Opal) {
22870
22870
  function $rb_plus(lhs, rhs) {
22871
22871
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -23041,7 +23041,7 @@ if (s == null) s = nil;
23041
23041
  })($scope.base)
23042
23042
  };
23043
23043
 
23044
- /* Generated by Opal 0.10.3 */
23044
+ /* Generated by Opal 0.10.4 */
23045
23045
  Opal.modules["react/component/base"] = function(Opal) {
23046
23046
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
23047
23047
 
@@ -23076,7 +23076,7 @@ Opal.modules["react/component/base"] = function(Opal) {
23076
23076
  })($scope.base)
23077
23077
  };
23078
23078
 
23079
- /* Generated by Opal 0.10.3 */
23079
+ /* Generated by Opal 0.10.4 */
23080
23080
  Opal.modules["react/top_level"] = function(Opal) {
23081
23081
  function $rb_plus(lhs, rhs) {
23082
23082
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -23226,7 +23226,7 @@ Opal.modules["react/top_level"] = function(Opal) {
23226
23226
  })($scope.base);
23227
23227
  };
23228
23228
 
23229
- /* Generated by Opal 0.10.3 */
23229
+ /* Generated by Opal 0.10.4 */
23230
23230
  Opal.modules["react/observable"] = function(Opal) {
23231
23231
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
23232
23232
 
@@ -23310,7 +23310,7 @@ if (result == null) result = nil;
23310
23310
  })($scope.base)
23311
23311
  };
23312
23312
 
23313
- /* Generated by Opal 0.10.3 */
23313
+ /* Generated by Opal 0.10.4 */
23314
23314
  Opal.modules["react/validator"] = function(Opal) {
23315
23315
  function $rb_gt(lhs, rhs) {
23316
23316
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -23568,7 +23568,7 @@ if (key == null) key = nil;if (value == null) value = nil;
23568
23568
  })($scope.base)
23569
23569
  };
23570
23570
 
23571
- /* Generated by Opal 0.10.3 */
23571
+ /* Generated by Opal 0.10.4 */
23572
23572
  Opal.modules["react/ext/string"] = function(Opal) {
23573
23573
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
23574
23574
 
@@ -23589,7 +23589,7 @@ Opal.modules["react/ext/string"] = function(Opal) {
23589
23589
  })($scope.base, null)
23590
23590
  };
23591
23591
 
23592
- /* Generated by Opal 0.10.3 */
23592
+ /* Generated by Opal 0.10.4 */
23593
23593
  Opal.modules["react/ext/hash"] = function(Opal) {
23594
23594
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
23595
23595
 
@@ -23612,7 +23612,7 @@ if (key == null) key = nil;if (value == null) value = nil;
23612
23612
  })($scope.base, null)
23613
23613
  };
23614
23614
 
23615
- /* Generated by Opal 0.10.3 */
23615
+ /* Generated by Opal 0.10.4 */
23616
23616
  Opal.modules["active_support/core_ext/kernel/singleton_class"] = function(Opal) {
23617
23617
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
23618
23618
 
@@ -23637,7 +23637,7 @@ Opal.modules["active_support/core_ext/kernel/singleton_class"] = function(Opal)
23637
23637
  })($scope.base)
23638
23638
  };
23639
23639
 
23640
- /* Generated by Opal 0.10.3 */
23640
+ /* Generated by Opal 0.10.4 */
23641
23641
  Opal.modules["active_support/core_ext/module/remove_method"] = function(Opal) {
23642
23642
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
23643
23643
 
@@ -23668,7 +23668,7 @@ Opal.modules["active_support/core_ext/module/remove_method"] = function(Opal) {
23668
23668
  })($scope.base, null)
23669
23669
  };
23670
23670
 
23671
- /* Generated by Opal 0.10.3 */
23671
+ /* Generated by Opal 0.10.4 */
23672
23672
  Opal.modules["active_support/core_ext/array/extract_options"] = function(Opal) {
23673
23673
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass, $hash2 = Opal.hash2;
23674
23674
 
@@ -23703,7 +23703,7 @@ Opal.modules["active_support/core_ext/array/extract_options"] = function(Opal) {
23703
23703
  })($scope.base, null);
23704
23704
  };
23705
23705
 
23706
- /* Generated by Opal 0.10.3 */
23706
+ /* Generated by Opal 0.10.4 */
23707
23707
  Opal.modules["active_support/core_ext/class/attribute"] = function(Opal) {
23708
23708
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
23709
23709
 
@@ -23794,7 +23794,7 @@ if (val == null) val = nil;
23794
23794
  })($scope.base, null);
23795
23795
  };
23796
23796
 
23797
- /* Generated by Opal 0.10.3 */
23797
+ /* Generated by Opal 0.10.4 */
23798
23798
  Opal.modules["react/callbacks"] = function(Opal) {
23799
23799
  function $rb_plus(lhs, rhs) {
23800
23800
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -23885,7 +23885,7 @@ if (callback == null) callback = nil;
23885
23885
  })($scope.base);
23886
23886
  };
23887
23887
 
23888
- /* Generated by Opal 0.10.3 */
23888
+ /* Generated by Opal 0.10.4 */
23889
23889
  Opal.modules["react/rendering_context"] = function(Opal) {
23890
23890
  function $rb_gt(lhs, rhs) {
23891
23891
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -24118,7 +24118,7 @@ if (tag == null) tag = nil;
24118
24118
  })($scope.base)
24119
24119
  };
24120
24120
 
24121
- /* Generated by Opal 0.10.3 */
24121
+ /* Generated by Opal 0.10.4 */
24122
24122
  Opal.modules["set"] = function(Opal) {
24123
24123
  function $rb_lt(lhs, rhs) {
24124
24124
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs < rhs : lhs['$<'](rhs);
@@ -24473,7 +24473,7 @@ if (o == null) o = nil;
24473
24473
  })($scope.base);
24474
24474
  };
24475
24475
 
24476
- /* Generated by Opal 0.10.3 */
24476
+ /* Generated by Opal 0.10.4 */
24477
24477
  Opal.modules["hyper-store/class_methods"] = function(Opal) {
24478
24478
  function $rb_gt(lhs, rhs) {
24479
24479
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -24542,7 +24542,7 @@ Opal.modules["hyper-store/class_methods"] = function(Opal) {
24542
24542
  })($scope.base)
24543
24543
  };
24544
24544
 
24545
- /* Generated by Opal 0.10.3 */
24545
+ /* Generated by Opal 0.10.4 */
24546
24546
  Opal.modules["hyper-store/dispatch_receiver"] = function(Opal) {
24547
24547
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
24548
24548
 
@@ -24616,7 +24616,7 @@ if (params == null) params = nil;
24616
24616
  })($scope.base)
24617
24617
  };
24618
24618
 
24619
- /* Generated by Opal 0.10.3 */
24619
+ /* Generated by Opal 0.10.4 */
24620
24620
  Opal.modules["hyper-store/instance_methods"] = function(Opal) {
24621
24621
  function $rb_gt(lhs, rhs) {
24622
24622
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -24680,7 +24680,7 @@ if (instance_state == null) instance_state = nil;
24680
24680
  })($scope.base)
24681
24681
  };
24682
24682
 
24683
- /* Generated by Opal 0.10.3 */
24683
+ /* Generated by Opal 0.10.4 */
24684
24684
  Opal.modules["hyper-store/mutator_wrapper"] = function(Opal) {
24685
24685
  function $rb_gt(lhs, rhs) {
24686
24686
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -24808,7 +24808,7 @@ if (update == null) update = nil;
24808
24808
  })($scope.base)
24809
24809
  };
24810
24810
 
24811
- /* Generated by Opal 0.10.3 */
24811
+ /* Generated by Opal 0.10.4 */
24812
24812
  Opal.modules["hyper-store/state_wrapper/argument_validator"] = function(Opal) {
24813
24813
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
24814
24814
 
@@ -24943,7 +24943,7 @@ if (instance == null) instance = nil;
24943
24943
  })($scope.base)
24944
24944
  };
24945
24945
 
24946
- /* Generated by Opal 0.10.3 */
24946
+ /* Generated by Opal 0.10.4 */
24947
24947
  Opal.modules["hyper-store/state_wrapper"] = function(Opal) {
24948
24948
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2, $gvars = Opal.gvars;
24949
24949
 
@@ -25124,7 +25124,7 @@ if (wrapper == null) wrapper = nil;
25124
25124
  })($scope.base)
25125
25125
  };
25126
25126
 
25127
- /* Generated by Opal 0.10.3 */
25127
+ /* Generated by Opal 0.10.4 */
25128
25128
  Opal.modules["hyper-store/version"] = function(Opal) {
25129
25129
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
25130
25130
 
@@ -25137,7 +25137,7 @@ Opal.modules["hyper-store/version"] = function(Opal) {
25137
25137
  })($scope.base)
25138
25138
  };
25139
25139
 
25140
- /* Generated by Opal 0.10.3 */
25140
+ /* Generated by Opal 0.10.4 */
25141
25141
  Opal.modules["hyperloop/store"] = function(Opal) {
25142
25142
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
25143
25143
 
@@ -25172,7 +25172,7 @@ Opal.modules["hyperloop/store"] = function(Opal) {
25172
25172
  })($scope.base)
25173
25173
  };
25174
25174
 
25175
- /* Generated by Opal 0.10.3 */
25175
+ /* Generated by Opal 0.10.4 */
25176
25176
  Opal.modules["hyperloop/application/boot"] = function(Opal) {
25177
25177
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
25178
25178
 
@@ -25268,7 +25268,7 @@ if (receiver == null) receiver = nil;
25268
25268
  })($scope.base)
25269
25269
  };
25270
25270
 
25271
- /* Generated by Opal 0.10.3 */
25271
+ /* Generated by Opal 0.10.4 */
25272
25272
  Opal.modules["hyperloop/store/mixin"] = function(Opal) {
25273
25273
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
25274
25274
 
@@ -25319,7 +25319,7 @@ Opal.modules["hyperloop/store/mixin"] = function(Opal) {
25319
25319
  })($scope.base)
25320
25320
  };
25321
25321
 
25322
- /* Generated by Opal 0.10.3 */
25322
+ /* Generated by Opal 0.10.4 */
25323
25323
  Opal.modules["react/state"] = function(Opal) {
25324
25324
  function $rb_plus(lhs, rhs) {
25325
25325
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -25598,7 +25598,7 @@ if (h == null) h = nil;if (k == null) k = nil;
25598
25598
  })($scope.base)
25599
25599
  };
25600
25600
 
25601
- /* Generated by Opal 0.10.3 */
25601
+ /* Generated by Opal 0.10.4 */
25602
25602
  Opal.modules["hyper-store"] = function(Opal) {
25603
25603
  var $a, self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
25604
25604
 
@@ -25637,7 +25637,7 @@ Opal.modules["hyper-store"] = function(Opal) {
25637
25637
  };
25638
25638
  };
25639
25639
 
25640
- /* Generated by Opal 0.10.3 */
25640
+ /* Generated by Opal 0.10.4 */
25641
25641
  Opal.modules["react/state_wrapper"] = function(Opal) {
25642
25642
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
25643
25643
 
@@ -25687,7 +25687,7 @@ Opal.modules["react/state_wrapper"] = function(Opal) {
25687
25687
  })($scope.base)
25688
25688
  };
25689
25689
 
25690
- /* Generated by Opal 0.10.3 */
25690
+ /* Generated by Opal 0.10.4 */
25691
25691
  Opal.modules["react/component/api"] = function(Opal) {
25692
25692
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
25693
25693
 
@@ -25785,7 +25785,7 @@ Opal.modules["react/component/api"] = function(Opal) {
25785
25785
  })($scope.base)
25786
25786
  };
25787
25787
 
25788
- /* Generated by Opal 0.10.3 */
25788
+ /* Generated by Opal 0.10.4 */
25789
25789
  Opal.modules["react/component/class_methods"] = function(Opal) {
25790
25790
  function $rb_gt(lhs, rhs) {
25791
25791
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -26146,7 +26146,7 @@ if (a == null) a = nil;if (e == null) e = nil;
26146
26146
  })($scope.base)
26147
26147
  };
26148
26148
 
26149
- /* Generated by Opal 0.10.3 */
26149
+ /* Generated by Opal 0.10.4 */
26150
26150
  Opal.modules["react/component/props_wrapper"] = function(Opal) {
26151
26151
  function $rb_gt(lhs, rhs) {
26152
26152
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -26291,7 +26291,7 @@ if (h == null) h = nil;if (k == null) k = nil;
26291
26291
  })($scope.base)
26292
26292
  };
26293
26293
 
26294
- /* Generated by Opal 0.10.3 */
26294
+ /* Generated by Opal 0.10.4 */
26295
26295
  Opal.modules["react/component"] = function(Opal) {
26296
26296
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash = Opal.hash;
26297
26297
 
@@ -26597,7 +26597,7 @@ Opal.modules["react/component"] = function(Opal) {
26597
26597
  })($scope.base);
26598
26598
  };
26599
26599
 
26600
- /* Generated by Opal 0.10.3 */
26600
+ /* Generated by Opal 0.10.4 */
26601
26601
  Opal.modules["react/children"] = function(Opal) {
26602
26602
  function $rb_gt(lhs, rhs) {
26603
26603
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -26661,7 +26661,7 @@ Opal.modules["react/children"] = function(Opal) {
26661
26661
  })($scope.base)
26662
26662
  };
26663
26663
 
26664
- /* Generated by Opal 0.10.3 */
26664
+ /* Generated by Opal 0.10.4 */
26665
26665
  Opal.modules["react/component/dsl_instance_methods"] = function(Opal) {
26666
26666
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
26667
26667
 
@@ -26714,7 +26714,7 @@ Opal.modules["react/component/dsl_instance_methods"] = function(Opal) {
26714
26714
  })($scope.base);
26715
26715
  };
26716
26716
 
26717
- /* Generated by Opal 0.10.3 */
26717
+ /* Generated by Opal 0.10.4 */
26718
26718
  Opal.modules["react/component/should_component_update"] = function(Opal) {
26719
26719
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
26720
26720
 
@@ -26795,7 +26795,7 @@ if (k == null) k = nil;if (v == null) v = nil;
26795
26795
  })($scope.base)
26796
26796
  };
26797
26797
 
26798
- /* Generated by Opal 0.10.3 */
26798
+ /* Generated by Opal 0.10.4 */
26799
26799
  Opal.modules["react/element"] = function(Opal) {
26800
26800
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2, $hash = Opal.hash;
26801
26801
 
@@ -26984,7 +26984,7 @@ if (event_name == null) event_name = nil;
26984
26984
  })($scope.base);
26985
26985
  };
26986
26986
 
26987
- /* Generated by Opal 0.10.3 */
26987
+ /* Generated by Opal 0.10.4 */
26988
26988
  Opal.modules["react/event"] = function(Opal) {
26989
26989
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
26990
26990
 
@@ -27121,7 +27121,7 @@ Opal.modules["react/event"] = function(Opal) {
27121
27121
  })($scope.base)
27122
27122
  };
27123
27123
 
27124
- /* Generated by Opal 0.10.3 */
27124
+ /* Generated by Opal 0.10.4 */
27125
27125
  Opal.modules["react/native_library"] = function(Opal) {
27126
27126
  function $rb_plus(lhs, rhs) {
27127
27127
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -27242,7 +27242,7 @@ if (js_name == null) js_name = nil;if (ruby_name == null) ruby_name = nil;
27242
27242
  })($scope.base)
27243
27243
  };
27244
27244
 
27245
- /* Generated by Opal 0.10.3 */
27245
+ /* Generated by Opal 0.10.4 */
27246
27246
  Opal.modules["react/api"] = function(Opal) {
27247
27247
  function $rb_plus(lhs, rhs) {
27248
27248
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -27507,7 +27507,7 @@ if (word == null) word = nil;
27507
27507
  })($scope.base);
27508
27508
  };
27509
27509
 
27510
- /* Generated by Opal 0.10.3 */
27510
+ /* Generated by Opal 0.10.4 */
27511
27511
  Opal.modules["react/object"] = function(Opal) {
27512
27512
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
27513
27513
 
@@ -27539,7 +27539,7 @@ Opal.modules["react/object"] = function(Opal) {
27539
27539
  })($scope.base, null)
27540
27540
  };
27541
27541
 
27542
- /* Generated by Opal 0.10.3 */
27542
+ /* Generated by Opal 0.10.4 */
27543
27543
  Opal.modules["react/ext/opal-jquery/element"] = function(Opal) {
27544
27544
  var $a, $b, TMP_1, self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $hash2 = Opal.hash2;
27545
27545
 
@@ -27588,7 +27588,7 @@ Opal.modules["react/ext/opal-jquery/element"] = function(Opal) {
27588
27588
  }
27589
27589
  };
27590
27590
 
27591
- /* Generated by Opal 0.10.3 */
27591
+ /* Generated by Opal 0.10.4 */
27592
27592
  Opal.modules["react/config/client"] = function(Opal) {
27593
27593
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $hash2 = Opal.hash2;
27594
27594
 
@@ -27627,7 +27627,7 @@ Opal.modules["react/config/client"] = function(Opal) {
27627
27627
  })($scope.base)
27628
27628
  };
27629
27629
 
27630
- /* Generated by Opal 0.10.3 */
27630
+ /* Generated by Opal 0.10.4 */
27631
27631
  Opal.modules["react/config"] = function(Opal) {
27632
27632
  var $a, self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
27633
27633
 
@@ -27638,7 +27638,7 @@ Opal.modules["react/config"] = function(Opal) {
27638
27638
  }
27639
27639
  };
27640
27640
 
27641
- /* Generated by Opal 0.10.3 */
27641
+ /* Generated by Opal 0.10.4 */
27642
27642
  Opal.modules["reactive-ruby/isomorphic_helpers"] = function(Opal) {
27643
27643
  function $rb_plus(lhs, rhs) {
27644
27644
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -27870,6 +27870,8 @@ if (arg == null) arg = nil;
27870
27870
  var def = self.$$proto, $scope = self.$$scope, TMP_20, TMP_21, TMP_22, TMP_23, TMP_24;
27871
27871
 
27872
27872
  def.result = def.name = nil;
27873
+ self.$attr_reader("context");
27874
+
27873
27875
  Opal.defn(self, '$result', TMP_20 = function $$result() {
27874
27876
  var $a, self = this;
27875
27877
 
@@ -27880,23 +27882,24 @@ if (arg == null) arg = nil;
27880
27882
  };
27881
27883
  }, TMP_20.$$arity = 0);
27882
27884
 
27883
- Opal.defn(self, '$initialize', TMP_21 = function $$initialize(name, block, $a_rest) {
27885
+ Opal.defn(self, '$initialize', TMP_21 = function $$initialize(name, block, context, $a_rest) {
27884
27886
  var $b, $c, $d, self = this, args;
27885
27887
 
27886
- var $args_len = arguments.length, $rest_len = $args_len - 2;
27888
+ var $args_len = arguments.length, $rest_len = $args_len - 3;
27887
27889
  if ($rest_len < 0) { $rest_len = 0; }
27888
27890
  args = new Array($rest_len);
27889
- for (var $arg_idx = 2; $arg_idx < $args_len; $arg_idx++) {
27890
- args[$arg_idx - 2] = arguments[$arg_idx];
27891
+ for (var $arg_idx = 3; $arg_idx < $args_len; $arg_idx++) {
27892
+ args[$arg_idx - 3] = arguments[$arg_idx];
27891
27893
  }
27892
27894
  self.name = name;
27895
+ self.context = context;
27893
27896
  ($b = block).$call.apply($b, [self].concat(Opal.to_a(args)));
27894
27897
  if ((($c = $scope.get('IsomorphicHelpers')['$on_opal_server?']()) !== nil && $c != null && (!$c.$$is_boolean || $c == true))) {
27895
27898
  return ((($c = self.result) !== false && $c !== nil && $c != null) ? $c : self.result = ($d = self).$send_to_server.apply($d, Opal.to_a(args)))
27896
27899
  } else {
27897
27900
  return nil
27898
27901
  };
27899
- }, TMP_21.$$arity = -3);
27902
+ }, TMP_21.$$arity = -4);
27900
27903
 
27901
27904
  Opal.defn(self, '$when_on_client', TMP_22 = function $$when_on_client() {
27902
27905
  var $a, self = this, $iter = TMP_22.$$p, block = $iter || nil;
@@ -28003,7 +28006,7 @@ if (arg == null) arg = nil;
28003
28006
  for (var $arg_idx = 0; $arg_idx < $args_len; $arg_idx++) {
28004
28007
  args[$arg_idx - 0] = arguments[$arg_idx];
28005
28008
  }
28006
- return ($d = (((($scope.get('React')).$$scope.get('IsomorphicHelpers'))).$$scope.get('IsomorphicProcCall'))).$new.apply($d, [name, block].concat(Opal.to_a(args))).$result()}, TMP_32.$$s = self, TMP_32.$$arity = -1, TMP_32), $a).call($b, "define_method", name);
28009
+ return ($d = (((($scope.get('React')).$$scope.get('IsomorphicHelpers'))).$$scope.get('IsomorphicProcCall'))).$new.apply($d, [name, block, self].concat(Opal.to_a(args))).$result()}, TMP_32.$$s = self, TMP_32.$$arity = -1, TMP_32), $a).call($b, "define_method", name);
28007
28010
  }, TMP_31.$$arity = 1);
28008
28011
  };
28009
28012
  })($scope.base);
@@ -28011,7 +28014,7 @@ if (arg == null) arg = nil;
28011
28014
  })($scope.base);
28012
28015
  };
28013
28016
 
28014
- /* Generated by Opal 0.10.3 */
28017
+ /* Generated by Opal 0.10.4 */
28015
28018
  Opal.modules["rails-helpers/top_level_rails_component"] = function(Opal) {
28016
28019
  function $rb_plus(lhs, rhs) {
28017
28020
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -28140,7 +28143,7 @@ if (scope == null) scope = nil;if (next_const == null) next_const = nil;
28140
28143
  })($scope.base);
28141
28144
  };
28142
28145
 
28143
- /* Generated by Opal 0.10.3 */
28146
+ /* Generated by Opal 0.10.4 */
28144
28147
  Opal.modules["reactive-ruby/version"] = function(Opal) {
28145
28148
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
28146
28149
 
@@ -28149,11 +28152,11 @@ Opal.modules["reactive-ruby/version"] = function(Opal) {
28149
28152
 
28150
28153
  var def = self.$$proto, $scope = self.$$scope;
28151
28154
 
28152
- Opal.cdecl($scope, 'VERSION', "0.12.5")
28155
+ Opal.cdecl($scope, 'VERSION', "0.12.7")
28153
28156
  })($scope.base)
28154
28157
  };
28155
28158
 
28156
- /* Generated by Opal 0.10.3 */
28159
+ /* Generated by Opal 0.10.4 */
28157
28160
  Opal.modules["hyper-react"] = function(Opal) {
28158
28161
  var $a, self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $hash2 = Opal.hash2, $module = Opal.module, $klass = Opal.klass;
28159
28162
 
@@ -28227,7 +28230,7 @@ Opal.modules["hyper-react"] = function(Opal) {
28227
28230
  };};
28228
28231
  };
28229
28232
 
28230
- /* Generated by Opal 0.10.3 */
28233
+ /* Generated by Opal 0.10.4 */
28231
28234
  Opal.modules["hyper-component"] = function(Opal) {
28232
28235
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
28233
28236
 
@@ -28253,7 +28256,7 @@ Opal.modules["hyper-component"] = function(Opal) {
28253
28256
  return self.$require("hyper-react");};
28254
28257
  };
28255
28258
 
28256
- /* Generated by Opal 0.10.3 */
28259
+ /* Generated by Opal 0.10.4 */
28257
28260
  Opal.modules["hyper-operation/version"] = function(Opal) {
28258
28261
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
28259
28262
 
@@ -28268,12 +28271,12 @@ Opal.modules["hyper-operation/version"] = function(Opal) {
28268
28271
 
28269
28272
  var def = self.$$proto, $scope = self.$$scope;
28270
28273
 
28271
- return Opal.cdecl($scope, 'VERSION', "0.5.4")
28274
+ return Opal.cdecl($scope, 'VERSION', "0.5.6")
28272
28275
  })($scope.base, null)
28273
28276
  })($scope.base)
28274
28277
  };
28275
28278
 
28276
- /* Generated by Opal 0.10.3 */
28279
+ /* Generated by Opal 0.10.4 */
28277
28280
  Opal.modules["active_support/inflector/inflections"] = function(Opal) {
28278
28281
  function $rb_gt(lhs, rhs) {
28279
28282
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -28426,7 +28429,7 @@ if (w == null) w = nil;
28426
28429
  })($scope.base);
28427
28430
  };
28428
28431
 
28429
- /* Generated by Opal 0.10.3 */
28432
+ /* Generated by Opal 0.10.4 */
28430
28433
  Opal.modules["active_support/inflections"] = function(Opal) {
28431
28434
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
28432
28435
 
@@ -28496,7 +28499,7 @@ if (inflect == null) inflect = nil;
28496
28499
  })($scope.base)
28497
28500
  };
28498
28501
 
28499
- /* Generated by Opal 0.10.3 */
28502
+ /* Generated by Opal 0.10.4 */
28500
28503
  Opal.modules["active_support/inflector"] = function(Opal) {
28501
28504
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
28502
28505
 
@@ -28505,7 +28508,7 @@ Opal.modules["active_support/inflector"] = function(Opal) {
28505
28508
  return self.$require("active_support/inflections");
28506
28509
  };
28507
28510
 
28508
- /* Generated by Opal 0.10.3 */
28511
+ /* Generated by Opal 0.10.4 */
28509
28512
  Opal.modules["active_support/core_ext/string/inflections"] = function(Opal) {
28510
28513
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
28511
28514
 
@@ -28537,7 +28540,7 @@ Opal.modules["active_support/core_ext/string/inflections"] = function(Opal) {
28537
28540
  })($scope.base, null);
28538
28541
  };
28539
28542
 
28540
- /* Generated by Opal 0.10.3 */
28543
+ /* Generated by Opal 0.10.4 */
28541
28544
  Opal.modules["active_support/core_ext/string"] = function(Opal) {
28542
28545
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
28543
28546
 
@@ -28604,7 +28607,7 @@ Opal.modules["active_support/core_ext/string"] = function(Opal) {
28604
28607
  })($scope.base, null);
28605
28608
  };
28606
28609
 
28607
- /* Generated by Opal 0.10.3 */
28610
+ /* Generated by Opal 0.10.4 */
28608
28611
  Opal.modules["active_support/hash_with_indifferent_access"] = function(Opal) {
28609
28612
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
28610
28613
 
@@ -28670,7 +28673,7 @@ if (new_hash == null) new_hash = nil;
28670
28673
  })($scope.base)
28671
28674
  };
28672
28675
 
28673
- /* Generated by Opal 0.10.3 */
28676
+ /* Generated by Opal 0.10.4 */
28674
28677
  Opal.modules["active_support/core_ext/hash/indifferent_access"] = function(Opal) {
28675
28678
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
28676
28679
 
@@ -28692,7 +28695,7 @@ Opal.modules["active_support/core_ext/hash/indifferent_access"] = function(Opal)
28692
28695
  })($scope.base, null);
28693
28696
  };
28694
28697
 
28695
- /* Generated by Opal 0.10.3 */
28698
+ /* Generated by Opal 0.10.4 */
28696
28699
  Opal.modules["date"] = function(Opal) {
28697
28700
  function $rb_gt(lhs, rhs) {
28698
28701
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -29485,7 +29488,7 @@ Opal.modules["date"] = function(Opal) {
29485
29488
  })($scope.base, null)
29486
29489
  };
29487
29490
 
29488
- /* Generated by Opal 0.10.3 */
29491
+ /* Generated by Opal 0.10.4 */
29489
29492
  Opal.modules["time"] = function(Opal) {
29490
29493
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
29491
29494
 
@@ -29510,7 +29513,7 @@ Opal.modules["time"] = function(Opal) {
29510
29513
  })($scope.base, null)
29511
29514
  };
29512
29515
 
29513
- /* Generated by Opal 0.10.3 */
29516
+ /* Generated by Opal 0.10.4 */
29514
29517
  Opal.modules["js"] = function(Opal) {
29515
29518
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
29516
29519
 
@@ -29613,7 +29616,7 @@ Opal.modules["js"] = function(Opal) {
29613
29616
  })($scope.base)
29614
29617
  };
29615
29618
 
29616
- /* Generated by Opal 0.10.3 */
29619
+ /* Generated by Opal 0.10.4 */
29617
29620
  Opal.modules["bigdecimal/kernel"] = function(Opal) {
29618
29621
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
29619
29622
 
@@ -29634,7 +29637,7 @@ Opal.modules["bigdecimal/kernel"] = function(Opal) {
29634
29637
  })($scope.base)
29635
29638
  };
29636
29639
 
29637
- /* Generated by Opal 0.10.3 */
29640
+ /* Generated by Opal 0.10.4 */
29638
29641
  Opal.modules["bigdecimal/bignumber"] = function(Opal) {
29639
29642
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
29640
29643
 
@@ -29656,7 +29659,7 @@ Opal.modules["bigdecimal/bignumber"] = function(Opal) {
29656
29659
  })($scope.base, null)
29657
29660
  };
29658
29661
 
29659
- /* Generated by Opal 0.10.3 */
29662
+ /* Generated by Opal 0.10.4 */
29660
29663
  Opal.modules["bigdecimal"] = function(Opal) {
29661
29664
  function $rb_lt(lhs, rhs) {
29662
29665
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs < rhs : lhs['$<'](rhs);
@@ -29998,7 +30001,7 @@ Opal.modules["bigdecimal"] = function(Opal) {
29998
30001
  })($scope.base, null);
29999
30002
  };
30000
30003
 
30001
- /* Generated by Opal 0.10.3 */
30004
+ /* Generated by Opal 0.10.4 */
30002
30005
  Opal.modules["mutations/version"] = function(Opal) {
30003
30006
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
30004
30007
 
@@ -30011,7 +30014,7 @@ Opal.modules["mutations/version"] = function(Opal) {
30011
30014
  })($scope.base)
30012
30015
  };
30013
30016
 
30014
- /* Generated by Opal 0.10.3 */
30017
+ /* Generated by Opal 0.10.4 */
30015
30018
  Opal.modules["mutations/exception"] = function(Opal) {
30016
30019
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
30017
30020
 
@@ -30044,7 +30047,7 @@ Opal.modules["mutations/exception"] = function(Opal) {
30044
30047
  })($scope.base)
30045
30048
  };
30046
30049
 
30047
- /* Generated by Opal 0.10.3 */
30050
+ /* Generated by Opal 0.10.4 */
30048
30051
  Opal.modules["mutations/errors"] = function(Opal) {
30049
30052
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
30050
30053
 
@@ -30186,7 +30189,7 @@ if (e == null) e = nil;
30186
30189
  })($scope.base)
30187
30190
  };
30188
30191
 
30189
- /* Generated by Opal 0.10.3 */
30192
+ /* Generated by Opal 0.10.4 */
30190
30193
  Opal.modules["mutations/input_filter"] = function(Opal) {
30191
30194
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
30192
30195
 
@@ -30259,7 +30262,7 @@ Opal.modules["mutations/input_filter"] = function(Opal) {
30259
30262
  })($scope.base)
30260
30263
  };
30261
30264
 
30262
- /* Generated by Opal 0.10.3 */
30265
+ /* Generated by Opal 0.10.4 */
30263
30266
  Opal.modules["mutations/hash_filter"] = function(Opal) {
30264
30267
  function $rb_minus(lhs, rhs) {
30265
30268
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs - rhs : lhs['$-'](rhs);
@@ -30486,7 +30489,7 @@ if (key == null) key = nil;
30486
30489
  })($scope.base)
30487
30490
  };
30488
30491
 
30489
- /* Generated by Opal 0.10.3 */
30492
+ /* Generated by Opal 0.10.4 */
30490
30493
  Opal.modules["mutations/array_filter"] = function(Opal) {
30491
30494
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
30492
30495
 
@@ -30625,7 +30628,7 @@ if (el == null) el = nil;if (i == null) i = nil;
30625
30628
  })($scope.base)
30626
30629
  };
30627
30630
 
30628
- /* Generated by Opal 0.10.3 */
30631
+ /* Generated by Opal 0.10.4 */
30629
30632
  Opal.modules["mutations/additional_filter"] = function(Opal) {
30630
30633
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
30631
30634
 
@@ -30654,7 +30657,7 @@ Opal.modules["mutations/additional_filter"] = function(Opal) {
30654
30657
  })($scope.base);
30655
30658
  };
30656
30659
 
30657
- /* Generated by Opal 0.10.3 */
30660
+ /* Generated by Opal 0.10.4 */
30658
30661
  Opal.modules["mutations/string_filter"] = function(Opal) {
30659
30662
  function $rb_lt(lhs, rhs) {
30660
30663
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs < rhs : lhs['$<'](rhs);
@@ -30719,7 +30722,7 @@ if (klass == null) klass = nil;
30719
30722
  })($scope.base)
30720
30723
  };
30721
30724
 
30722
- /* Generated by Opal 0.10.3 */
30725
+ /* Generated by Opal 0.10.4 */
30723
30726
  Opal.modules["mutations/integer_filter"] = function(Opal) {
30724
30727
  function $rb_lt(lhs, rhs) {
30725
30728
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs < rhs : lhs['$<'](rhs);
@@ -30772,7 +30775,7 @@ Opal.modules["mutations/integer_filter"] = function(Opal) {
30772
30775
  })($scope.base)
30773
30776
  };
30774
30777
 
30775
- /* Generated by Opal 0.10.3 */
30778
+ /* Generated by Opal 0.10.4 */
30776
30779
  Opal.modules["mutations/float_filter"] = function(Opal) {
30777
30780
  function $rb_lt(lhs, rhs) {
30778
30781
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs < rhs : lhs['$<'](rhs);
@@ -30823,7 +30826,7 @@ Opal.modules["mutations/float_filter"] = function(Opal) {
30823
30826
  })($scope.base)
30824
30827
  };
30825
30828
 
30826
- /* Generated by Opal 0.10.3 */
30829
+ /* Generated by Opal 0.10.4 */
30827
30830
  Opal.modules["mutations/boolean_filter"] = function(Opal) {
30828
30831
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
30829
30832
 
@@ -30871,7 +30874,7 @@ Opal.modules["mutations/boolean_filter"] = function(Opal) {
30871
30874
  })($scope.base)
30872
30875
  };
30873
30876
 
30874
- /* Generated by Opal 0.10.3 */
30877
+ /* Generated by Opal 0.10.4 */
30875
30878
  Opal.modules["mutations/duck_filter"] = function(Opal) {
30876
30879
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
30877
30880
 
@@ -30911,7 +30914,7 @@ if (method == null) method = nil;
30911
30914
  })($scope.base)
30912
30915
  };
30913
30916
 
30914
- /* Generated by Opal 0.10.3 */
30917
+ /* Generated by Opal 0.10.4 */
30915
30918
  Opal.modules["mutations/date_filter"] = function(Opal) {
30916
30919
  function $rb_le(lhs, rhs) {
30917
30920
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs <= rhs : lhs['$<='](rhs);
@@ -30977,7 +30980,7 @@ Opal.modules["mutations/date_filter"] = function(Opal) {
30977
30980
  })($scope.base)
30978
30981
  };
30979
30982
 
30980
- /* Generated by Opal 0.10.3 */
30983
+ /* Generated by Opal 0.10.4 */
30981
30984
  Opal.modules["mutations/time_filter"] = function(Opal) {
30982
30985
  function $rb_le(lhs, rhs) {
30983
30986
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs <= rhs : lhs['$<='](rhs);
@@ -31043,7 +31046,7 @@ Opal.modules["mutations/time_filter"] = function(Opal) {
31043
31046
  })($scope.base)
31044
31047
  };
31045
31048
 
31046
- /* Generated by Opal 0.10.3 */
31049
+ /* Generated by Opal 0.10.4 */
31047
31050
  Opal.modules["mutations/file_filter"] = function(Opal) {
31048
31051
  function $rb_gt(lhs, rhs) {
31049
31052
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -31094,7 +31097,7 @@ if (method == null) method = nil;
31094
31097
  })($scope.base)
31095
31098
  };
31096
31099
 
31097
- /* Generated by Opal 0.10.3 */
31100
+ /* Generated by Opal 0.10.4 */
31098
31101
  Opal.modules["mutations/model_filter"] = function(Opal) {
31099
31102
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
31100
31103
 
@@ -31173,7 +31176,7 @@ Opal.modules["mutations/model_filter"] = function(Opal) {
31173
31176
  })($scope.base)
31174
31177
  };
31175
31178
 
31176
- /* Generated by Opal 0.10.3 */
31179
+ /* Generated by Opal 0.10.4 */
31177
31180
  Opal.modules["mutations/outcome"] = function(Opal) {
31178
31181
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
31179
31182
 
@@ -31207,7 +31210,7 @@ Opal.modules["mutations/outcome"] = function(Opal) {
31207
31210
  })($scope.base)
31208
31211
  };
31209
31212
 
31210
- /* Generated by Opal 0.10.3 */
31213
+ /* Generated by Opal 0.10.4 */
31211
31214
  Opal.modules["mutations/command"] = function(Opal) {
31212
31215
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
31213
31216
 
@@ -31425,7 +31428,7 @@ if (cur_errors == null) cur_errors = nil;if (part == null) part = nil;
31425
31428
  })($scope.base)
31426
31429
  };
31427
31430
 
31428
- /* Generated by Opal 0.10.3 */
31431
+ /* Generated by Opal 0.10.4 */
31429
31432
  Opal.modules["mutations"] = function(Opal) {
31430
31433
  var $a, $b, self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
31431
31434
 
@@ -31488,7 +31491,7 @@ Opal.modules["mutations"] = function(Opal) {
31488
31491
  return (($a = [true]), $b = $scope.get('Mutations'), $b['$cache_constants='].apply($b, $a), $a[$a.length-1]);
31489
31492
  };
31490
31493
 
31491
- /* Generated by Opal 0.10.3 */
31494
+ /* Generated by Opal 0.10.4 */
31492
31495
  Opal.modules["hyper-operation/filters/outbound_filter"] = function(Opal) {
31493
31496
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
31494
31497
 
@@ -31514,7 +31517,7 @@ Opal.modules["hyper-operation/filters/outbound_filter"] = function(Opal) {
31514
31517
  })($scope.base)
31515
31518
  };
31516
31519
 
31517
- /* Generated by Opal 0.10.3 */
31520
+ /* Generated by Opal 0.10.4 */
31518
31521
  Opal.modules["hyper-operation/call_by_class_name"] = function(Opal) {
31519
31522
  function $rb_lt(lhs, rhs) {
31520
31523
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs < rhs : lhs['$<'](rhs);
@@ -31649,7 +31652,7 @@ if (s == null) s = nil;
31649
31652
  })($scope.base, null);
31650
31653
  };
31651
31654
 
31652
- /* Generated by Opal 0.10.3 */
31655
+ /* Generated by Opal 0.10.4 */
31653
31656
  Opal.modules["hyper-operation/transport/client_drivers"] = function(Opal) {
31654
31657
  function $rb_plus(lhs, rhs) {
31655
31658
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -31876,7 +31879,7 @@ if (channel == null) channel = nil;
31876
31879
  })($scope.base)
31877
31880
  };
31878
31881
 
31879
- /* Generated by Opal 0.10.3 */
31882
+ /* Generated by Opal 0.10.4 */
31880
31883
  Opal.modules["hyper-operation/exception"] = function(Opal) {
31881
31884
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
31882
31885
 
@@ -31922,7 +31925,7 @@ Opal.modules["hyper-operation/exception"] = function(Opal) {
31922
31925
  })($scope.base)
31923
31926
  };
31924
31927
 
31925
- /* Generated by Opal 0.10.3 */
31928
+ /* Generated by Opal 0.10.4 */
31926
31929
  Opal.modules["hyper-operation/promise"] = function(Opal) {
31927
31930
  function $rb_plus(lhs, rhs) {
31928
31931
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -32438,7 +32441,7 @@ if (values == null) values = nil;
32438
32441
  })($scope.base, null)
32439
32442
  };
32440
32443
 
32441
- /* Generated by Opal 0.10.3 */
32444
+ /* Generated by Opal 0.10.4 */
32442
32445
  Opal.modules["hyper-operation/railway"] = function(Opal) {
32443
32446
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
32444
32447
 
@@ -32458,7 +32461,7 @@ Opal.modules["hyper-operation/railway"] = function(Opal) {
32458
32461
  })($scope.base)
32459
32462
  };
32460
32463
 
32461
- /* Generated by Opal 0.10.3 */
32464
+ /* Generated by Opal 0.10.4 */
32462
32465
  Opal.modules["hyper-operation/api"] = function(Opal) {
32463
32466
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2, $hash = Opal.hash;
32464
32467
 
@@ -32792,7 +32795,7 @@ if (var$ == null) var$ = nil;
32792
32795
  })($scope.base)
32793
32796
  };
32794
32797
 
32795
- /* Generated by Opal 0.10.3 */
32798
+ /* Generated by Opal 0.10.4 */
32796
32799
  Opal.modules["hyper-operation/railway/dispatcher"] = function(Opal) {
32797
32800
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
32798
32801
 
@@ -32853,7 +32856,7 @@ if (receiver == null) receiver = nil;
32853
32856
  })($scope.base)
32854
32857
  };
32855
32858
 
32856
- /* Generated by Opal 0.10.3 */
32859
+ /* Generated by Opal 0.10.4 */
32857
32860
  Opal.modules["hyper-operation/railway/params_wrapper"] = function(Opal) {
32858
32861
  function $rb_gt(lhs, rhs) {
32859
32862
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -33078,7 +33081,7 @@ if (wrapper == null) wrapper = nil;
33078
33081
  })($scope.base)
33079
33082
  };
33080
33083
 
33081
- /* Generated by Opal 0.10.3 */
33084
+ /* Generated by Opal 0.10.4 */
33082
33085
  Opal.modules["hyper-operation/railway/run"] = function(Opal) {
33083
33086
  function $rb_lt(lhs, rhs) {
33084
33087
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs < rhs : lhs['$<'](rhs);
@@ -33330,7 +33333,7 @@ if (opts == null) opts = nil;
33330
33333
  })($scope.base)
33331
33334
  };
33332
33335
 
33333
- /* Generated by Opal 0.10.3 */
33336
+ /* Generated by Opal 0.10.4 */
33334
33337
  Opal.modules["hyper-operation/railway/validations"] = function(Opal) {
33335
33338
  function $rb_plus(lhs, rhs) {
33336
33339
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -33466,7 +33469,7 @@ if (validator == null) validator = nil;if (i == null) i = nil;
33466
33469
  })($scope.base)
33467
33470
  };
33468
33471
 
33469
- /* Generated by Opal 0.10.3 */
33472
+ /* Generated by Opal 0.10.4 */
33470
33473
  Opal.modules["hyper-operation/server_op"] = function(Opal) {
33471
33474
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
33472
33475
 
@@ -33614,7 +33617,7 @@ if (receiver == null) receiver = nil;
33614
33617
  })($scope.base)
33615
33618
  };
33616
33619
 
33617
- /* Generated by Opal 0.10.3 */
33620
+ /* Generated by Opal 0.10.4 */
33618
33621
  Opal.modules["hyper-operation/boot"] = function(Opal) {
33619
33622
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
33620
33623
 
@@ -33671,7 +33674,7 @@ if (r == null) r = nil;
33671
33674
  })($scope.base)
33672
33675
  };
33673
33676
 
33674
- /* Generated by Opal 0.10.3 */
33677
+ /* Generated by Opal 0.10.4 */
33675
33678
  Opal.modules["hyper-operation"] = function(Opal) {
33676
33679
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $hash2 = Opal.hash2, $klass = Opal.klass;
33677
33680
 
@@ -33719,7 +33722,7 @@ Opal.modules["hyper-operation"] = function(Opal) {
33719
33722
  return self.$require("hyper-operation/boot");};
33720
33723
  };
33721
33724
 
33722
- /* Generated by Opal 0.10.3 */
33725
+ /* Generated by Opal 0.10.4 */
33723
33726
  Opal.modules["react/top_level_render"] = function(Opal) {
33724
33727
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
33725
33728
 
@@ -33763,7 +33766,7 @@ Opal.modules["react/top_level_render"] = function(Opal) {
33763
33766
  })($scope.base)
33764
33767
  };
33765
33768
 
33766
- /* Generated by Opal 0.10.3 */
33769
+ /* Generated by Opal 0.10.4 */
33767
33770
  Opal.modules["opal/parser/sexp"] = function(Opal) {
33768
33771
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $range = Opal.range, $hash2 = Opal.hash2;
33769
33772
 
@@ -33915,7 +33918,7 @@ if (e == null) e = nil;
33915
33918
  })($scope.base)
33916
33919
  };
33917
33920
 
33918
- /* Generated by Opal 0.10.3 */
33921
+ /* Generated by Opal 0.10.4 */
33919
33922
  Opal.modules["strscan"] = function(Opal) {
33920
33923
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
33921
33924
 
@@ -34271,7 +34274,7 @@ Opal.modules["strscan"] = function(Opal) {
34271
34274
  })($scope.base, null)
34272
34275
  };
34273
34276
 
34274
- /* Generated by Opal 0.10.3 */
34277
+ /* Generated by Opal 0.10.4 */
34275
34278
  Opal.modules["opal/parser/keywords"] = function(Opal) {
34276
34279
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
34277
34280
 
@@ -34331,7 +34334,7 @@ if (k == null) k = nil;
34331
34334
  })($scope.base)
34332
34335
  };
34333
34336
 
34334
- /* Generated by Opal 0.10.3 */
34337
+ /* Generated by Opal 0.10.4 */
34335
34338
  Opal.modules["opal/parser/lexer"] = function(Opal) {
34336
34339
  function $rb_plus(lhs, rhs) {
34337
34340
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -35496,7 +35499,7 @@ if (line == null) line = nil;
35496
35499
  })($scope.base);
35497
35500
  };
35498
35501
 
35499
- /* Generated by Opal 0.10.3 */
35502
+ /* Generated by Opal 0.10.4 */
35500
35503
  Opal.modules["racc/parser"] = function(Opal) {
35501
35504
  function $rb_lt(lhs, rhs) {
35502
35505
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs < rhs : lhs['$<'](rhs);
@@ -35928,7 +35931,7 @@ if (st == null) st = nil;
35928
35931
  })($scope.base);
35929
35932
  };
35930
35933
 
35931
- /* Generated by Opal 0.10.3 */
35934
+ /* Generated by Opal 0.10.4 */
35932
35935
  Opal.modules["opal/parser/grammar"] = function(Opal) {
35933
35936
  function $rb_plus(lhs, rhs) {
35934
35937
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -38964,7 +38967,7 @@ if (i == null) i = nil;
38964
38967
  })($scope.base);
38965
38968
  };
38966
38969
 
38967
- /* Generated by Opal 0.10.3 */
38970
+ /* Generated by Opal 0.10.4 */
38968
38971
  Opal.modules["opal/parser/parser_scope"] = function(Opal) {
38969
38972
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
38970
38973
 
@@ -39012,7 +39015,7 @@ Opal.modules["opal/parser/parser_scope"] = function(Opal) {
39012
39015
  })($scope.base)
39013
39016
  };
39014
39017
 
39015
- /* Generated by Opal 0.10.3 */
39018
+ /* Generated by Opal 0.10.4 */
39016
39019
  Opal.modules["opal/parser"] = function(Opal) {
39017
39020
  function $rb_minus(lhs, rhs) {
39018
39021
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs - rhs : lhs['$-'](rhs);
@@ -39923,7 +39926,7 @@ if (kwarg == null) kwarg = nil;
39923
39926
  })($scope.base);
39924
39927
  };
39925
39928
 
39926
- /* Generated by Opal 0.10.3 */
39929
+ /* Generated by Opal 0.10.4 */
39927
39930
  Opal.modules["opal/fragment"] = function(Opal) {
39928
39931
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
39929
39932
 
@@ -39997,7 +40000,7 @@ Opal.modules["opal/fragment"] = function(Opal) {
39997
40000
  })($scope.base)
39998
40001
  };
39999
40002
 
40000
- /* Generated by Opal 0.10.3 */
40003
+ /* Generated by Opal 0.10.4 */
40001
40004
  Opal.modules["opal/nodes/helpers"] = function(Opal) {
40002
40005
  function $rb_plus(lhs, rhs) {
40003
40006
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -40175,7 +40178,7 @@ if (tmp == null) tmp = nil;
40175
40178
  })($scope.base);
40176
40179
  };
40177
40180
 
40178
- /* Generated by Opal 0.10.3 */
40181
+ /* Generated by Opal 0.10.4 */
40179
40182
  Opal.modules["opal/nodes/base"] = function(Opal) {
40180
40183
  function $rb_plus(lhs, rhs) {
40181
40184
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -40478,7 +40481,7 @@ if (str == null) str = nil;
40478
40481
  })($scope.base);
40479
40482
  };
40480
40483
 
40481
- /* Generated by Opal 0.10.3 */
40484
+ /* Generated by Opal 0.10.4 */
40482
40485
  Opal.modules["opal/nodes/literal"] = function(Opal) {
40483
40486
  function $rb_plus(lhs, rhs) {
40484
40487
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -40869,7 +40872,7 @@ if (part == null) part = nil;if (idx == null) idx = nil;
40869
40872
  })($scope.base);
40870
40873
  };
40871
40874
 
40872
- /* Generated by Opal 0.10.3 */
40875
+ /* Generated by Opal 0.10.4 */
40873
40876
  Opal.modules["opal/nodes/variables"] = function(Opal) {
40874
40877
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $range = Opal.range;
40875
40878
 
@@ -41161,7 +41164,7 @@ if (tmp == null) tmp = nil;
41161
41164
  })($scope.base);
41162
41165
  };
41163
41166
 
41164
- /* Generated by Opal 0.10.3 */
41167
+ /* Generated by Opal 0.10.4 */
41165
41168
  Opal.modules["opal/nodes/constants"] = function(Opal) {
41166
41169
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
41167
41170
 
@@ -41295,7 +41298,7 @@ Opal.modules["opal/nodes/constants"] = function(Opal) {
41295
41298
  })($scope.base);
41296
41299
  };
41297
41300
 
41298
- /* Generated by Opal 0.10.3 */
41301
+ /* Generated by Opal 0.10.4 */
41299
41302
  Opal.modules["pathname"] = function(Opal) {
41300
41303
  function $rb_plus(lhs, rhs) {
41301
41304
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -41628,7 +41631,7 @@ if (f == null) f = nil;
41628
41631
  })($scope.base);
41629
41632
  };
41630
41633
 
41631
- /* Generated by Opal 0.10.3 */
41634
+ /* Generated by Opal 0.10.4 */
41632
41635
  Opal.modules["opal/nodes/runtime_helpers"] = function(Opal) {
41633
41636
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
41634
41637
 
@@ -41699,7 +41702,7 @@ Opal.modules["opal/nodes/runtime_helpers"] = function(Opal) {
41699
41702
  })($scope.base);
41700
41703
  };
41701
41704
 
41702
- /* Generated by Opal 0.10.3 */
41705
+ /* Generated by Opal 0.10.4 */
41703
41706
  Opal.modules["opal/nodes/call"] = function(Opal) {
41704
41707
  function $rb_plus(lhs, rhs) {
41705
41708
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -42126,7 +42129,7 @@ if (p == null) p = nil;if (part == null) part = nil;
42126
42129
  })($scope.base);
42127
42130
  };
42128
42131
 
42129
- /* Generated by Opal 0.10.3 */
42132
+ /* Generated by Opal 0.10.4 */
42130
42133
  Opal.modules["opal/nodes/call_special"] = function(Opal) {
42131
42134
  function $rb_plus(lhs, rhs) {
42132
42135
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -42438,7 +42441,7 @@ if (tmp == null) tmp = nil;
42438
42441
  })($scope.base);
42439
42442
  };
42440
42443
 
42441
- /* Generated by Opal 0.10.3 */
42444
+ /* Generated by Opal 0.10.4 */
42442
42445
  Opal.modules["opal/nodes/scope"] = function(Opal) {
42443
42446
  function $rb_plus(lhs, rhs) {
42444
42447
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -42840,7 +42843,7 @@ if (i == null) i = nil;
42840
42843
  })($scope.base);
42841
42844
  };
42842
42845
 
42843
- /* Generated by Opal 0.10.3 */
42846
+ /* Generated by Opal 0.10.4 */
42844
42847
  Opal.modules["opal/nodes/module"] = function(Opal) {
42845
42848
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
42846
42849
 
@@ -42903,7 +42906,7 @@ Opal.modules["opal/nodes/module"] = function(Opal) {
42903
42906
  })($scope.base);
42904
42907
  };
42905
42908
 
42906
- /* Generated by Opal 0.10.3 */
42909
+ /* Generated by Opal 0.10.4 */
42907
42910
  Opal.modules["opal/nodes/class"] = function(Opal) {
42908
42911
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
42909
42912
 
@@ -42969,7 +42972,7 @@ Opal.modules["opal/nodes/class"] = function(Opal) {
42969
42972
  })($scope.base);
42970
42973
  };
42971
42974
 
42972
- /* Generated by Opal 0.10.3 */
42975
+ /* Generated by Opal 0.10.4 */
42973
42976
  Opal.modules["opal/nodes/singleton_class"] = function(Opal) {
42974
42977
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
42975
42978
 
@@ -43013,7 +43016,7 @@ Opal.modules["opal/nodes/singleton_class"] = function(Opal) {
43013
43016
  })($scope.base);
43014
43017
  };
43015
43018
 
43016
- /* Generated by Opal 0.10.3 */
43019
+ /* Generated by Opal 0.10.4 */
43017
43020
  Opal.modules["opal/nodes/inline_args"] = function(Opal) {
43018
43021
  function $rb_plus(lhs, rhs) {
43019
43022
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -43084,7 +43087,7 @@ if (result == null) result = nil;if (child == null) child = nil;
43084
43087
  })($scope.base);
43085
43088
  };
43086
43089
 
43087
- /* Generated by Opal 0.10.3 */
43090
+ /* Generated by Opal 0.10.4 */
43088
43091
  Opal.modules["opal/nodes/args/normarg"] = function(Opal) {
43089
43092
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
43090
43093
 
@@ -43130,7 +43133,7 @@ Opal.modules["opal/nodes/args/normarg"] = function(Opal) {
43130
43133
  })($scope.base);
43131
43134
  };
43132
43135
 
43133
- /* Generated by Opal 0.10.3 */
43136
+ /* Generated by Opal 0.10.4 */
43134
43137
  Opal.modules["opal/nodes/args/optarg"] = function(Opal) {
43135
43138
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
43136
43139
 
@@ -43173,7 +43176,7 @@ Opal.modules["opal/nodes/args/optarg"] = function(Opal) {
43173
43176
  })($scope.base);
43174
43177
  };
43175
43178
 
43176
- /* Generated by Opal 0.10.3 */
43179
+ /* Generated by Opal 0.10.4 */
43177
43180
  Opal.modules["opal/nodes/args/mlhsarg"] = function(Opal) {
43178
43181
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
43179
43182
 
@@ -43249,7 +43252,7 @@ if (arg == null) arg = nil;
43249
43252
  })($scope.base);
43250
43253
  };
43251
43254
 
43252
- /* Generated by Opal 0.10.3 */
43255
+ /* Generated by Opal 0.10.4 */
43253
43256
  Opal.modules["opal/nodes/args/restarg"] = function(Opal) {
43254
43257
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
43255
43258
 
@@ -43301,7 +43304,7 @@ Opal.modules["opal/nodes/args/restarg"] = function(Opal) {
43301
43304
  })($scope.base);
43302
43305
  };
43303
43306
 
43304
- /* Generated by Opal 0.10.3 */
43307
+ /* Generated by Opal 0.10.4 */
43305
43308
  Opal.modules["opal/nodes/args/initialize_kwargs"] = function(Opal) {
43306
43309
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
43307
43310
 
@@ -43343,7 +43346,7 @@ Opal.modules["opal/nodes/args/initialize_kwargs"] = function(Opal) {
43343
43346
  })($scope.base);
43344
43347
  };
43345
43348
 
43346
- /* Generated by Opal 0.10.3 */
43349
+ /* Generated by Opal 0.10.4 */
43347
43350
  Opal.modules["opal/nodes/args/kwarg"] = function(Opal) {
43348
43351
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
43349
43352
 
@@ -43386,7 +43389,7 @@ Opal.modules["opal/nodes/args/kwarg"] = function(Opal) {
43386
43389
  })($scope.base);
43387
43390
  };
43388
43391
 
43389
- /* Generated by Opal 0.10.3 */
43392
+ /* Generated by Opal 0.10.4 */
43390
43393
  Opal.modules["opal/nodes/args/kwoptarg"] = function(Opal) {
43391
43394
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
43392
43395
 
@@ -43429,7 +43432,7 @@ Opal.modules["opal/nodes/args/kwoptarg"] = function(Opal) {
43429
43432
  })($scope.base);
43430
43433
  };
43431
43434
 
43432
- /* Generated by Opal 0.10.3 */
43435
+ /* Generated by Opal 0.10.4 */
43433
43436
  Opal.modules["opal/nodes/args/kwrestarg"] = function(Opal) {
43434
43437
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
43435
43438
 
@@ -43482,7 +43485,7 @@ if (arg_name == null) arg_name = nil;
43482
43485
  })($scope.base);
43483
43486
  };
43484
43487
 
43485
- /* Generated by Opal 0.10.3 */
43488
+ /* Generated by Opal 0.10.4 */
43486
43489
  Opal.modules["opal/nodes/args/post_kwargs"] = function(Opal) {
43487
43490
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
43488
43491
 
@@ -43527,7 +43530,7 @@ if (arg == null) arg = nil;
43527
43530
  })($scope.base);
43528
43531
  };
43529
43532
 
43530
- /* Generated by Opal 0.10.3 */
43533
+ /* Generated by Opal 0.10.4 */
43531
43534
  Opal.modules["opal/nodes/args/post_args"] = function(Opal) {
43532
43535
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
43533
43536
 
@@ -43701,7 +43704,7 @@ if (arg == null) arg = nil;
43701
43704
  })($scope.base);
43702
43705
  };
43703
43706
 
43704
- /* Generated by Opal 0.10.3 */
43707
+ /* Generated by Opal 0.10.4 */
43705
43708
  Opal.modules["opal/nodes/node_with_args"] = function(Opal) {
43706
43709
  function $rb_minus(lhs, rhs) {
43707
43710
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs - rhs : lhs['$-'](rhs);
@@ -44011,7 +44014,7 @@ if (arg == null) arg = nil;
44011
44014
  })($scope.base);
44012
44015
  };
44013
44016
 
44014
- /* Generated by Opal 0.10.3 */
44017
+ /* Generated by Opal 0.10.4 */
44015
44018
  Opal.modules["opal/nodes/iter"] = function(Opal) {
44016
44019
  function $rb_gt(lhs, rhs) {
44017
44020
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -44229,7 +44232,7 @@ if (arg == null) arg = nil;
44229
44232
  })($scope.base);
44230
44233
  };
44231
44234
 
44232
- /* Generated by Opal 0.10.3 */
44235
+ /* Generated by Opal 0.10.4 */
44233
44236
  Opal.modules["opal/nodes/def"] = function(Opal) {
44234
44237
  function $rb_gt(lhs, rhs) {
44235
44238
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -44373,7 +44376,7 @@ Opal.modules["opal/nodes/def"] = function(Opal) {
44373
44376
  })($scope.base);
44374
44377
  };
44375
44378
 
44376
- /* Generated by Opal 0.10.3 */
44379
+ /* Generated by Opal 0.10.4 */
44377
44380
  Opal.modules["opal/nodes/if"] = function(Opal) {
44378
44381
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
44379
44382
 
@@ -44482,7 +44485,7 @@ Opal.modules["opal/nodes/if"] = function(Opal) {
44482
44485
  })($scope.base);
44483
44486
  };
44484
44487
 
44485
- /* Generated by Opal 0.10.3 */
44488
+ /* Generated by Opal 0.10.4 */
44486
44489
  Opal.modules["opal/nodes/logic"] = function(Opal) {
44487
44490
  function $rb_gt(lhs, rhs) {
44488
44491
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -44896,7 +44899,7 @@ if (tmp == null) tmp = nil;
44896
44899
  })($scope.base);
44897
44900
  };
44898
44901
 
44899
- /* Generated by Opal 0.10.3 */
44902
+ /* Generated by Opal 0.10.4 */
44900
44903
  Opal.modules["opal/nodes/definitions"] = function(Opal) {
44901
44904
  function $rb_gt(lhs, rhs) {
44902
44905
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs > rhs : lhs['$>'](rhs);
@@ -45141,7 +45144,7 @@ if (el == null) el = nil;if (idx == null) idx = nil;
45141
45144
  })($scope.base);
45142
45145
  };
45143
45146
 
45144
- /* Generated by Opal 0.10.3 */
45147
+ /* Generated by Opal 0.10.4 */
45145
45148
  Opal.modules["opal/nodes/yield"] = function(Opal) {
45146
45149
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $range = Opal.range;
45147
45150
 
@@ -45262,7 +45265,7 @@ if (child == null) child = nil;
45262
45265
  })($scope.base);
45263
45266
  };
45264
45267
 
45265
- /* Generated by Opal 0.10.3 */
45268
+ /* Generated by Opal 0.10.4 */
45266
45269
  Opal.modules["opal/nodes/rescue"] = function(Opal) {
45267
45270
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $range = Opal.range;
45268
45271
 
@@ -45569,7 +45572,7 @@ if (rexpr == null) rexpr = nil;if (idx == null) idx = nil;
45569
45572
  })($scope.base);
45570
45573
  };
45571
45574
 
45572
- /* Generated by Opal 0.10.3 */
45575
+ /* Generated by Opal 0.10.4 */
45573
45576
  Opal.modules["opal/nodes/case"] = function(Opal) {
45574
45577
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $range = Opal.range;
45575
45578
 
@@ -45707,7 +45710,7 @@ if (check == null) check = nil;if (idx == null) idx = nil;
45707
45710
  })($scope.base);
45708
45711
  };
45709
45712
 
45710
- /* Generated by Opal 0.10.3 */
45713
+ /* Generated by Opal 0.10.4 */
45711
45714
  Opal.modules["opal/nodes/super"] = function(Opal) {
45712
45715
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
45713
45716
 
@@ -45926,7 +45929,7 @@ if (c == null) c = nil;
45926
45929
  })($scope.base);
45927
45930
  };
45928
45931
 
45929
- /* Generated by Opal 0.10.3 */
45932
+ /* Generated by Opal 0.10.4 */
45930
45933
  Opal.modules["opal/version"] = function(Opal) {
45931
45934
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
45932
45935
 
@@ -45935,11 +45938,11 @@ Opal.modules["opal/version"] = function(Opal) {
45935
45938
 
45936
45939
  var def = self.$$proto, $scope = self.$$scope;
45937
45940
 
45938
- Opal.cdecl($scope, 'VERSION', "0.10.3")
45941
+ Opal.cdecl($scope, 'VERSION', "0.10.4")
45939
45942
  })($scope.base)
45940
45943
  };
45941
45944
 
45942
- /* Generated by Opal 0.10.3 */
45945
+ /* Generated by Opal 0.10.4 */
45943
45946
  Opal.modules["opal/nodes/top"] = function(Opal) {
45944
45947
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
45945
45948
 
@@ -46100,7 +46103,7 @@ if (k == null) k = nil;
46100
46103
  })($scope.base);
46101
46104
  };
46102
46105
 
46103
- /* Generated by Opal 0.10.3 */
46106
+ /* Generated by Opal 0.10.4 */
46104
46107
  Opal.modules["opal/nodes/while"] = function(Opal) {
46105
46108
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
46106
46109
 
@@ -46204,7 +46207,7 @@ if (redo_var == null) redo_var = nil;
46204
46207
  })($scope.base);
46205
46208
  };
46206
46209
 
46207
- /* Generated by Opal 0.10.3 */
46210
+ /* Generated by Opal 0.10.4 */
46208
46211
  Opal.modules["opal/nodes/for"] = function(Opal) {
46209
46212
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
46210
46213
 
@@ -46270,7 +46273,7 @@ if (sexp == null) sexp = nil;
46270
46273
  })($scope.base);
46271
46274
  };
46272
46275
 
46273
- /* Generated by Opal 0.10.3 */
46276
+ /* Generated by Opal 0.10.4 */
46274
46277
  Opal.modules["opal/nodes/hash"] = function(Opal) {
46275
46278
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
46276
46279
 
@@ -46439,7 +46442,7 @@ if (key == null) key = nil;if (idx == null) idx = nil;
46439
46442
  })($scope.base);
46440
46443
  };
46441
46444
 
46442
- /* Generated by Opal 0.10.3 */
46445
+ /* Generated by Opal 0.10.4 */
46443
46446
  Opal.modules["opal/nodes/array"] = function(Opal) {
46444
46447
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
46445
46448
 
@@ -46512,7 +46515,7 @@ if (child == null) child = nil;
46512
46515
  })($scope.base);
46513
46516
  };
46514
46517
 
46515
- /* Generated by Opal 0.10.3 */
46518
+ /* Generated by Opal 0.10.4 */
46516
46519
  Opal.modules["opal/nodes/defined"] = function(Opal) {
46517
46520
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $range = Opal.range;
46518
46521
 
@@ -46653,7 +46656,7 @@ if (tmp == null) tmp = nil;
46653
46656
  })($scope.base);
46654
46657
  };
46655
46658
 
46656
- /* Generated by Opal 0.10.3 */
46659
+ /* Generated by Opal 0.10.4 */
46657
46660
  Opal.modules["opal/nodes/masgn"] = function(Opal) {
46658
46661
  function $rb_minus(lhs, rhs) {
46659
46662
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs - rhs : lhs['$-'](rhs);
@@ -46794,7 +46797,7 @@ if (child == null) child = nil;if (idx == null) idx = nil;
46794
46797
  })($scope.base);
46795
46798
  };
46796
46799
 
46797
- /* Generated by Opal 0.10.3 */
46800
+ /* Generated by Opal 0.10.4 */
46798
46801
  Opal.modules["opal/nodes/arglist"] = function(Opal) {
46799
46802
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
46800
46803
 
@@ -46865,7 +46868,7 @@ if (current == null) current = nil;
46865
46868
  })($scope.base);
46866
46869
  };
46867
46870
 
46868
- /* Generated by Opal 0.10.3 */
46871
+ /* Generated by Opal 0.10.4 */
46869
46872
  Opal.modules["opal/nodes"] = function(Opal) {
46870
46873
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
46871
46874
 
@@ -46908,7 +46911,7 @@ Opal.modules["opal/nodes"] = function(Opal) {
46908
46911
  return self.$require("opal/nodes/arglist");
46909
46912
  };
46910
46913
 
46911
- /* Generated by Opal 0.10.3 */
46914
+ /* Generated by Opal 0.10.4 */
46912
46915
  Opal.modules["opal/compiler"] = function(Opal) {
46913
46916
  function $rb_plus(lhs, rhs) {
46914
46917
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -47314,7 +47317,7 @@ Opal.modules["opal/compiler"] = function(Opal) {
47314
47317
  })($scope.base);
47315
47318
  };
47316
47319
 
47317
- /* Generated by Opal 0.10.3 */
47320
+ /* Generated by Opal 0.10.4 */
47318
47321
  Opal.modules["active_support/core_ext/array/wrap"] = function(Opal) {
47319
47322
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
47320
47323
 
@@ -47339,7 +47342,7 @@ Opal.modules["active_support/core_ext/array/wrap"] = function(Opal) {
47339
47342
  })($scope.base, null)
47340
47343
  };
47341
47344
 
47342
- /* Generated by Opal 0.10.3 */
47345
+ /* Generated by Opal 0.10.4 */
47343
47346
  Opal.modules["active_support/core_ext/array/grouping"] = function(Opal) {
47344
47347
  function $rb_minus(lhs, rhs) {
47345
47348
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs - rhs : lhs['$-'](rhs);
@@ -47438,7 +47441,7 @@ if (results == null) results = nil;if (element == null) element = nil;
47438
47441
  })($scope.base, null)
47439
47442
  };
47440
47443
 
47441
- /* Generated by Opal 0.10.3 */
47444
+ /* Generated by Opal 0.10.4 */
47442
47445
  Opal.modules["active_support/core_ext/array"] = function(Opal) {
47443
47446
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
47444
47447
 
@@ -47448,7 +47451,7 @@ Opal.modules["active_support/core_ext/array"] = function(Opal) {
47448
47451
  return self.$require("active_support/core_ext/array/grouping");
47449
47452
  };
47450
47453
 
47451
- /* Generated by Opal 0.10.3 */
47454
+ /* Generated by Opal 0.10.4 */
47452
47455
  Opal.modules["active_support/core_ext/class"] = function(Opal) {
47453
47456
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
47454
47457
 
@@ -47456,7 +47459,7 @@ Opal.modules["active_support/core_ext/class"] = function(Opal) {
47456
47459
  return self.$require("active_support/core_ext/class/attribute")
47457
47460
  };
47458
47461
 
47459
- /* Generated by Opal 0.10.3 */
47462
+ /* Generated by Opal 0.10.4 */
47460
47463
  Opal.modules["active_support/core_ext/enumerable"] = function(Opal) {
47461
47464
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
47462
47465
 
@@ -47501,7 +47504,7 @@ Opal.modules["active_support/core_ext/enumerable"] = function(Opal) {
47501
47504
  })($scope.base)
47502
47505
  };
47503
47506
 
47504
- /* Generated by Opal 0.10.3 */
47507
+ /* Generated by Opal 0.10.4 */
47505
47508
  Opal.modules["active_support/core_ext/hash"] = function(Opal) {
47506
47509
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
47507
47510
 
@@ -47509,7 +47512,7 @@ Opal.modules["active_support/core_ext/hash"] = function(Opal) {
47509
47512
  return self.$require("active_support/core_ext/hash/indifferent_access")
47510
47513
  };
47511
47514
 
47512
- /* Generated by Opal 0.10.3 */
47515
+ /* Generated by Opal 0.10.4 */
47513
47516
  Opal.modules["active_support/core_ext/numeric/time"] = function(Opal) {
47514
47517
  function $rb_times(lhs, rhs) {
47515
47518
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs * rhs : lhs['$*'](rhs);
@@ -47601,7 +47604,7 @@ Opal.modules["active_support/core_ext/numeric/time"] = function(Opal) {
47601
47604
  })($scope.base, null)
47602
47605
  };
47603
47606
 
47604
- /* Generated by Opal 0.10.3 */
47607
+ /* Generated by Opal 0.10.4 */
47605
47608
  Opal.modules["active_support/core_ext/integer/time"] = function(Opal) {
47606
47609
  function $rb_times(lhs, rhs) {
47607
47610
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs * rhs : lhs['$*'](rhs);
@@ -47634,7 +47637,7 @@ Opal.modules["active_support/core_ext/integer/time"] = function(Opal) {
47634
47637
  })($scope.base, null);
47635
47638
  };
47636
47639
 
47637
- /* Generated by Opal 0.10.3 */
47640
+ /* Generated by Opal 0.10.4 */
47638
47641
  Opal.modules["active_support/core_ext/integer"] = function(Opal) {
47639
47642
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
47640
47643
 
@@ -47642,7 +47645,7 @@ Opal.modules["active_support/core_ext/integer"] = function(Opal) {
47642
47645
  return self.$require("active_support/core_ext/integer/time")
47643
47646
  };
47644
47647
 
47645
- /* Generated by Opal 0.10.3 */
47648
+ /* Generated by Opal 0.10.4 */
47646
47649
  Opal.modules["active_support/core_ext/kernel"] = function(Opal) {
47647
47650
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
47648
47651
 
@@ -47650,7 +47653,7 @@ Opal.modules["active_support/core_ext/kernel"] = function(Opal) {
47650
47653
  return self.$require("active_support/core_ext/kernel/singleton_class")
47651
47654
  };
47652
47655
 
47653
- /* Generated by Opal 0.10.3 */
47656
+ /* Generated by Opal 0.10.4 */
47654
47657
  Opal.modules["active_support/core_ext/module/introspection"] = function(Opal) {
47655
47658
  function $rb_times(lhs, rhs) {
47656
47659
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs * rhs : lhs['$*'](rhs);
@@ -47714,7 +47717,7 @@ Opal.modules["active_support/core_ext/module/introspection"] = function(Opal) {
47714
47717
  })($scope.base, null);
47715
47718
  };
47716
47719
 
47717
- /* Generated by Opal 0.10.3 */
47720
+ /* Generated by Opal 0.10.4 */
47718
47721
  Opal.modules["active_support/core_ext/module/delegation"] = function(Opal) {
47719
47722
  function $rb_plus(lhs, rhs) {
47720
47723
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -47817,7 +47820,7 @@ if (arg == null) arg = nil;
47817
47820
  })($scope.base, null)
47818
47821
  };
47819
47822
 
47820
- /* Generated by Opal 0.10.3 */
47823
+ /* Generated by Opal 0.10.4 */
47821
47824
  Opal.modules["active_support/core_ext/module"] = function(Opal) {
47822
47825
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
47823
47826
 
@@ -47827,7 +47830,7 @@ Opal.modules["active_support/core_ext/module"] = function(Opal) {
47827
47830
  return self.$require("active_support/core_ext/module/delegation");
47828
47831
  };
47829
47832
 
47830
- /* Generated by Opal 0.10.3 */
47833
+ /* Generated by Opal 0.10.4 */
47831
47834
  Opal.modules["active_support/core_ext/numeric/calculations"] = function(Opal) {
47832
47835
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
47833
47836
 
@@ -47838,7 +47841,7 @@ Opal.modules["active_support/core_ext/numeric/calculations"] = function(Opal) {
47838
47841
  })(Opal.get_singleton_class($scope.get('Time')))
47839
47842
  };
47840
47843
 
47841
- /* Generated by Opal 0.10.3 */
47844
+ /* Generated by Opal 0.10.4 */
47842
47845
  Opal.modules["active_support/core_ext/numeric"] = function(Opal) {
47843
47846
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
47844
47847
 
@@ -47847,7 +47850,7 @@ Opal.modules["active_support/core_ext/numeric"] = function(Opal) {
47847
47850
  return self.$require("active_support/core_ext/numeric/calculations");
47848
47851
  };
47849
47852
 
47850
- /* Generated by Opal 0.10.3 */
47853
+ /* Generated by Opal 0.10.4 */
47851
47854
  Opal.modules["active_support/core_ext/object/blank"] = function(Opal) {
47852
47855
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $klass = Opal.klass;
47853
47856
 
@@ -47950,7 +47953,7 @@ Opal.modules["active_support/core_ext/object/blank"] = function(Opal) {
47950
47953
  })($scope.base, null);
47951
47954
  };
47952
47955
 
47953
- /* Generated by Opal 0.10.3 */
47956
+ /* Generated by Opal 0.10.4 */
47954
47957
  Opal.modules["active_support/core_ext/object"] = function(Opal) {
47955
47958
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
47956
47959
 
@@ -47959,7 +47962,7 @@ Opal.modules["active_support/core_ext/object"] = function(Opal) {
47959
47962
  return self.$require("active_support/core_ext/object/try");
47960
47963
  };
47961
47964
 
47962
- /* Generated by Opal 0.10.3 */
47965
+ /* Generated by Opal 0.10.4 */
47963
47966
  Opal.modules["active_support/core_ext"] = function(Opal) {
47964
47967
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
47965
47968
 
@@ -47976,7 +47979,7 @@ Opal.modules["active_support/core_ext"] = function(Opal) {
47976
47979
  return self.$require("active_support/core_ext/string");
47977
47980
  };
47978
47981
 
47979
- /* Generated by Opal 0.10.3 */
47982
+ /* Generated by Opal 0.10.4 */
47980
47983
  Opal.modules["active_support"] = function(Opal) {
47981
47984
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice;
47982
47985
 
@@ -47984,7 +47987,7 @@ Opal.modules["active_support"] = function(Opal) {
47984
47987
  return self.$require("active_support/core_ext")
47985
47988
  };
47986
47989
 
47987
- /* Generated by Opal 0.10.3 */
47990
+ /* Generated by Opal 0.10.4 */
47988
47991
  Opal.modules["securerandom"] = function(Opal) {
47989
47992
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
47990
47993
 
@@ -48009,7 +48012,7 @@ if (ch == null) ch = nil;
48009
48012
  })($scope.base)
48010
48013
  };
48011
48014
 
48012
- /* Generated by Opal 0.10.3 */
48015
+ /* Generated by Opal 0.10.4 */
48013
48016
  Opal.modules["hyperloop/console/evaluate"] = function(Opal) {
48014
48017
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2;
48015
48018
 
@@ -48067,7 +48070,7 @@ Opal.modules["hyperloop/console/evaluate"] = function(Opal) {
48067
48070
  })($scope.base)
48068
48071
  };
48069
48072
 
48070
- /* Generated by Opal 0.10.3 */
48073
+ /* Generated by Opal 0.10.4 */
48071
48074
  Opal.modules["hyperloop/console/version"] = function(Opal) {
48072
48075
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module;
48073
48076
 
@@ -48081,7 +48084,7 @@ Opal.modules["hyperloop/console/version"] = function(Opal) {
48081
48084
 
48082
48085
  var def = self.$$proto, $scope = self.$$scope;
48083
48086
 
48084
- Opal.cdecl($scope, 'VERSION', "0.1.2")
48087
+ Opal.cdecl($scope, 'VERSION', "0.1.3")
48085
48088
  })($scope.base)
48086
48089
  })($scope.base)
48087
48090
  };
@@ -89743,7 +89746,7 @@ CodeMirror.defineMIME("text/x-ruby", "ruby");
89743
89746
 
89744
89747
  });
89745
89748
  Opal.loaded(["hyperloop/console/ruby"]);
89746
- /* Generated by Opal 0.10.3 */
89749
+ /* Generated by Opal 0.10.4 */
89747
89750
  Opal.modules["hyperloop/console/client_components"] = function(Opal) {
89748
89751
  function $rb_plus(lhs, rhs) {
89749
89752
  return (typeof(lhs) === 'number' && typeof(rhs) === 'number') ? lhs + rhs : lhs['$+'](rhs);
@@ -89759,7 +89762,7 @@ Opal.modules["hyperloop/console/client_components"] = function(Opal) {
89759
89762
  }
89760
89763
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass, $hash2 = Opal.hash2, $range = Opal.range, $hash = Opal.hash;
89761
89764
 
89762
- Opal.add_stubs(['$param', '$state', '$attr_accessor', '$tap', '$uuid', '$error_message', '$mutate', '$=~', '$evaluate', '$[]', '$<<', '$history', '$console_state', '$run', '$application_window_id', '$console_id', '$context', '$after_mount', '$application_window_id=', '$params', '$context=', '$parse', '$title', '$on_dispatch', '$==', '$target_id', '$kind', '$message', '$to_json', '$after_update', '$render', '$on', '$set_focus', '$prevent_default', '$DIV', '$each', '$CodeHistoryItem', '$first', '$last', '$CodeEditor', '$attr_reader', '$dom_node', '$to_s', '$!', '$item_type', '$===', '$value', '$format_lines', '$gsub', '$split', '$join', '$+', '$shift', '$collect', '$include?', '$length', '$-', '$count', '$before_mount', '$format', '$mark_response_lines', '$stop_propagation', '$editor', '$set_focus_at_end', '$compact', '$lambda', '$on_change', '$on_key_down', '$editor=', '$class', '$before_unmount', '$[]=', '$after', '$>', '$move_history', '$<', '$parse_error', '$to_n', '$clear_error', '$empty?', '$compile', '$ready!', '$mark_error', '$ready?', '$DebugConsole', '$attr']);
89765
+ Opal.add_stubs(['$param', '$state', '$attr_accessor', '$tap', '$uuid', '$error_message', '$mutate', '$=~', '$evaluate', '$[]', '$<<', '$history', '$console_state', '$get', '$action_cable_consumer', '$run', '$application_window_id', '$console_id', '$context', '$after_mount', '$application_window_id=', '$params', '$context=', '$parse', '$title', '$on_dispatch', '$==', '$target_id', '$kind', '$message', '$to_json', '$after_update', '$render', '$on', '$set_focus', '$prevent_default', '$DIV', '$each', '$CodeHistoryItem', '$first', '$last', '$CodeEditor', '$attr_reader', '$dom_node', '$to_s', '$!', '$item_type', '$===', '$value', '$format_lines', '$gsub', '$split', '$join', '$+', '$shift', '$collect', '$include?', '$length', '$-', '$count', '$before_mount', '$format', '$mark_response_lines', '$stop_propagation', '$editor', '$set_focus_at_end', '$compact', '$lambda', '$on_change', '$on_key_down', '$editor=', '$class', '$before_unmount', '$[]=', '$after', '$>', '$move_history', '$<', '$parse_error', '$to_n', '$clear_error', '$empty?', '$compile', '$ready!', '$mark_error', '$ready?', '$DebugConsole', '$attr']);
89763
89766
  return (function($base) {
89764
89767
  var $Hyperloop, self = $Hyperloop = $module($base, 'Hyperloop');
89765
89768
 
@@ -89768,13 +89771,13 @@ Opal.modules["hyperloop/console/client_components"] = function(Opal) {
89768
89771
  (function($base) {
89769
89772
  var $Console, self = $Console = $module($base, 'Console');
89770
89773
 
89771
- var def = self.$$proto, $scope = self.$$scope, $a, $b, TMP_40;
89774
+ var def = self.$$proto, $scope = self.$$scope, $a, $b, TMP_41;
89772
89775
 
89773
89776
  (function($base, $super) {
89774
89777
  function $DebugConsole(){};
89775
89778
  var self = $DebugConsole = $klass($base, $super, 'DebugConsole', $DebugConsole);
89776
89779
 
89777
- var def = self.$$proto, $scope = self.$$scope, $a, $b, TMP_5, $c, TMP_7, $d, TMP_8;
89780
+ var def = self.$$proto, $scope = self.$$scope, $a, $b, TMP_6, $c, TMP_8, $d, TMP_9;
89778
89781
 
89779
89782
  self.$param("application_window_id");
89780
89783
 
@@ -89787,7 +89790,7 @@ Opal.modules["hyperloop/console/client_components"] = function(Opal) {
89787
89790
  self.$state($hash2(["console_state", "scope"], {"console_state": "waiting_for_code", "scope": "shared"}));
89788
89791
 
89789
89792
  (function(self) {
89790
- var $scope = self.$$scope, def = self.$$proto, TMP_2, TMP_3, TMP_4;
89793
+ var $scope = self.$$scope, def = self.$$proto, TMP_2, TMP_3, TMP_5;
89791
89794
 
89792
89795
  self.$attr_accessor("application_window_id");
89793
89796
  self.$attr_accessor("context");
@@ -89811,25 +89814,29 @@ if (id == null) id = nil;
89811
89814
  return nil
89812
89815
  };
89813
89816
  }, TMP_3.$$arity = 2);
89814
- return (Opal.defn(self, '$evaluate', TMP_4 = function $$evaluate(compiled_code) {
89815
- var self = this;
89817
+ return (Opal.defn(self, '$evaluate', TMP_5 = function $$evaluate(compiled_code) {
89818
+ var $a, $b, TMP_4, self = this;
89816
89819
  if (self.code_to_send == null) self.code_to_send = nil;
89817
89820
 
89818
89821
  self.code_to_send = self.code_to_send['$[]']($range(0, -2, false));
89819
89822
  self.$mutate().$history()['$<<']($hash2(["eval"], {"eval": self.code_to_send}));
89820
89823
  self.$mutate().$console_state("sending");
89821
- return $scope.get('Evaluate').$run($hash2(["target_id", "sender_id", "context", "string"], {"target_id": self.$application_window_id(), "sender_id": self.$console_id(), "context": self.$context(), "string": compiled_code}));
89822
- }, TMP_4.$$arity = 1), nil) && 'evaluate';
89824
+ return ($a = ($b = $scope.get('HTTP')).$get, $a.$$p = (TMP_4 = function(){var self = TMP_4.$$s || this, $c;
89825
+
89826
+ if ((($c = $scope.get('Hyperloop').$action_cable_consumer()) !== nil && $c != null && (!$c.$$is_boolean || $c == true))) {
89827
+ $scope.get('Hyperloop').$action_cable_consumer().connection.open();};
89828
+ return $scope.get('Evaluate').$run($hash2(["target_id", "sender_id", "context", "string"], {"target_id": self.$application_window_id(), "sender_id": self.$console_id(), "context": self.$context(), "string": compiled_code}));}, TMP_4.$$s = self, TMP_4.$$arity = 0, TMP_4), $a).call($b, "" + (window.HyperloopEnginePath) + "/server_up");
89829
+ }, TMP_5.$$arity = 1), nil) && 'evaluate';
89823
89830
  })(Opal.get_singleton_class(self));
89824
89831
 
89825
- ($a = ($b = self).$after_mount, $a.$$p = (TMP_5 = function(){var self = TMP_5.$$s || this, $c, $d, TMP_6;
89832
+ ($a = ($b = self).$after_mount, $a.$$p = (TMP_6 = function(){var self = TMP_6.$$s || this, $c, $d, TMP_7;
89826
89833
 
89827
89834
  (($c = [self.$params().$application_window_id()]), $d = $scope.get('DebugConsole'), $d['$application_window_id='].apply($d, $c), $c[$c.length-1]);
89828
89835
  (($c = [self.$params().$context()]), $d = $scope.get('DebugConsole'), $d['$context='].apply($d, $c), $c[$c.length-1]);
89829
89836
  self.$mutate().$history($scope.get('JSON').$parse(((($c = sessionStorage.getItem('Hyperloop::Console.history')) !== false && $c !== nil && $c != null) ? $c : "[]")));
89830
89837
  document.title = self.$params().$title();
89831
89838
  window.scrollTo(window.scrollX, 99999);
89832
- return ($c = ($d = $scope.get('Response')).$on_dispatch, $c.$$p = (TMP_6 = function(p){var self = TMP_6.$$s || this;
89839
+ return ($c = ($d = $scope.get('Response')).$on_dispatch, $c.$$p = (TMP_7 = function(p){var self = TMP_7.$$s || this;
89833
89840
  if (p == null) p = nil;
89834
89841
  if (p.$target_id()['$==']($scope.get('DebugConsole').$console_id())) {
89835
89842
  } else {
@@ -89837,38 +89844,38 @@ if (p == null) p = nil;
89837
89844
  };
89838
89845
  self.$mutate().$console_state("waiting_for_code");
89839
89846
  self.$mutate().$history()['$<<']($hash(p.$kind(), p.$message()));
89840
- return sessionStorage.setItem('Hyperloop::Console.history', self.$state().$history().$to_json());}, TMP_6.$$s = self, TMP_6.$$arity = 1, TMP_6), $c).call($d);}, TMP_5.$$s = self, TMP_5.$$arity = 0, TMP_5), $a).call($b);
89847
+ return sessionStorage.setItem('Hyperloop::Console.history', self.$state().$history().$to_json());}, TMP_7.$$s = self, TMP_7.$$arity = 1, TMP_7), $c).call($d);}, TMP_6.$$s = self, TMP_6.$$arity = 0, TMP_6), $a).call($b);
89841
89848
 
89842
- ($a = ($c = self).$after_update, $a.$$p = (TMP_7 = function(){var self = TMP_7.$$s || this;
89849
+ ($a = ($c = self).$after_update, $a.$$p = (TMP_8 = function(){var self = TMP_8.$$s || this;
89843
89850
 
89844
- return window.scrollTo(window.scrollX, 99999);}, TMP_7.$$s = self, TMP_7.$$arity = 0, TMP_7), $a).call($c);
89851
+ return window.scrollTo(window.scrollX, 99999);}, TMP_8.$$s = self, TMP_8.$$arity = 0, TMP_8), $a).call($c);
89845
89852
 
89846
- return ($a = ($d = self).$render, $a.$$p = (TMP_8 = function(){var self = TMP_8.$$s || this, $e, $f, TMP_9, $g, $h, TMP_10;
89853
+ return ($a = ($d = self).$render, $a.$$p = (TMP_9 = function(){var self = TMP_9.$$s || this, $e, $f, TMP_10, $g, $h, TMP_11;
89847
89854
 
89848
- return ($e = ($f = ($g = ($h = self).$DIV, $g.$$p = (TMP_10 = function(){var self = TMP_10.$$s || this, $i, $j, TMP_11;
89855
+ return ($e = ($f = ($g = ($h = self).$DIV, $g.$$p = (TMP_11 = function(){var self = TMP_11.$$s || this, $i, $j, TMP_12;
89849
89856
 
89850
- ($i = ($j = self.$state().$history()).$each, $i.$$p = (TMP_11 = function(item){var self = TMP_11.$$s || this, $k;
89857
+ ($i = ($j = self.$state().$history()).$each, $i.$$p = (TMP_12 = function(item){var self = TMP_12.$$s || this, $k;
89851
89858
  if (item == null) item = nil;
89852
- return self.$CodeHistoryItem($hash2(["item_type", "value"], {"item_type": item.$first().$first(), "value": ((($k = item.$first().$last()) !== false && $k !== nil && $k != null) ? $k : "")}))}, TMP_11.$$s = self, TMP_11.$$arity = 1, TMP_11), $i).call($j);
89859
+ return self.$CodeHistoryItem($hash2(["item_type", "value"], {"item_type": item.$first().$first(), "value": ((($k = item.$first().$last()) !== false && $k !== nil && $k != null) ? $k : "")}))}, TMP_12.$$s = self, TMP_12.$$arity = 1, TMP_12), $i).call($j);
89853
89860
  if (self.$state().$console_state()['$==']("sending")) {
89854
89861
  return nil
89855
89862
  } else {
89856
89863
  return self.$CodeEditor($hash2(["history", "context"], {"history": self.$state().$history(), "context": self.$params().$context()}))
89857
- };}, TMP_10.$$s = self, TMP_10.$$arity = 0, TMP_10), $g).call($h, $hash2(["class"], {"class": "card"}))).$on, $e.$$p = (TMP_9 = function(e){var self = TMP_9.$$s || this;
89864
+ };}, TMP_11.$$s = self, TMP_11.$$arity = 0, TMP_11), $g).call($h, $hash2(["class"], {"class": "card"}))).$on, $e.$$p = (TMP_10 = function(e){var self = TMP_10.$$s || this;
89858
89865
  if (e == null) e = nil;
89859
89866
  $scope.get('CodeEditor').$set_focus();
89860
- return e.$prevent_default();}, TMP_9.$$s = self, TMP_9.$$arity = 1, TMP_9), $e).call($f, "mouse_down")}, TMP_8.$$s = self, TMP_8.$$arity = 0, TMP_8), $a).call($d, $scope.get('DIV'), $hash2(["style"], {"style": $hash2(["height"], {"height": "100vh"})}));
89867
+ return e.$prevent_default();}, TMP_10.$$s = self, TMP_10.$$arity = 1, TMP_10), $e).call($f, "mouse_down")}, TMP_9.$$s = self, TMP_9.$$arity = 0, TMP_9), $a).call($d, $scope.get('DIV'), $hash2(["style"], {"style": $hash2(["height"], {"height": "100vh"})}));
89861
89868
  })($scope.base, (($scope.get('Hyperloop')).$$scope.get('Component')));
89862
89869
 
89863
89870
  (function($base, $super) {
89864
89871
  function $CodeMirror(){};
89865
89872
  var self = $CodeMirror = $klass($base, $super, 'CodeMirror', $CodeMirror);
89866
89873
 
89867
- var def = self.$$proto, $scope = self.$$scope, $a, $b, TMP_12;
89874
+ var def = self.$$proto, $scope = self.$$scope, $a, $b, TMP_13;
89868
89875
 
89869
89876
  self.$attr_reader("editor");
89870
89877
 
89871
- ($a = ($b = self).$after_mount, $a.$$p = (TMP_12 = function(){var self = TMP_12.$$s || this;
89878
+ ($a = ($b = self).$after_mount, $a.$$p = (TMP_13 = function(){var self = TMP_13.$$s || this;
89872
89879
  if (self.code == null) self.code = nil;
89873
89880
  if (self.read_only == null) self.read_only = nil;
89874
89881
 
@@ -89880,7 +89887,7 @@ if (e == null) e = nil;
89880
89887
  indentUnit: 2,
89881
89888
  theme: 'github',
89882
89889
  readOnly: self.read_only['$!']()['$!']()
89883
- });}, TMP_12.$$s = self, TMP_12.$$arity = 0, TMP_12), $a).call($b);
89890
+ });}, TMP_13.$$s = self, TMP_13.$$arity = 0, TMP_13), $a).call($b);
89884
89891
 
89885
89892
  return self.$render($scope.get('DIV'));
89886
89893
  })($scope.base, (($scope.get('Hyperloop')).$$scope.get('Component')));
@@ -89889,30 +89896,30 @@ if (e == null) e = nil;
89889
89896
  function $CodeHistoryItem(){};
89890
89897
  var self = $CodeHistoryItem = $klass($base, $super, 'CodeHistoryItem', $CodeHistoryItem);
89891
89898
 
89892
- var def = self.$$proto, $scope = self.$$scope, TMP_13, TMP_15, TMP_16, $a, $b, TMP_17, $c, TMP_18, $d, TMP_19;
89899
+ var def = self.$$proto, $scope = self.$$scope, TMP_14, TMP_16, TMP_17, $a, $b, TMP_18, $c, TMP_19, $d, TMP_20;
89893
89900
 
89894
89901
  def.editor = nil;
89895
89902
  self.$param("item_type");
89896
89903
 
89897
89904
  self.$param("value");
89898
89905
 
89899
- Opal.defn(self, '$format', TMP_13 = function $$format() {
89906
+ Opal.defn(self, '$format', TMP_14 = function $$format() {
89900
89907
  var self = this, $case = nil;
89901
89908
 
89902
89909
  return (function() {$case = self.$params().$item_type();if ("eval"['$===']($case)) {return self.$params().$value()}else if ("exception"['$===']($case)) {return self.$format_lines("!!", self.$params().$value())}else if ("result"['$===']($case)) {return self.$format_lines(">>", self.$params().$value())}else {return self.$format_lines("" + (self.$params().$item_type()) + ":", self.$params().$value())}})();
89903
- }, TMP_13.$$arity = 0);
89910
+ }, TMP_14.$$arity = 0);
89904
89911
 
89905
- Opal.defn(self, '$format_lines', TMP_15 = function $$format_lines(prefix, value) {
89906
- var $a, $b, TMP_14, self = this, fill = nil, lines = nil;
89912
+ Opal.defn(self, '$format_lines', TMP_16 = function $$format_lines(prefix, value) {
89913
+ var $a, $b, TMP_15, self = this, fill = nil, lines = nil;
89907
89914
 
89908
89915
  fill = prefix.$gsub(/./, " ");
89909
89916
  lines = value.$split("\n");
89910
- return ($rb_plus(["" + (prefix) + " " + (lines.$shift())], ($a = ($b = lines).$collect, $a.$$p = (TMP_14 = function(line){var self = TMP_14.$$s || this;
89917
+ return ($rb_plus(["" + (prefix) + " " + (lines.$shift())], ($a = ($b = lines).$collect, $a.$$p = (TMP_15 = function(line){var self = TMP_15.$$s || this;
89911
89918
  if (line == null) line = nil;
89912
- return "" + (fill) + " " + (line)}, TMP_14.$$s = self, TMP_14.$$arity = 1, TMP_14), $a).call($b))).$join("\n");
89913
- }, TMP_15.$$arity = 2);
89919
+ return "" + (fill) + " " + (line)}, TMP_15.$$s = self, TMP_15.$$arity = 1, TMP_15), $a).call($b))).$join("\n");
89920
+ }, TMP_16.$$arity = 2);
89914
89921
 
89915
- Opal.defn(self, '$mark_response_lines', TMP_16 = function $$mark_response_lines() {
89922
+ Opal.defn(self, '$mark_response_lines', TMP_17 = function $$mark_response_lines() {
89916
89923
  var $a, self = this, lines = nil, padding = nil, last_line = nil;
89917
89924
 
89918
89925
  if (self.$params().$item_type()['$==']("eval")) {
@@ -89925,31 +89932,31 @@ if (line == null) line = nil;
89925
89932
  }; return nil; })();
89926
89933
  last_line = ((($a = lines['$[]'](-1)) !== false && $a !== nil && $a != null) ? $a : "");
89927
89934
  return self.editor.markText({line: 0, ch: 0}, {line: $rb_minus(lines.$count(), 1), ch: $rb_plus(last_line.$length(), padding)}, {className: 'response-line'});
89928
- }, TMP_16.$$arity = 0);
89935
+ }, TMP_17.$$arity = 0);
89929
89936
 
89930
- ($a = ($b = self).$before_mount, $a.$$p = (TMP_17 = function(){var self = TMP_17.$$s || this;
89937
+ ($a = ($b = self).$before_mount, $a.$$p = (TMP_18 = function(){var self = TMP_18.$$s || this;
89931
89938
 
89932
89939
  self.code = self.$format();
89933
- return self.read_only = true;}, TMP_17.$$s = self, TMP_17.$$arity = 0, TMP_17), $a).call($b);
89940
+ return self.read_only = true;}, TMP_18.$$s = self, TMP_18.$$arity = 0, TMP_18), $a).call($b);
89934
89941
 
89935
- ($a = ($c = self).$after_mount, $a.$$p = (TMP_18 = function(){var self = TMP_18.$$s || this;
89942
+ ($a = ($c = self).$after_mount, $a.$$p = (TMP_19 = function(){var self = TMP_19.$$s || this;
89936
89943
 
89937
- return self.$mark_response_lines()}, TMP_18.$$s = self, TMP_18.$$arity = 0, TMP_18), $a).call($c);
89944
+ return self.$mark_response_lines()}, TMP_19.$$s = self, TMP_19.$$arity = 0, TMP_19), $a).call($c);
89938
89945
 
89939
- return ($a = ($d = self).$render, $a.$$p = (TMP_19 = function(){var self = TMP_19.$$s || this, $e, $f, TMP_20, $g, $h, TMP_21;
89946
+ return ($a = ($d = self).$render, $a.$$p = (TMP_20 = function(){var self = TMP_20.$$s || this, $e, $f, TMP_21, $g, $h, TMP_22;
89940
89947
 
89941
- return ($e = ($f = ($g = ($h = self).$DIV, $g.$$p = (TMP_21 = function(){var self = TMP_21.$$s || this;
89948
+ return ($e = ($f = ($g = ($h = self).$DIV, $g.$$p = (TMP_22 = function(){var self = TMP_22.$$s || this;
89942
89949
 
89943
- return nil}, TMP_21.$$s = self, TMP_21.$$arity = 0, TMP_21), $g).call($h)).$on, $e.$$p = (TMP_20 = function(e){var self = TMP_20.$$s || this;
89950
+ return nil}, TMP_22.$$s = self, TMP_22.$$arity = 0, TMP_22), $g).call($h)).$on, $e.$$p = (TMP_21 = function(e){var self = TMP_21.$$s || this;
89944
89951
  if (e == null) e = nil;
89945
- return e.$stop_propagation()}, TMP_20.$$s = self, TMP_20.$$arity = 1, TMP_20), $e).call($f, "mouse_down")}, TMP_19.$$s = self, TMP_19.$$arity = 0, TMP_19), $a).call($d);
89952
+ return e.$stop_propagation()}, TMP_21.$$s = self, TMP_21.$$arity = 1, TMP_21), $e).call($f, "mouse_down")}, TMP_20.$$s = self, TMP_20.$$arity = 0, TMP_20), $a).call($d);
89946
89953
  })($scope.base, $scope.get('CodeMirror'));
89947
89954
 
89948
89955
  (function($base, $super) {
89949
89956
  function $CodeEditor(){};
89950
89957
  var self = $CodeEditor = $klass($base, $super, 'CodeEditor', $CodeEditor);
89951
89958
 
89952
- var def = self.$$proto, $scope = self.$$scope, $a, $b, TMP_23, $c, TMP_25, $d, TMP_28, TMP_30, TMP_31, TMP_32, TMP_33, TMP_34, TMP_35, TMP_36, $e, TMP_37;
89959
+ var def = self.$$proto, $scope = self.$$scope, $a, $b, TMP_24, $c, TMP_26, $d, TMP_29, TMP_31, TMP_32, TMP_33, TMP_34, TMP_35, TMP_36, TMP_37, $e, TMP_38;
89953
89960
 
89954
89961
  def.history = def.history_pos = def.editor = def.error = nil;
89955
89962
  self.$param("history");
@@ -89957,10 +89964,10 @@ if (e == null) e = nil;
89957
89964
  self.$param("context");
89958
89965
 
89959
89966
  (function(self) {
89960
- var $scope = self.$$scope, def = self.$$proto, TMP_22;
89967
+ var $scope = self.$$scope, def = self.$$proto, TMP_23;
89961
89968
 
89962
89969
  self.$attr_accessor("editor");
89963
- return (Opal.defn(self, '$set_focus', TMP_22 = function $$set_focus() {
89970
+ return (Opal.defn(self, '$set_focus', TMP_23 = function $$set_focus() {
89964
89971
  var $a, self = this;
89965
89972
 
89966
89973
  if ((($a = self.$editor()) !== nil && $a != null && (!$a.$$is_boolean || $a == true))) {
@@ -89968,57 +89975,57 @@ if (e == null) e = nil;
89968
89975
  } else {
89969
89976
  return nil
89970
89977
  };
89971
- }, TMP_22.$$arity = 0), nil) && 'set_focus';
89978
+ }, TMP_23.$$arity = 0), nil) && 'set_focus';
89972
89979
  })(Opal.get_singleton_class(self));
89973
89980
 
89974
- ($a = ($b = self).$before_mount, $a.$$p = (TMP_23 = function(){var self = TMP_23.$$s || this, $c, $d, TMP_24;
89981
+ ($a = ($b = self).$before_mount, $a.$$p = (TMP_24 = function(){var self = TMP_24.$$s || this, $c, $d, TMP_25;
89975
89982
  if (self.history == null) self.history = nil;
89976
89983
 
89977
- self.history = $rb_plus(($c = ($d = self.$params().$history()).$collect, $c.$$p = (TMP_24 = function(item){var self = TMP_24.$$s || this;
89984
+ self.history = $rb_plus(($c = ($d = self.$params().$history()).$collect, $c.$$p = (TMP_25 = function(item){var self = TMP_25.$$s || this;
89978
89985
  if (item == null) item = nil;
89979
- return item['$[]']("eval")}, TMP_24.$$s = self, TMP_24.$$arity = 1, TMP_24), $c).call($d).$compact(), [""]);
89980
- return self.history_pos = $rb_minus(self.history.$length(), 1);}, TMP_23.$$s = self, TMP_23.$$arity = 0, TMP_23), $a).call($b);
89986
+ return item['$[]']("eval")}, TMP_25.$$s = self, TMP_25.$$arity = 1, TMP_25), $c).call($d).$compact(), [""]);
89987
+ return self.history_pos = $rb_minus(self.history.$length(), 1);}, TMP_24.$$s = self, TMP_24.$$arity = 0, TMP_24), $a).call($b);
89981
89988
 
89982
- ($a = ($c = self).$after_mount, $a.$$p = (TMP_25 = function(){var self = TMP_25.$$s || this, $d, $e, TMP_26, $f, TMP_27, $g;
89989
+ ($a = ($c = self).$after_mount, $a.$$p = (TMP_26 = function(){var self = TMP_26.$$s || this, $d, $e, TMP_27, $f, TMP_28, $g;
89983
89990
  if (self.editor == null) self.editor = nil;
89984
89991
 
89985
- self.editor.on('change', ($d = ($e = self).$lambda, $d.$$p = (TMP_26 = function(){var self = TMP_26.$$s || this;
89992
+ self.editor.on('change', ($d = ($e = self).$lambda, $d.$$p = (TMP_27 = function(){var self = TMP_27.$$s || this;
89986
89993
 
89987
- return self.$on_change()}, TMP_26.$$s = self, TMP_26.$$arity = 0, TMP_26), $d).call($e));
89988
- self.editor.on('keydown', ($d = ($f = self).$lambda, $d.$$p = (TMP_27 = function(cm, e){var self = TMP_27.$$s || this;
89994
+ return self.$on_change()}, TMP_27.$$s = self, TMP_27.$$arity = 0, TMP_27), $d).call($e));
89995
+ self.editor.on('keydown', ($d = ($f = self).$lambda, $d.$$p = (TMP_28 = function(cm, e){var self = TMP_28.$$s || this;
89989
89996
  if (cm == null) cm = nil;if (e == null) e = nil;
89990
- return self.$on_key_down(cm, e)}, TMP_27.$$s = self, TMP_27.$$arity = 2, TMP_27), $d).call($f));
89997
+ return self.$on_key_down(cm, e)}, TMP_28.$$s = self, TMP_28.$$arity = 2, TMP_28), $d).call($f));
89991
89998
  self.editor.focus();
89992
- return (($d = [self]), $g = self.$class(), $g['$editor='].apply($g, $d), $d[$d.length-1]);}, TMP_25.$$s = self, TMP_25.$$arity = 0, TMP_25), $a).call($c);
89999
+ return (($d = [self]), $g = self.$class(), $g['$editor='].apply($g, $d), $d[$d.length-1]);}, TMP_26.$$s = self, TMP_26.$$arity = 0, TMP_26), $a).call($c);
89993
90000
 
89994
- ($a = ($d = self).$before_unmount, $a.$$p = (TMP_28 = function(){var self = TMP_28.$$s || this, $e, $f;
90001
+ ($a = ($d = self).$before_unmount, $a.$$p = (TMP_29 = function(){var self = TMP_29.$$s || this, $e, $f;
89995
90002
 
89996
- return (($e = [nil]), $f = self.$class(), $f['$editor='].apply($f, $e), $e[$e.length-1])}, TMP_28.$$s = self, TMP_28.$$arity = 0, TMP_28), $a).call($d);
90003
+ return (($e = [nil]), $f = self.$class(), $f['$editor='].apply($f, $e), $e[$e.length-1])}, TMP_29.$$s = self, TMP_29.$$arity = 0, TMP_29), $a).call($d);
89997
90004
 
89998
- Opal.defn(self, '$move_history', TMP_30 = function $$move_history(n) {
89999
- var $a, $b, TMP_29, self = this, text = nil, lines = nil;
90005
+ Opal.defn(self, '$move_history', TMP_31 = function $$move_history(n) {
90006
+ var $a, $b, TMP_30, self = this, text = nil, lines = nil;
90000
90007
 
90001
90008
  self.history['$[]='](self.history_pos, self.editor.getValue());
90002
90009
  self.history_pos = $rb_plus(self.history_pos, n);
90003
90010
  text = self.history['$[]'](self.history_pos);
90004
90011
  lines = text.$split("\n");
90005
90012
  self.editor.setValue(text);
90006
- return ($a = ($b = self).$after, $a.$$p = (TMP_29 = function(){var self = TMP_29.$$s || this, $c;
90013
+ return ($a = ($b = self).$after, $a.$$p = (TMP_30 = function(){var self = TMP_30.$$s || this, $c;
90007
90014
  if (self.editor == null) self.editor = nil;
90008
90015
 
90009
90016
  window.scrollTo(window.scrollX, 99999);
90010
- return self.editor.setCursor({line: lines.$count(), ch: (((($c = lines.$last()) !== false && $c !== nil && $c != null) ? $c : "")).$length()});}, TMP_29.$$s = self, TMP_29.$$arity = 0, TMP_29), $a).call($b, 0);
90011
- }, TMP_30.$$arity = 1);
90017
+ return self.editor.setCursor({line: lines.$count(), ch: (((($c = lines.$last()) !== false && $c !== nil && $c != null) ? $c : "")).$length()});}, TMP_30.$$s = self, TMP_30.$$arity = 0, TMP_30), $a).call($b, 0);
90018
+ }, TMP_31.$$arity = 1);
90012
90019
 
90013
- Opal.defn(self, '$set_focus_at_end', TMP_31 = function $$set_focus_at_end() {
90020
+ Opal.defn(self, '$set_focus_at_end', TMP_32 = function $$set_focus_at_end() {
90014
90021
  var $a, self = this, lines = nil;
90015
90022
 
90016
90023
  self.editor.focus();
90017
90024
  lines = (self.editor.getValue()).$split("\n");
90018
90025
  return self.editor.setCursor({line: lines.$count(), ch: (((($a = lines.$last()) !== false && $a !== nil && $a != null) ? $a : "")).$length()});
90019
- }, TMP_31.$$arity = 0);
90026
+ }, TMP_32.$$arity = 0);
90020
90027
 
90021
- Opal.defn(self, '$on_key_down', TMP_32 = function $$on_key_down(cm, e) {
90028
+ Opal.defn(self, '$on_key_down', TMP_33 = function $$on_key_down(cm, e) {
90022
90029
  var $a, $b, self = this;
90023
90030
 
90024
90031
  if ((($a = ((($b = e.metaKey) !== false && $b !== nil && $b != null) ? $b : e.ctrlKey)) !== nil && $a != null && (!$a.$$is_boolean || $a == true))) {
@@ -90042,16 +90049,16 @@ if (cm == null) cm = nil;if (e == null) e = nil;
90042
90049
  } else {
90043
90050
  return nil
90044
90051
  };
90045
- }, TMP_32.$$arity = 2);
90052
+ }, TMP_33.$$arity = 2);
90046
90053
 
90047
- Opal.defn(self, '$mark_error', TMP_33 = function $$mark_error(message) {
90054
+ Opal.defn(self, '$mark_error', TMP_34 = function $$mark_error(message) {
90048
90055
  var $a, $b, self = this, from = nil, to = nil, title = nil;
90049
90056
 
90050
90057
  $b = self.$parse_error(message), $a = Opal.to_ary($b), from = ($a[0] == null ? nil : $a[0]), to = ($a[1] == null ? nil : $a[1]), title = ($a[2] == null ? nil : $a[2]), $b;
90051
90058
  return self.error = self.editor.markText(from.$to_n(), to.$to_n(), {className: 'syntax-error', title: title});
90052
- }, TMP_33.$$arity = 1);
90059
+ }, TMP_34.$$arity = 1);
90053
90060
 
90054
- Opal.defn(self, '$parse_error', TMP_34 = function $$parse_error(message) {
90061
+ Opal.defn(self, '$parse_error', TMP_35 = function $$parse_error(message) {
90055
90062
  var self = this, position_info = nil, last_line_number = nil, last_line = nil;
90056
90063
 
90057
90064
  message = message.$split("\n");
@@ -90059,17 +90066,17 @@ if (cm == null) cm = nil;if (e == null) e = nil;
90059
90066
  last_line_number = self.editor.lineCount();
90060
90067
  last_line = self.editor.getLine(last_line_number-1);
90061
90068
  return [$hash2(["line", "ch"], {"line": 0, "ch": 0}), $hash2(["line", "ch"], {"line": last_line_number, "ch": last_line.$length()}), message['$[]'](2).$split(":(file)")['$[]'](0)];
90062
- }, TMP_34.$$arity = 1);
90069
+ }, TMP_35.$$arity = 1);
90063
90070
 
90064
- Opal.defn(self, '$clear_error', TMP_35 = function $$clear_error() {
90071
+ Opal.defn(self, '$clear_error', TMP_36 = function $$clear_error() {
90065
90072
  var $a, self = this;
90066
90073
 
90067
90074
  if ((($a = self.error) !== nil && $a != null && (!$a.$$is_boolean || $a == true))) {
90068
90075
  self.error.clear();};
90069
90076
  return self.error = nil;
90070
- }, TMP_35.$$arity = 0);
90077
+ }, TMP_36.$$arity = 0);
90071
90078
 
90072
- Opal.defn(self, '$on_change', TMP_36 = function $$on_change() {
90079
+ Opal.defn(self, '$on_change', TMP_37 = function $$on_change() {
90073
90080
  var $a, self = this, code = nil, compiled_code = nil, e = nil;
90074
90081
 
90075
90082
  try {
@@ -90088,23 +90095,23 @@ if (cm == null) cm = nil;if (e == null) e = nil;
90088
90095
  } finally { Opal.pop_exception() }
90089
90096
  } else { throw $err; }
90090
90097
  };
90091
- }, TMP_36.$$arity = 0);
90098
+ }, TMP_37.$$arity = 0);
90092
90099
 
90093
- return ($a = ($e = self).$render, $a.$$p = (TMP_37 = function(){var self = TMP_37.$$s || this, $f, $g, TMP_38, $h, $i, TMP_39;
90100
+ return ($a = ($e = self).$render, $a.$$p = (TMP_38 = function(){var self = TMP_38.$$s || this, $f, $g, TMP_39, $h, $i, TMP_40;
90094
90101
 
90095
- return ($f = ($g = ($h = ($i = self).$DIV, $h.$$p = (TMP_39 = function(){var self = TMP_39.$$s || this;
90102
+ return ($f = ($g = ($h = ($i = self).$DIV, $h.$$p = (TMP_40 = function(){var self = TMP_40.$$s || this;
90096
90103
 
90097
- return nil}, TMP_39.$$s = self, TMP_39.$$arity = 0, TMP_39), $h).call($i)).$on, $f.$$p = (TMP_38 = function(e){var self = TMP_38.$$s || this;
90104
+ return nil}, TMP_40.$$s = self, TMP_40.$$arity = 0, TMP_40), $h).call($i)).$on, $f.$$p = (TMP_39 = function(e){var self = TMP_39.$$s || this;
90098
90105
  if (e == null) e = nil;
90099
- return e.$stop_propagation()}, TMP_38.$$s = self, TMP_38.$$arity = 1, TMP_38), $f).call($g, "mouse_down")}, TMP_37.$$s = self, TMP_37.$$arity = 0, TMP_37), $a).call($e);
90106
+ return e.$stop_propagation()}, TMP_39.$$s = self, TMP_39.$$arity = 1, TMP_39), $f).call($g, "mouse_down")}, TMP_38.$$s = self, TMP_38.$$arity = 0, TMP_38), $a).call($e);
90100
90107
  })($scope.base, $scope.get('CodeMirror'));
90101
90108
 
90102
- ($a = ($b = $scope.get('Document'))['$ready?'], $a.$$p = (TMP_40 = function(){var self = TMP_40.$$s || this, $c, $d, TMP_41, mount_point = nil;
90109
+ ($a = ($b = $scope.get('Document'))['$ready?'], $a.$$p = (TMP_41 = function(){var self = TMP_41.$$s || this, $c, $d, TMP_42, mount_point = nil;
90103
90110
 
90104
90111
  mount_point = $scope.get('Element')['$[]']("[data-react-class='React.TopLevelRailsComponent']");
90105
- return ($c = ($d = mount_point).$render, $c.$$p = (TMP_41 = function(){var self = TMP_41.$$s || this;
90112
+ return ($c = ($d = mount_point).$render, $c.$$p = (TMP_42 = function(){var self = TMP_42.$$s || this;
90106
90113
 
90107
- return (($scope.get('Hyperloop')).$$scope.get('Console')).$DebugConsole($scope.get('JSON').$parse(mount_point.$attr("data-react-props"))['$[]']("render_params"))}, TMP_41.$$s = self, TMP_41.$$arity = 0, TMP_41), $c).call($d);}, TMP_40.$$s = self, TMP_40.$$arity = 0, TMP_40), $a).call($b);
90114
+ return (($scope.get('Hyperloop')).$$scope.get('Console')).$DebugConsole($scope.get('JSON').$parse(mount_point.$attr("data-react-props"))['$[]']("render_params"))}, TMP_42.$$s = self, TMP_42.$$arity = 0, TMP_42), $c).call($d);}, TMP_41.$$s = self, TMP_41.$$arity = 0, TMP_41), $a).call($b);
90108
90115
  })($scope.base)
90109
90116
  })($scope.base)
90110
90117
  };
@@ -90208,7 +90215,7 @@ encodeURIComponent(this.channel.name);for(var a in this.authOptions.params)b+="&
90208
90215
  "application/x-www-form-urlencoded");for(var h in this.authOptions.headers)d.setRequestHeader(h,this.authOptions.headers[h]);d.onreadystatechange=function(){if(4===d.readyState)if(200===d.status){var b,c=!1;try{b=JSON.parse(d.responseText),c=!0}catch(g){a(!0,"JSON returned from webapp was invalid, yet status code was 200. Data was: "+d.responseText)}c&&a(!1,b)}else Pusher.warn("Couldn't get auth info from your webapp",d.status),a(!0,d.status)};d.send(this.composeQuery(b));return d},jsonp:function(c,
90209
90216
  a){void 0!==this.authOptions.headers&&Pusher.warn("Warn","To send headers with the auth request, you must use AJAX, rather than JSONP.");var d=b.toString();b++;var h=Pusher.Util.getDocument(),f=h.createElement("script");Pusher.auth_callbacks[d]=function(b){a(!1,b)};f.src=this.options.authEndpoint+"?callback="+encodeURIComponent("Pusher.auth_callbacks['"+d+"']")+"&"+this.composeQuery(c);d=h.getElementsByTagName("head")[0]||h.documentElement;d.insertBefore(f,d.firstChild)}}}).call(this);return Pusher});
90210
90217
  Opal.loaded(["hyperloop/pusher"]);
90211
- /* Generated by Opal 0.10.3 */
90218
+ /* Generated by Opal 0.10.4 */
90212
90219
  (function(Opal) {
90213
90220
  var self = Opal.top, $scope = Opal, nil = Opal.nil, $breaker = Opal.breaker, $slice = Opal.slice, $module = Opal.module, $klass = Opal.klass;
90214
90221