Skip to content

Commit

Permalink
[Truffle] Adding Module#method_added which is used in test/unit.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfish committed Apr 13, 2015
1 parent 56046df commit 70a6330
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
Expand Up @@ -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.