Method: Device::Ibooks#regist_epubdir_path_to_setting
- Defined in:
- lib/device/ibooks.rb
#regist_epubdir_path_to_setting(path) ⇒ Object
108 109 110 111 112 |
# File 'lib/device/ibooks.rb', line 108 def regist_epubdir_path_to_setting(path) list = Inventory.load("ibooks_epubdir_path_list") list[@toc_url] = path list.save end |