Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions truffle/src/main/ruby/core/rubinius/common/module.rb
Original file line number Diff line number Diff line change
@@ -44,4 +44,9 @@ def extended(name)
end
private :extended

def method_added(name)
end

private :method_added

end

0 comments on commit 70a6330

Please sign in to comment.