Method: Efl::EthumbPlugin.method_missing
- Defined in:
- lib/efl/native/ethumb_plugin.rb
.method_missing(meth, *args, &block) ⇒ Object
15 16 17 18 |
# File 'lib/efl/native/ethumb_plugin.rb', line 15 def self.method_missing meth, *args, &block sym = Efl::MethodResolver.resolve self, meth, FCT_PREFIX self.send sym, *args, &block end |