mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
092dd4a667
```ruby
def method_missing(meth, ...)
send(:"do_#{meth}", ...)
end
```