Method: Efl::EcoreGetopt::REcoreGetopt#choice

Defined in:
lib/efl/ecore_getopt.rb

#choice(short, long, help, choices) ⇒ Object



315
316
317
# File 'lib/efl/ecore_getopt.rb', line 315

def choice short, long, help, choices
    choice_meta short, long, help, FFI::Pointer::NULL, choices
end