module GirFFIGst::AutoArgv::ClassMethods
Implementation of class methods for AutoArgv
Public Instance Methods
Source
# File lib/gir_ffi-gst/base.rb, line 16 def init_with_auto_argv remaining = init_without_auto_argv([$PROGRAM_NAME, *ARGV]).to_a remaining.shift ARGV.replace remaining end