Module: Efl::ElmConfig

Defined in:
lib/efl/native/elm/elm_config.rb

Class Method Summary collapse

Class Method Details

.method_missing(meth, *args, &block) ⇒ Object



13
14
15
16
# File 'lib/efl/native/elm/elm_config.rb', line 13

def self.method_missing meth, *args, &block
    sym = Efl::MethodResolver.resolve self, meth, FCT_PREFIX
    self.send sym, *args, &block
end