runtime 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/library/runtime.rb +2 -2
  2. metadata +2 -2
@@ -56,7 +56,7 @@ def _in *args, █ Runtime.in *args, &block end
56
56
  def at *args, █ Runtime.at *args, &block end
57
57
 
58
58
  # WHY, RUBY.. WHY ;_;!?
59
- alias_method :in_, :_in
60
- alias_method :_in_, :_in
59
+ alias :in_ :_in
60
+ alias :_in_ :_in
61
61
 
62
62
  Runtime.enable unless $NO_RUNTIME and $NO_RUNTIME == true
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mikkel Kroman