diff options
Diffstat (limited to 'lib/efl')
-rw-r--r-- | lib/efl/ecore_getopt.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efl/ecore_getopt.rb b/lib/efl/ecore_getopt.rb index 3b98eeb..7f67a29 100644 --- a/lib/efl/ecore_getopt.rb +++ b/lib/efl/ecore_getopt.rb @@ -99,6 +99,7 @@ module Efl @refs << p p end + private :p_from_string def << o @options.insert -2, o end |