Method: Efl::EcoreGetopt::REcoreGetopt#license
- Defined in:
- lib/efl/ecore_getopt.rb
#license(short, long, key = nil) ⇒ Object
254 255 256 257 |
# File 'lib/efl/ecore_getopt.rb', line 254 def license short, long, key=nil set_value key||short, :uchar, 0 set_option [ short, long, 'show license.', FFI::Pointer::NULL, :ecore_getopt_action_license, [:dummy,FFI::Pointer::NULL] ] end |