Method: SysPref::JavaStore#initialize
- Defined in:
- lib/iated/sys_pref.rb
#initialize ⇒ JavaStore
Returns a new instance of JavaStore.
22 23 24 25 |
# File 'lib/iated/sys_pref.rb', line 22 def initialize super @store = java.util.prefs.Preferences.userNodeForPackage(self.getClass) end |