Skip to content

Commit

Permalink
Remove old _defn runtime helper
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 12, 2013
1 parent 2d43920 commit edeccee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions opal/core/runtime.js
Expand Up @@ -851,8 +851,6 @@
return this.$to_s();
};

RubyClass._proto._defn = function(mid, body) { this._proto[mid] = body; };

Opal.top = new RubyObject._alloc();

Opal.klass(RubyObject, RubyObject, 'NilClass', NilClass);
Expand Down

0 comments on commit edeccee

Please sign in to comment.