mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
4 lines
72 B
Ruby
4 lines
72 B
Ruby
assert('C Extension Example') do
|
|
CExtension.respond_to? :c_method
|
|
end
|