Ruby extension library to access Gnome Keyring¶ ↑ install¶ ↑ $ ruby extconf.rb $ make $ make install usage¶ ↑ require ‘gnome_keyring’ # set example GNOME_KEYRING = “test config data” # get example puts GNOME_KEYRING # => “test config data”