mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[ruby] Changed declaration of missing_method
This commit is contained in:
parent
a9bb14d839
commit
b77d4d8395
@ -196,7 +196,7 @@ erb_stdout_p(int argc, VALUE *argv, VALUE self)
|
||||
/* FIXME: It might be useful for user to actually display them to debug scripts,
|
||||
* so maybe it should be optional. --jonas */
|
||||
static VALUE
|
||||
erb_module_method_missing(VALUE self, VALUE arg)
|
||||
erb_module_method_missing(int argc, VALUE *argv, VALUE self)
|
||||
{
|
||||
return Qnil;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user