Module: Efl::EcoreGetopt
- Defined in:
- lib/efl/ecore_getopt.rb,
lib/efl/native/ecore_getopt.rb more...
Defined Under Namespace
Classes: REcoreGetopt
Class Method Summary collapse
Class Method Details
permalink .method_missing(meth, *args, &block) ⇒ Object
[View source]
13 14 15 16 |
# File 'lib/efl/native/ecore_getopt.rb', line 13 def self.method_missing meth, *args, &block sym = Efl::MethodResolver.resolve self, meth, FCT_PREFIX self.send sym, *args, &block end |