Skip to content

Commit edeccee

Browse files
committedNov 12, 2013
Remove old _defn runtime helper
1 parent 2d43920 commit edeccee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎opal/core/runtime.js

-2
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,6 @@
851851
return this.$to_s();
852852
};
853853

854-
RubyClass._proto._defn = function(mid, body) { this._proto[mid] = body; };
855-
856854
Opal.top = new RubyObject._alloc();
857855

858856
Opal.klass(RubyObject, RubyObject, 'NilClass', NilClass);

0 commit comments

Comments
 (0)
Please sign in to comment.