Skip to content

Commit 30f8bbb

Browse files
committed
Fix method declaration
1 parent 6a02ad3 commit 30f8bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instance.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class!(RubyExportedFunctions);
170170

171171
#[rustfmt::skip]
172172
methods!(
173-
RubyInstance,
173+
RubyExportedFunctions,
174174
itself,
175175

176176
fn ruby_exported_functions_method_exists(symbol: Symbol, _include_private: Boolean) -> Boolean {

0 commit comments

Comments
 (0)