Module: Efl::EinaXattr

Defined in:
lib/efl/native/eina_xattr.rb

Class Method Summary collapse

Class Method Details

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



12
13
14
15
# File 'lib/efl/native/eina_xattr.rb', line 12

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