Navigation Menu

Skip to content

Commit

Permalink
Add selector to the implementation of ENV#rassoc
Browse files Browse the repository at this point in the history
 - Fixes #777



git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@4335 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
Thibault Martin-Lagardette committed Jul 8, 2010
1 parent 9e74ff4 commit 13f1b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.c
Expand Up @@ -506,7 +506,7 @@ env_has_value(VALUE dmy, SEL sel, VALUE obj)
}

static VALUE
env_rassoc(VALUE dmy, VALUE obj)
env_rassoc(VALUE dmy, SEL sel, VALUE obj)
{
rb_secure(4);

Expand Down

0 comments on commit 13f1b83

Please sign in to comment.