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