wasmerio / wasmer-ruby

💎🕸 WebAssembly runtime for Ruby
https://wasmer.io
MIT License
473 stars 18 forks source link

Implement `respond_to_missing?` #9

Closed irxground closed 5 years ago

irxground commented 5 years ago

Ruby uses the respond_to? method to check if a certain method exists. If method_missing is implemented, respond_to_missing? should also be implemented.

Hywan commented 5 years ago

Thanks for the PR :-)!

Hywan commented 5 years ago

bors try

bors[bot] commented 5 years ago

try

Build succeeded

Hywan commented 5 years ago

Merged, thank you!